Age | Commit message (Expand) | Author |
2009-07-09 | intel: Free buffers in the BO cache that haven't been reused in a while. | Eric Anholt |
2009-07-10 | configure: move AC_USE_SYSTEM_EXTENSIONS up higher | Dave Airlie |
2009-07-09 | nouveau: fix pin for buffers created with bo_wrap | Ben Skeggs |
2009-07-06 | s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/ | Ian Romanick |
2009-07-06 | libdrm: Make chown check for return value | Pauli Nieminen |
2009-07-06 | libdrm: Set _XOPEN_SOURCE and _GNU_SOURCE | Ian Romanick |
2009-07-06 | intel: Fix up math errors when allocating very large BOs. | Eric Anholt |
2009-07-06 | intel: fix compiler warning about returning a void value. | Edward O'Callaghan |
2009-07-06 | libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte... | Pauli Nieminen |
2009-07-06 | strcasecmp is in strings.h. | Ian Romanick |
2009-07-06 | libdrm: Remove typedef for non-existing enum | Pauli Nieminen |
2009-07-06 | radeon: move cs space checking code to libdrm_radeon. | Dave Airlie |
2009-07-03 | radeon: fix cs buffer realloc padding | Jerome Glisse |
2009-07-03 | radeon: fix realloc of packets. | Dave Airlie |
2009-07-02 | radeon: add buffer naming function | Dave Airlie |
2009-06-30 | radeon: add support for write followed by read relocs. | Dave Airlie |
2009-06-23 | remove some old ttm bits | Dave Airlie |
2009-06-22 | drm: Strip old ttm. | Thomas Hellstrom |
2009-06-22 | modetest: use gtt unmap for object | Jesse Barnes |
2009-06-17 | libdrm/radeon: add initial libdrm_radeon | Dave Airlie |
2009-06-05 | nouveau: 0.0.14 + extend bo interface to support subrange mapping | Ben Skeggs |
2009-06-04 | nouveau: fix bo mapping issue | Ben Skeggs |
2009-06-03 | Fix build on kernels < 2.6.26 | Pekka Paalanen |
2009-06-03 | nouveau: fill in bo->tiled field for referenced buffers | Ben Skeggs |
2009-06-02 | nv50: magic fix for "3d busted without the binary driver first" issue | Ben Skeggs |
2009-05-28 | drm: Fix compilation on 2.6.30 | Michael Buesch |
2009-05-26 | nouveau: bump for 0.0.13 | Ben Skeggs |
2009-05-22 | nouveau: backlight support for ppc laptops | Danny Tholen |
2009-05-19 | intel: quiet a warning. | Eric Anholt |
2009-05-19 | intel: Only do BO caching up to 64MB objects. | Eric Anholt |
2009-05-14 | libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure. | Keith Packard |
2009-05-14 | Add new drm_intel_get_pipe_from_crtc_id function. | Carl Worth |
2009-05-12 | Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse | Keith Packard |
2009-05-12 | libdrm/intel: add drm_intel_bo_disable_reuse api | Keith Packard |
2009-05-10 | Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc | Alan Coopersmith |
2009-05-09 | Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am | Alan Coopersmith |
2009-05-07 | nouveau: backlight compat fix | Stuart Bennett |
2009-05-07 | nouveau: fix ppc for swab changes in Linux 2.6.29 | Danny Tholen |
2009-05-01 | libdrm/intel: assert that clients are using bo refcounting correctly | Keith Packard |
2009-04-27 | intel: NULL fake bo block when freeing in evict_all | Jesse Barnes |
2009-04-22 | libdrm/mode: align subpixel results | Dave Airlie |
2009-04-17 | nouveau: write posting got lost somewhere, bring it back | Ben Skeggs |
2009-04-15 | nouveau: store bo handle in public struct in bo_ref_handle | Ben Skeggs |
2009-04-10 | Bump version to 2.4.9 | Jesse Barnes |
2009-04-10 | Bump version to 2.4.8 | Jesse Barnes |
2009-04-10 | Revert "libdrm: speed up connector & mode fetching" | Jesse Barnes |
2009-04-09 | Bump version to 2.4.7 | Kristian Høgsberg |
2009-04-09 | test: Avoid recursive dependency in makefile | Kristian Høgsberg |
2009-04-09 | test: Makefile.am grammar nazi | Kristian Høgsberg |
2009-04-07 | drm: fix test makefile | Dave Airlie |