1. 3c9bd06 intel: Don't allocate more relocation entries than the BO could support. by Eric Anholt · 15 years ago
  2. ac34f59 tests: Disable intel-specific tests with --disable-intel by Chris Wilson · 15 years ago
  3. ab3300c intel: Add a configure option to *disable* building libdrm-intel by Chris Wilson · 15 years ago
  4. 61bddf8 intel: report errno by Chris Wilson · 15 years ago
  5. 11f0e45 libdrm_radeon: Update RADEON_TILING_* flags to what's in current kernels. by Michel Dänzer · 15 years ago
  6. a5fb264 libdrm_radeon: Zero-initialize structures to silence valgrind warnings by Nicolai Hähnle · 15 years ago
  7. 04495ee intel: Use atomic refcounters by Chris Wilson · 15 years ago
  8. 0fb215a intel: Mark cached bo as purgeable by Chris Wilson · 15 years ago
  9. 12d9b7c intel: Don't free the reloc list when putting a freed BO in the cache. by Eric Anholt · 15 years ago
  10. 769b105 intel: Add a new function to check if a BO's reloc tree references some BO. by Eric Anholt · 15 years ago
  11. ac71f08 Bump to 2.4.14 for release. by Eric Anholt · 15 years ago
  12. 51b8973 intel: Remove the max_entries stuff that complicated bo reuse. by Eric Anholt · 15 years ago
  13. 456a358 intel: Remove the old swrast flag for reducing cache flushing. by Eric Anholt · 15 years ago
  14. 0a24654 drmModeFreeConnector: free encoders and properties by Keith Packard · 15 years ago
  15. cdd325b radeon: fix 32/64 bit issue with sign extension by Dave Airlie · 15 years ago
  16. 67e4172 libdrm_intel: include B43 chipset check by Zhenyu Wang · 15 years ago
  17. 121b964 libdrm_intel: add new pci ids by Zhenyu Wang · 15 years ago
  18. 73b59c8 Bump to version 2.4.13 for release. by Eric Anholt · 15 years ago
  19. 8214a65 Add drm_intel_bo_busy to query whether mapping a BO would block. by Eric Anholt · 15 years ago
  20. 19d6fad Revert "libdrm_radeon: Always wait for BO idle in bo_map." by Michel Dänzer · 15 years ago
  21. 0a73298 libdrm_radeon: Always wait for BO idle in bo_map. by Michel Dänzer · 15 years ago
  22. ce6c68d Kill last remnant of replacefb ioctl by Jakob Bornecrantz · 15 years ago
  23. 02a4d22 radeon: pull in z pipe changes from kernel by Alex Deucher · 15 years ago
  24. caad8d8 radeon: add support for busy/domain check interface. by Pauli Nieminen · 15 years ago
  25. cbb3ae3 nouveau: fix a thinko in copyless pushbuf ioctl by Ben Skeggs · 15 years ago
  26. 8c43b79 libdrm_radeon: Optimize copy of table to cs buffer with specialized call. by Pauli Nieminen · 15 years ago
  27. a474fd9 libdrm_radeon: Fix loops so that compiler can optimize them. by Pauli Nieminen · 15 years ago
  28. 64cef1e libdrm/radeon: Update head of linked list not to point freed memory. by Pauli Nieminen · 15 years ago
  29. 28f4bfa nouveau: support for copy-less pushbuf ioctl by Ben Skeggs · 15 years ago
  30. 250ab3a nouveau: for the moment, assert if we exceed some reloc limits by Ben Skeggs · 15 years ago
  31. 1978f6d radeon: fix bo wait at map time. by Dave Airlie · 15 years ago
  32. f799616 Filter radeon pkgconfig file as do intel and nouveau by Christoph Brill · 15 years ago
  33. 1d46517 radeon: fix GTT writing space check by Dave Airlie · 15 years ago
  34. d74c67f link libdrm_intel with -lrt for new use of clock_gettime(). by Anssi Hannula · 15 years ago
  35. 4507863 libdrm_radeon: add tiling support by Dave Airlie · 15 years ago
  36. 322cf6c radeon: don't map/unmap explicitly. by Dave Airlie · 15 years ago
  37. 5a73f06 nouveau: don't overwrite user-specified bo size needlessly by Ben Skeggs · 15 years ago
  38. 0bf8fb3 nouveau: user buffers need to be mappable by Ben Skeggs · 15 years ago
  39. 001331f nouveau: drm api 0.0.15, update object header, remove fake bo support by Ben Skeggs · 15 years ago
  40. 3044982 libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalances cpu_prep/cpu_finish by Maarten Maathuis · 15 years ago
  41. 9aed44b Add RADEON_INIT_R600_CP too by Alex Deucher · 15 years ago
  42. 0411c37 Add R600_SCRATCH_REG_OFFSET to radeon_drm.h by Alex Deucher · 15 years ago
  43. eea95ed Bump to version 2.4.12 for release. by Eric Anholt · 15 years ago
  44. 3f3c5be intel: Free buffers in the BO cache that haven't been reused in a while. by Eric Anholt · 15 years ago
  45. 80179df configure: move AC_USE_SYSTEM_EXTENSIONS up higher by Dave Airlie · 15 years ago
  46. f257201 nouveau: fix pin for buffers created with bo_wrap by Ben Skeggs · 15 years ago
  47. 4179c5f s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/ by Ian Romanick · 15 years ago
  48. c5a5bbb libdrm: Make chown check for return value by Pauli Nieminen · 15 years ago
  49. a953b32 libdrm: Set _XOPEN_SOURCE and _GNU_SOURCE by Ian Romanick · 15 years ago
  50. 78fa590 intel: Fix up math errors when allocating very large BOs. by Eric Anholt · 15 years ago
  51. cea2d29 intel: fix compiler warning about returning a void value. by Edward O'Callaghan · 15 years ago
  52. 90ae0f2 libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned integers. by Pauli Nieminen · 15 years ago
  53. 015efd1 strcasecmp is in strings.h. by Ian Romanick · 15 years ago
  54. 3dda005 libdrm: Remove typedef for non-existing enum by Pauli Nieminen · 15 years ago
  55. 39970c6 radeon: move cs space checking code to libdrm_radeon. by Dave Airlie · 15 years ago
  56. 72a2934 radeon: fix cs buffer realloc padding by Jerome Glisse · 15 years ago
  57. af90222 radeon: fix realloc of packets. by Dave Airlie · 15 years ago
  58. fbac589 radeon: add buffer naming function by Dave Airlie · 15 years ago
  59. de1ed01 radeon: add support for write followed by read relocs. by Dave Airlie · 15 years ago
  60. 790097c remove some old ttm bits by Dave Airlie · 15 years ago
  61. 9a33f62 drm: Strip old ttm. by Thomas Hellstrom · 15 years ago
  62. 8164419 modetest: use gtt unmap for object by Jesse Barnes · 15 years ago
  63. 2fa2db1 libdrm/radeon: add initial libdrm_radeon by Dave Airlie · 15 years ago
  64. 3d4bfe8 nouveau: 0.0.14 + extend bo interface to support subrange mapping by Ben Skeggs · 15 years ago
  65. 2cb4c64 nouveau: fix bo mapping issue by Ben Skeggs · 15 years ago
  66. d7c42ff Fix build on kernels < 2.6.26 by Pekka Paalanen · 15 years ago
  67. 00fae87 nouveau: fill in bo->tiled field for referenced buffers by Ben Skeggs · 15 years ago
  68. dbffead nv50: magic fix for "3d busted without the binary driver first" issue by Ben Skeggs · 15 years ago
  69. 651e3dc drm: Fix compilation on 2.6.30 by Michael Buesch · 15 years ago
  70. c65a343 nouveau: bump for 0.0.13 by Ben Skeggs · 15 years ago
  71. 85b9f73 nouveau: backlight support for ppc laptops by Danny Tholen · 16 years ago
  72. f355ad8 intel: quiet a warning. by Eric Anholt · 15 years ago
  73. 469655f intel: Only do BO caching up to 64MB objects. by Eric Anholt · 15 years ago
  74. f57d7f4 libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure. by Keith Packard · 15 years ago
  75. afd245d Add new drm_intel_get_pipe_from_crtc_id function. by Carl Worth · 16 years ago
  76. 8b8e20e Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse by Keith Packard · 15 years ago
  77. 5b5ce30 libdrm/intel: add drm_intel_bo_disable_reuse api by Keith Packard · 15 years ago
  78. 628dc48 Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc by Alan Coopersmith · 16 years ago
  79. 1bae884 Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am by Alan Coopersmith · 15 years ago
  80. 94d48d0 nouveau: backlight compat fix by Stuart Bennett · 16 years ago
  81. e2b5fde nouveau: fix ppc for swab changes in Linux 2.6.29 by Danny Tholen · 16 years ago
  82. 68103b2 libdrm/intel: assert that clients are using bo refcounting correctly by Keith Packard · 16 years ago
  83. 11b6097 intel: NULL fake bo block when freeing in evict_all by Jesse Barnes · 16 years ago
  84. 412d370 libdrm/mode: align subpixel results by Dave Airlie · 16 years ago
  85. a1e3ab9 nouveau: write posting got lost somewhere, bring it back by Ben Skeggs · 16 years ago
  86. 78e753d nouveau: store bo handle in public struct in bo_ref_handle by Ben Skeggs · 16 years ago
  87. 0764600 Bump version to 2.4.9 by Jesse Barnes · 16 years ago
  88. 4d5e82e Bump version to 2.4.8 by Jesse Barnes · 16 years ago
  89. 3637dcc Revert "libdrm: speed up connector & mode fetching" by Jesse Barnes · 16 years ago
  90. fef2935 Bump version to 2.4.7 by Kristian Høgsberg · 16 years ago
  91. ec9b7b3 test: Avoid recursive dependency in makefile by Kristian Høgsberg · 16 years ago
  92. a85e07b test: Makefile.am grammar nazi by Kristian Høgsberg · 16 years ago
  93. 1faab66 drm: fix test makefile by Dave Airlie · 16 years ago
  94. 751db3f Skip tests that require root by Kristian Høgsberg · 16 years ago
  95. 8a5c4d5 XFAIL auth and lock test cases by Kristian Høgsberg · 16 years ago
  96. e9d6116 Use libudev in test case to only run gem tests for intel devices. by Kristian Høgsberg · 16 years ago
  97. 51d6346 Move drm_vblank_cleanup() after lastclose. by Robert Noland · 16 years ago
  98. cd5c66c libdrm: speed up connector & mode fetching by Jesse Barnes · 16 years ago
  99. 93e6527 nouveau: nForce 1/2 IGP memory sanity check from DDX by Stuart Bennett · 16 years ago
  100. 2ada855 libdrm: bump version to 2.4.6 by Jesse Barnes · 16 years ago