summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-28nouveau: don't overwrite user-specified bo size needlesslyBen Skeggs1-1/+2
2009-07-28nouveau: user buffers need to be mappableBen Skeggs1-1/+1
2009-07-28nouveau: drm api 0.0.15, update object header, remove fake bo supportBen Skeggs14-1390/+524
2009-07-27libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalanc...Maarten Maathuis1-1/+1
2009-07-15Add RADEON_INIT_R600_CP tooAlex Deucher1-1/+2
2009-07-15Add R600_SCRATCH_REG_OFFSET to radeon_drm.hAlex Deucher1-0/+1
2009-07-15Bump to version 2.4.12 for release.libdrm-2.4.12Eric Anholt1-1/+1
2009-07-09intel: Free buffers in the BO cache that haven't been reused in a while.Eric Anholt1-1/+33
2009-07-10configure: move AC_USE_SYSTEM_EXTENSIONS up higherDave Airlie1-1/+1
2009-07-09nouveau: fix pin for buffers created with bo_wrapBen Skeggs1-1/+3
2009-07-06s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/Ian Romanick1-1/+1
2009-07-06libdrm: Make chown check for return valuePauli Nieminen1-3/+33
2009-07-06libdrm: Set _XOPEN_SOURCE and _GNU_SOURCEIan Romanick1-2/+2
2009-07-06intel: Fix up math errors when allocating very large BOs.Eric Anholt1-31/+15
2009-07-06intel: fix compiler warning about returning a void value.Edward O'Callaghan1-1/+1
2009-07-06libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte...Pauli Nieminen1-6/+6
2009-07-06strcasecmp is in strings.h.Ian Romanick1-0/+1
2009-07-06libdrm: Remove typedef for non-existing enumPauli Nieminen1-1/+0
2009-07-06radeon: move cs space checking code to libdrm_radeon.Dave Airlie6-108/+288
2009-07-03radeon: fix cs buffer realloc paddingJerome Glisse1-2/+1
2009-07-03radeon: fix realloc of packets.Dave Airlie1-1/+1
2009-07-02radeon: add buffer naming functionDave Airlie2-0/+16
2009-06-30radeon: add support for write followed by read relocs.Dave Airlie1-5/+12
2009-06-23remove some old ttm bitsDave Airlie1-52/+0
2009-06-22drm: Strip old ttm.Thomas Hellstrom27-7497/+4
2009-06-22modetest: use gtt unmap for objectJesse Barnes1-1/+1
2009-06-17libdrm/radeon: add initial libdrm_radeonDave Airlie13-2/+1679
2009-06-05nouveau: 0.0.14 + extend bo interface to support subrange mappingBen Skeggs8-43/+93
2009-06-04nouveau: fix bo mapping issueBen Skeggs1-0/+3
2009-06-03Fix build on kernels < 2.6.26Pekka Paalanen1-14/+3
2009-06-03nouveau: fill in bo->tiled field for referenced buffersBen Skeggs1-0/+9
2009-06-02nv50: magic fix for "3d busted without the binary driver first" issueBen Skeggs1-0/+1
2009-05-28drm: Fix compilation on 2.6.30Michael Buesch2-3/+24
2009-05-26nouveau: bump for 0.0.13Ben Skeggs8-60/+111
2009-05-22nouveau: backlight support for ppc laptopsDanny Tholen2-0/+97
2009-05-19intel: quiet a warning.Eric Anholt1-1/+0
2009-05-19intel: Only do BO caching up to 64MB objects.Eric Anholt1-3/+3
2009-05-14libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.libdrm-2.4.11Keith Packard4-9/+32
2009-05-14Add new drm_intel_get_pipe_from_crtc_id function.Carl Worth3-0/+35
2009-05-12Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuseKeith Packard1-1/+1
2009-05-12libdrm/intel: add drm_intel_bo_disable_reuse apiKeith Packard4-1/+42
2009-05-10Use C99 versions of __FUNCTION__ & __volatile__ when not building with gccAlan Coopersmith1-0/+6
2009-05-09Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.amAlan Coopersmith1-1/+0
2009-05-07nouveau: backlight compat fixStuart Bennett1-1/+1
2009-05-07nouveau: fix ppc for swab changes in Linux 2.6.29Danny Tholen1-1/+1
2009-05-01libdrm/intel: assert that clients are using bo refcounting correctlyKeith Packard1-0/+3
2009-04-27intel: NULL fake bo block when freeing in evict_allJesse Barnes1-0/+2
2009-04-22libdrm/mode: align subpixel resultsDave Airlie1-1/+2
2009-04-17nouveau: write posting got lost somewhere, bring it backBen Skeggs1-0/+1
2009-04-15nouveau: store bo handle in public struct in bo_ref_handleBen Skeggs1-1/+2