1. 41fc2cc freedreno: add freedreno DRM by Rob Clark · 12 years ago
  2. 36d1821 intel_chipset: Merge intel-gpu-tools chipsets by Ben Widawsky · 12 years ago
  3. 20c5607 intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS by Chris Forbes · 12 years ago
  4. 3b5cc13 intel/aub: Actually run BLT batches on the blit ring. by Kenneth Graunke · 12 years ago
  5. 183b5f2 configure.ac: bump version to 2.4.42 for release by Maarten Lankhorst · 12 years ago
  6. f9a9311 libdrm: remove DISTCHECK_CONFIGURE_FLAGS by Maarten Lankhorst · 12 years ago
  7. 353f073 radeon: add OLAND pci ids by Alex Deucher · 12 years ago
  8. 76ae1f4 radeon: add OLAND family by Alex Deucher · 12 years ago
  9. ef866c7 intel: add more VLV PCI IDs by Jesse Barnes · 12 years ago
  10. 9dc0072 man: Fix typo and use $() for make expressions by Thierry Reding · 12 years ago
  11. 303ca37 radeon: Fix 1D tiling layout on SI. by Michel Dänzer · 12 years ago
  12. 08cb5c1 man: fix manpage build instructions by David Herrmann · 12 years ago
  13. 481763c nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc by Maarten Lankhorst · 12 years ago
  14. 007bff7 configure.ac: bump version to 2.4.41 for release by Maarten Lankhorst · 12 years ago
  15. c41b494 nouveau: expose channel engine selection on kepler chipsets by Ben Skeggs · 12 years ago
  16. 9e6f96a libdrm_nouveau.pc: don't include I${includedir}/nouveau by Marcin Slusarz · 12 years ago
  17. fdda970 intel: Remove the fence count contributions when clearing relocs by Chris Wilson · 12 years ago
  18. 1dbd873 man: disable man page building until David saves us all by Jesse Barnes · 12 years ago
  19. fd6b369 man: add drm-memory overview page by David Herrmann · 12 years ago
  20. 8cd0c13 man: add drm-kms overview page by David Herrmann · 12 years ago
  21. 0a766a5 man: add drm.7 overview page by David Herrmann · 12 years ago
  22. 6b7e45c man: convert manpages to XML instead of plain troff by David Herrmann · 12 years ago
  23. 891517f nouveau: disallow pushbuf BOs in multiple memory types by Ben Skeggs · 12 years ago
  24. baf0a7d libkms: return -EINVAL on fstat error by Maxime Villard · 12 years ago
  25. 1f4b5e1 libkms: fix memory leak in error path by Maxime Villard · 12 years ago
  26. 0980633 drm/radeon: track global bo name and always return the same by Jerome Glisse · 12 years ago
  27. 171666e radeon: add new SI pci id by Alex Deucher · 12 years ago
  28. 7d42b49 intel: Fix missing ETIME on BSD operating systems by David Shao · 12 years ago
  29. e01d68f configure.ac: bump version to 2.4.40 for release by Marek Olšák · 12 years ago
  30. 2089a00 fix make distcheck by Dave Airlie · 12 years ago
  31. e32fff8 radeon: fix tile_split of 128-bit surface formats with 8x MSAA by Marek Olšák · 12 years ago
  32. bc494b3 radeon: fix unused-function warning by Andreas Boll · 12 years ago
  33. a4cb723 radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  34. e81acf5 initialize width/height fields in drmModeCrtc by Rob Clark · 12 years ago
  35. 844d75e update gitignore by Rob Clark · 12 years ago
  36. 28a13f0 omap: release lock also on error paths by Vincent Penquerc'h · 12 years ago
  37. 14db948 configure.ac: Allow forcible disabling of Cairo support by Daniel Stone · 12 years ago
  38. a83444c intel: Silence a trivial compiler warning by Chris Wilson · 12 years ago
  39. 8cf3475 intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 by Chris Wilson · 12 years ago
  40. 75830a0 intel: Fix "properly test for HAS_LLC" by Chris Wilson · 12 years ago
  41. 1aebfdc radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI by Marek Olšák · 12 years ago
  42. 77413e7 radeon: don't force stencil tile split to 0 by Marek Olšák · 12 years ago
  43. b3d90bb radeon: don't take the stencil-specific codepath for buffers without stencil by Marek Olšák · 12 years ago
  44. 2426a6a libdrm: man page infrastructure and a few sample man pages by Jesse Barnes · 12 years ago
  45. 1b7ce58 intel: Mark bo's exported to prime as not reusable by Kristian Høgsberg · 12 years ago
  46. 9d9cb85 intel: add support for ValleyView by Jesse Barnes · 13 years ago
  47. 9c3c95f libkms: link against libdrm by Marcin Slusarz · 12 years ago
  48. b925022 radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI. by Michel Dänzer · 12 years ago
  49. 45083e6 radeon: Memory footprint of SI mipmap base level is padded to powers of two. by Michel Dänzer · 12 years ago
  50. 8572444 radeon: Fix layout of linear aligned mipmaps on SI. by Michel Dänzer · 12 years ago
  51. 92fd0ce intel: properly test for HAS_LLC by Daniel Vetter · 12 years ago
  52. 7080bfd vmwgfx: No longer experimental by Jakob Bornecrantz · 12 years ago
  53. ae3ac82 configure: bump version for 2.4.39 release by Marek Olšák · 12 years ago
  54. 853429b radeon: align r600 msaa buffers to a multiple of macrotile size * num samples by Marek Olšák · 12 years ago
  55. 5854572 radeon: fix allocation of MSAA surfaces on r600-r700 by Marek Olšák · 12 years ago
  56. f215d65 omap: include omap_drm.h independently by Víctor Manuel Jáquez Leal · 12 years ago
  57. 3163cfe radeon: add prime import/export support by Dave Airlie · 12 years ago
  58. a9412fa intel: Use VG_CLEAR on the context destroy ioctl as well. by Kenneth Graunke · 12 years ago
  59. 6fa2b29 tests/modetest: Add a forgotten return, needed for opensuse buildservice by Tobias Klausmann · 12 years ago
  60. d1de683 configure: bump version for 2.4.38 release by Marek Olšák · 12 years ago
  61. 10481fe tests/modetest: fix distcheck by Marek Olšák · 12 years ago
  62. 2607dad intel: Add a function for the new register read ioctl. by Eric Anholt · 12 years ago
  63. 934ea3b intel: Import updated i915_drm.h. by Eric Anholt · 12 years ago
  64. 71ebcf4 Drop "-Wunsafe-loop-optimizations". by Eric Anholt · 12 years ago
  65. 128803a radeon: tweak TILE_SPLIT for MSAA surfaces by Marek Olšák · 12 years ago
  66. e14aedc radeon: force 2D tiling for MSAA surfaces by Marek Olšák · 12 years ago
  67. 2337295 radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG by Marek Olšák · 12 years ago
  68. ad66c17 radeon: simplify ZS buffer checking on r600 by Marek Olšák · 12 years ago
  69. 93fef04 intel: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  70. 9a2b57d intel: Bail gracefully if we encounter an unknown Intel device by Chris Wilson · 12 years ago
  71. 9f823ca radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  72. dd944a0 radeon: add some missing evergreen pci ids by Alex Deucher · 12 years ago
  73. 7e3f08b intel: Quiet valgrind warnings in context creation. by Eric Anholt · 12 years ago
  74. c10b08d intel: Remove two unused variables by Damien Lespiau · 12 years ago
  75. ebd7904 modetest: fix uninitialized fourcc by Rob Clark · 12 years ago
  76. db004ba modeset: Split buffer allocation to a separate file by Laurent Pinchart · 12 years ago
  77. cc90ffa modetest: Make frame buffer format configurable on the command line by Laurent Pinchart · 12 years ago
  78. 0375222 modetest: Move connector and plane parsing to separate functions by Laurent Pinchart · 12 years ago
  79. edcef53 modetest: Add test pattern support for missing RGB formats by Laurent Pinchart · 12 years ago
  80. 86402a2 modetest: Add test pattern support for missing planar YUV formats by Laurent Pinchart · 12 years ago
  81. 8b6f3e3 modetest: Add test pattern support for missing packed YUV formats by Laurent Pinchart · 12 years ago
  82. a94ee62 modetest: Add SMPTE test pattern by Laurent Pinchart · 12 years ago
  83. 3fdc177 modetest: Unify buffer allocation by Laurent Pinchart · 12 years ago
  84. faf26b6 intel: fix build error by Rob Clark · 12 years ago
  85. ff65de9 intel: add prime interface for getting/setting a prime bo. (v4) by Dave Airlie · 12 years ago
  86. 13c06cd libdrm/nouveau: add prime handle->bo and bo->handle support. by Dave Airlie · 12 years ago
  87. cc0a145 libdrm: add prime fd->handle and handle->fd interfaces by Dave Airlie · 12 years ago
  88. 41dfb20 libdrm: add missing caps from kernel to drm.h by Dave Airlie · 12 years ago
  89. 22574aa omap: add refcnting and handle tracking by Rob Clark · 12 years ago
  90. 42f8a68 omap: add API to import bo's from dmabuf fd's by Rob Clark · 12 years ago
  91. 8116a32 omap: clarify dmabuf file descriptor ownership by Rob Clark · 12 years ago
  92. 992e2af intel: Change context create failure message to from fprintf to DBG(). by Kenneth Graunke · 12 years ago
  93. 881e69f libdrm/exynos: padding gem_mmap structure to 64-bit aligned by Cooper Yuan · 12 years ago
  94. 8fad46b intel: Fix build failure in test_decode.c by Lauri Kasanen · 12 years ago
  95. 1b1a4f0 configure: bump version for release by Ben Widawsky · 12 years ago
  96. f7210fa intel/context: create/destroy implementation by Ben Widawsky · 13 years ago
  97. c0ed9b2 modetest: Dump bit field names by Kristian Høgsberg · 12 years ago
  98. a780519 intel/decode: fix the reference file for by Ben Widawsky · 12 years ago
  99. df5cc69 Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid" by Ben Widawsky · 12 years ago
  100. ee2be4f intel: add decoding of MI_SET_CONTEXT by Ben Widawsky · 12 years ago