1. a1d462d radeon/surface: free version after using it. by Dave Airlie · 12 years ago
  2. d1fcfb1 radeon: force 1D array mode for z/stencil surface by Jerome Glisse · 12 years ago
  3. 2f56002 radeon: enabled 2D tiling for evergreen only on fixed kernel by Jerome Glisse · 12 years ago
  4. 325e2e5 radeon: always properly initialize stencil_offset field by Jerome Glisse · 12 years ago
  5. 9e0026d nouveau: silence some remaining valgrind warnings by Marcin Slusarz · 12 years ago
  6. 25e4cb4 modetest: support plane properties by Rob Clark · 12 years ago
  7. 6df9e6a modetest: support bitmask properties by Rob Clark · 12 years ago
  8. 7b228e9 Add support for bitmask properties by Rob Clark · 12 years ago
  9. 86dece4 modetest: print CRTC properties by Paulo Zanoni · 12 years ago
  10. 8c75703 Add support for generic object properties IOCTLs by Paulo Zanoni · 12 years ago
  11. 247521a autogen.sh: Restore passing --enable-maintainer-mode to configure. by Michel Dänzer · 12 years ago
  12. 93a5117 configure: bump version for release by Alex Deucher · 12 years ago
  13. c2b77a0 radeon: fall back to 1D tiling only with broken kernels by Alex Deucher · 12 years ago
  14. ba6130c intel: wait render header updates by Ben Widawsky · 12 years ago
  15. 69e7469 intel: sanitize i915_drm.h by Ben Widawsky · 12 years ago
  16. c563db0 radeon: add new pci ids by Alex Deucher · 12 years ago
  17. 481234f radeon: Add Southern Islands PCI IDs. by Michel Dänzer · 12 years ago
  18. e07b650 libdrm: add exynos drm support by Inki Dae · 12 years ago
  19. 86451a1 configure: Bump version for 2.4.34. by Paul Berry · 12 years ago
  20. da02f72 intel: Add the ability to supply annotations for .aub files. by Paul Berry · 12 years ago
  21. cf7cc62 radeon: Add new R600 PCI ids for surface manager by Anisse Astier · 12 years ago
  22. d72a44c modetest: print more about our properties by Paulo Zanoni · 12 years ago
  23. 0ef7644 modetest: call drmModeFreePlaneResources by Paulo Zanoni · 12 years ago
  24. a10bcaa modetest: fix drmModeGetConnector memory leak by Paulo Zanoni · 12 years ago
  25. 9b44fbd modetest: fix some compiler warnings by Paulo Zanoni · 12 years ago
  26. 5288729 nouveau: fix channel closing by Marcin Slusarz · 12 years ago
  27. 754655c nouveau: expose notifier handle on nvc0 as well by Christoph Bumiller · 12 years ago
  28. d954648 nouveau: remove unnecessary EAGAIN loops by Marcin Slusarz · 12 years ago
  29. 73b9a28 nouveau: init nvc0 channel alloc req structure fully by Ben Skeggs · 12 years ago
  30. 292da61 nouveau: pull in major libdrm rewrite by Ben Skeggs · 13 years ago
  31. 0d63500 lists: add nicer+unsafe foreach, and list join macros by Ben Skeggs · 13 years ago
  32. f00efc7 omap: add dmabuf support by Rob Clark · 12 years ago
  33. 9b893e4 libdrm: update drm headers from kernel for prime/dmabuf by Rob Clark · 12 years ago
  34. 67fd052 modetest: fix typo by Rob Clark · 12 years ago
  35. 2f1e210 modetest: add AR15/XR15 (RGB-1555) formats by Rob Clark · 13 years ago
  36. b83ad86 modetest: add YUV and multi-planar support by Rob Clark · 13 years ago
  37. d55de74 modetest: add drm_plane support by Rob Clark · 13 years ago
  38. e98ed38 omap: fix compiler warning by Víctor Manuel Jáquez Leal · 12 years ago
  39. 06eaf09 omap: fix license header by Rob Clark · 12 years ago
  40. 4370425 intel/decode: decode MI_WAIT_FOR_EVENT by Daniel Vetter · 12 years ago
  41. e057a56 intel: add Ivy Bridge GT2 server variant by Eugeni Dodonov · 12 years ago
  42. a3c34f5 configure: Bump version for 2.4.33 by Alex Deucher · 12 years ago
  43. ef1b958 omap: add omapdrm support by Rob Clark · 12 years ago
  44. 6172133 intel: Add some PCI IDs for Haswell. by Kenneth Graunke · 12 years ago
  45. c50cc24 radeon: add TN surface support by Alex Deucher · 12 years ago
  46. 51c3e7d configure: Bump version for 2.4.32. by Eric Anholt · 12 years ago
  47. 5de5b74 intel: Quiet two more valgrind complaints with recent changes. by Eric Anholt · 12 years ago
  48. 9d18ad2 intel: Add per-dword decode of gen7 3DPRIMITIVE. by Eric Anholt · 12 years ago
  49. 9b87fd9 intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement. by Eric Anholt · 12 years ago
  50. 99c7337 intel: Add support for (possibly) unsynchronized maps. by Eric Anholt · 12 years ago
  51. 3a88848 intel: Fix error check for I915_PARAM_HAS_LLC. by Eric Anholt · 12 years ago
  52. c9ce2ed intel: Bump the copyright dates on the bufmgr files. by Eric Anholt · 12 years ago
  53. 4db16a9 intel: Add .aub file output support. by Eric Anholt · 13 years ago
  54. 6e642db intel: Add support for overriding the PCI ID via an environment variable by Kenneth Graunke · 13 years ago
  55. fd39e61 xf86drmMode.h: Add header protection by David Herrman · 12 years ago
  56. f82c778 Make drm/drm_fourcc.h portable to non-linux platforms by Alan Coopersmith · 13 years ago
  57. be30d35 Don't require pciaccess if Intel is disabled by Matt Turner · 12 years ago
  58. 783db34 intel: Import a new batchbuffer for the gen7 test. by Eric Anholt · 13 years ago
  59. b395af0 intel: Add decode for gen7 HIER_DEPTH_BUFFER. by Eric Anholt · 13 years ago
  60. e6beaf8 intel: Add decode for gen7 3DSTATE_WM. by Eric Anholt · 13 years ago
  61. 259e7b6 intel: Fix a typo in decode error message. by Eric Anholt · 13 years ago
  62. 23eeb7e intel: Detect cache domain inconsistency with valgrind by Chris Wilson · 12 years ago
  63. 9b3ad51 radeon: fix pitch alignment for scanout buffer by Jerome Glisse · 12 years ago
  64. ced219e configure: Fix pkg-config test in absence of valgrind by Chris Wilson · 12 years ago
  65. 90b23cc intel: Mark up with valgrind intrinsics to reduce false positives by Chris Wilson · 12 years ago
  66. 2cfac57 radeon_cs_setup_bo: Fix accounting if caller specified write and read domains. by Michel Dänzer · 13 years ago
  67. 230ec7d configure: Bump version for 2.4.31 by Jerome Glisse · 13 years ago
  68. 356b87d radeon: add r600_pci_ids.h to header file by Jerome Glisse · 13 years ago
  69. 10c0837 radeon: fix surface API for good before anyone start relying on it by Jerome Glisse · 13 years ago
  70. 6a720cb radeon: surface fix macro -> micro tile fallback by Jerome Glisse · 13 years ago
  71. 76b4a69 Using sizeof() on a function parameter with an array type does not by Ville Syrjälä · 13 years ago
  72. a14c3dd This function was missing. by Ville Syrjälä · 13 years ago
  73. df497e9 drmModeFreeResources() always leaked some memory. by Ville Syrjälä · 13 years ago
  74. c51f7f0 radeon: add surface allocator helper v10 by Jerome Glisse · 13 years ago
  75. 151cdcf intel: query for LLC support by Eugeni Dodonov · 13 years ago
  76. 82c6938 intel: Fix build of Intel DRM on x86 systems by Paul Berry · 13 years ago
  77. efd6e81 Don't build Intel DRM if $CHOST is not i?86-* or x86_64-* by Jeremy Huddleston · 13 years ago
  78. 592ac67 intel: Fix bufmgr_gem->gen for gen > 4 by Chad Versace · 13 years ago
  79. b643b07 intel: Add minimal decode for remaining gen7 packets in use. by Eric Anholt · 13 years ago
  80. 54b12a0 intel: Add decode for gen7 constant buffer packets. by Eric Anholt · 13 years ago
  81. 938df6b intel: Add decode for gen7 state pointers. by Eric Anholt · 13 years ago
  82. 6a0b25e intel: Add support for parsing gen7 URB packets. by Eric Anholt · 13 years ago
  83. ba8ce2d intel: Make most of the logic for 965 3d packet length checks table-driven. by Eric Anholt · 13 years ago
  84. b129e10 intel: Move the logic for getting 965 3d packet length to the packet table. by Eric Anholt · 13 years ago
  85. 3dcb2d4 intel: Add support for parsing 965 3d packets using helper functions. by Eric Anholt · 13 years ago
  86. 5a1c10f intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE. by Eric Anholt · 13 years ago
  87. 9695eee intel: Put the "gen" shorthand chipset identifier in the context. by Eric Anholt · 13 years ago
  88. 028715e intel: Avoid the need for most overflow checks by using a scratch page. by Eric Anholt · 13 years ago
  89. c1d2946 intel: Make instr_out take the decode context. by Eric Anholt · 13 years ago
  90. b037161 intel: Use the context to simplify BR01 decode. by Eric Anholt · 13 years ago
  91. 62b4103 intel: Use the context to simplify BR00 decode. by Eric Anholt · 13 years ago
  92. de49fd4 intel: Plumb the context through the decode callchain. by Eric Anholt · 13 years ago
  93. a756fa3 intel: Drop the code for counting parsing failures. by Eric Anholt · 13 years ago
  94. 8fb66a7 intel: Track the current packet location in the decode context. by Eric Anholt · 13 years ago
  95. b5cb7f8 intel: Add a regression test for 2D decode, which I'm about to refactor. by Eric Anholt · 13 years ago
  96. 66518ab intel: add sprite ioctl defines and struct for i915 sprite code by Jesse Barnes · 13 years ago
  97. adf1428 configure: Bump version for 2.4.30 by Eric Anholt · 13 years ago
  98. 9fb83a4 intel: Update for new i915_drm.h defines. by Eric Anholt · 13 years ago
  99. 683855f intel: Add regression tests for batch decode. by Eric Anholt · 13 years ago
  100. ccbc403 intel: Add a regression test program for intel_decode.c. by Eric Anholt · 13 years ago