summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-15radeon: fix GTT writing space checkDave Airlie
2009-08-05link libdrm_intel with -lrt for new use of clock_gettime().Anssi Hannula
2009-08-01libdrm_radeon: add tiling supportDave Airlie
2009-08-01radeon: don't map/unmap explicitly.Dave Airlie
2009-07-28nouveau: don't overwrite user-specified bo size needlesslyBen Skeggs
2009-07-28nouveau: user buffers need to be mappableBen Skeggs
2009-07-28nouveau: drm api 0.0.15, update object header, remove fake bo supportBen Skeggs
2009-07-27libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalanc...Maarten Maathuis
2009-07-15Add RADEON_INIT_R600_CP tooAlex Deucher
2009-07-15Add R600_SCRATCH_REG_OFFSET to radeon_drm.hAlex Deucher
2009-07-15Bump to version 2.4.12 for release.Eric Anholt
2009-07-09intel: Free buffers in the BO cache that haven't been reused in a while.Eric Anholt
2009-07-10configure: move AC_USE_SYSTEM_EXTENSIONS up higherDave Airlie
2009-07-09nouveau: fix pin for buffers created with bo_wrapBen Skeggs
2009-07-06s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/Ian Romanick
2009-07-06libdrm: Make chown check for return valuePauli Nieminen
2009-07-06libdrm: Set _XOPEN_SOURCE and _GNU_SOURCEIan Romanick
2009-07-06intel: Fix up math errors when allocating very large BOs.Eric Anholt
2009-07-06intel: fix compiler warning about returning a void value.Edward O'Callaghan
2009-07-06libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte...Pauli Nieminen
2009-07-06strcasecmp is in strings.h.Ian Romanick
2009-07-06libdrm: Remove typedef for non-existing enumPauli Nieminen
2009-07-06radeon: move cs space checking code to libdrm_radeon.Dave Airlie
2009-07-03radeon: fix cs buffer realloc paddingJerome Glisse
2009-07-03radeon: fix realloc of packets.Dave Airlie
2009-07-02radeon: add buffer naming functionDave Airlie
2009-06-30radeon: add support for write followed by read relocs.Dave Airlie
2009-06-23remove some old ttm bitsDave Airlie
2009-06-22drm: Strip old ttm.Thomas Hellstrom
2009-06-22modetest: use gtt unmap for objectJesse Barnes
2009-06-17libdrm/radeon: add initial libdrm_radeonDave Airlie
2009-06-05nouveau: 0.0.14 + extend bo interface to support subrange mappingBen Skeggs
2009-06-04nouveau: fix bo mapping issueBen Skeggs
2009-06-03Fix build on kernels < 2.6.26Pekka Paalanen
2009-06-03nouveau: fill in bo->tiled field for referenced buffersBen Skeggs
2009-06-02nv50: magic fix for "3d busted without the binary driver first" issueBen Skeggs
2009-05-28drm: Fix compilation on 2.6.30Michael Buesch
2009-05-26nouveau: bump for 0.0.13Ben Skeggs
2009-05-22nouveau: backlight support for ppc laptopsDanny Tholen
2009-05-19intel: quiet a warning.Eric Anholt
2009-05-19intel: Only do BO caching up to 64MB objects.Eric Anholt
2009-05-14libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.Keith Packard
2009-05-14Add new drm_intel_get_pipe_from_crtc_id function.Carl Worth
2009-05-12Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuseKeith Packard
2009-05-12libdrm/intel: add drm_intel_bo_disable_reuse apiKeith Packard
2009-05-10Use C99 versions of __FUNCTION__ & __volatile__ when not building with gccAlan Coopersmith
2009-05-09Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.amAlan Coopersmith
2009-05-07nouveau: backlight compat fixStuart Bennett
2009-05-07nouveau: fix ppc for swab changes in Linux 2.6.29Danny Tholen
2009-05-01libdrm/intel: assert that clients are using bo refcounting correctlyKeith Packard