1. 844d75e update gitignore by Rob Clark · 12 years ago
  2. 28a13f0 omap: release lock also on error paths by Vincent Penquerc'h · 12 years ago
  3. 14db948 configure.ac: Allow forcible disabling of Cairo support by Daniel Stone · 12 years ago
  4. a83444c intel: Silence a trivial compiler warning by Chris Wilson · 12 years ago
  5. 8cf3475 intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 by Chris Wilson · 12 years ago
  6. 75830a0 intel: Fix "properly test for HAS_LLC" by Chris Wilson · 12 years ago
  7. 1aebfdc radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI by Marek Olšák · 12 years ago
  8. 77413e7 radeon: don't force stencil tile split to 0 by Marek Olšák · 12 years ago
  9. b3d90bb radeon: don't take the stencil-specific codepath for buffers without stencil by Marek Olšák · 12 years ago
  10. 2426a6a libdrm: man page infrastructure and a few sample man pages by Jesse Barnes · 12 years ago
  11. 1b7ce58 intel: Mark bo's exported to prime as not reusable by Kristian Høgsberg · 12 years ago
  12. 9d9cb85 intel: add support for ValleyView by Jesse Barnes · 12 years ago
  13. 9c3c95f libkms: link against libdrm by Marcin Slusarz · 12 years ago
  14. b925022 radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI. by Michel Dänzer · 12 years ago
  15. 45083e6 radeon: Memory footprint of SI mipmap base level is padded to powers of two. by Michel Dänzer · 12 years ago
  16. 8572444 radeon: Fix layout of linear aligned mipmaps on SI. by Michel Dänzer · 12 years ago
  17. 92fd0ce intel: properly test for HAS_LLC by Daniel Vetter · 12 years ago
  18. 7080bfd vmwgfx: No longer experimental by Jakob Bornecrantz · 12 years ago
  19. ae3ac82 configure: bump version for 2.4.39 release by Marek Olšák · 12 years ago
  20. 853429b radeon: align r600 msaa buffers to a multiple of macrotile size * num samples by Marek Olšák · 12 years ago
  21. 5854572 radeon: fix allocation of MSAA surfaces on r600-r700 by Marek Olšák · 12 years ago
  22. f215d65 omap: include omap_drm.h independently by Víctor Manuel Jáquez Leal · 12 years ago
  23. 3163cfe radeon: add prime import/export support by Dave Airlie · 12 years ago
  24. a9412fa intel: Use VG_CLEAR on the context destroy ioctl as well. by Kenneth Graunke · 12 years ago
  25. 6fa2b29 tests/modetest: Add a forgotten return, needed for opensuse buildservice by Tobias Klausmann · 12 years ago
  26. d1de683 configure: bump version for 2.4.38 release by Marek Olšák · 12 years ago
  27. 10481fe tests/modetest: fix distcheck by Marek Olšák · 12 years ago
  28. 2607dad intel: Add a function for the new register read ioctl. by Eric Anholt · 12 years ago
  29. 934ea3b intel: Import updated i915_drm.h. by Eric Anholt · 12 years ago
  30. 71ebcf4 Drop "-Wunsafe-loop-optimizations". by Eric Anholt · 12 years ago
  31. 128803a radeon: tweak TILE_SPLIT for MSAA surfaces by Marek Olšák · 12 years ago
  32. e14aedc radeon: force 2D tiling for MSAA surfaces by Marek Olšák · 12 years ago
  33. 2337295 radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG by Marek Olšák · 12 years ago
  34. ad66c17 radeon: simplify ZS buffer checking on r600 by Marek Olšák · 12 years ago
  35. 93fef04 intel: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  36. 9a2b57d intel: Bail gracefully if we encounter an unknown Intel device by Chris Wilson · 12 years ago
  37. 9f823ca radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  38. dd944a0 radeon: add some missing evergreen pci ids by Alex Deucher · 12 years ago
  39. 7e3f08b intel: Quiet valgrind warnings in context creation. by Eric Anholt · 12 years ago
  40. c10b08d intel: Remove two unused variables by Damien Lespiau · 12 years ago
  41. ebd7904 modetest: fix uninitialized fourcc by Rob Clark · 12 years ago
  42. db004ba modeset: Split buffer allocation to a separate file by Laurent Pinchart · 12 years ago
  43. cc90ffa modetest: Make frame buffer format configurable on the command line by Laurent Pinchart · 12 years ago
  44. 0375222 modetest: Move connector and plane parsing to separate functions by Laurent Pinchart · 12 years ago
  45. edcef53 modetest: Add test pattern support for missing RGB formats by Laurent Pinchart · 12 years ago
  46. 86402a2 modetest: Add test pattern support for missing planar YUV formats by Laurent Pinchart · 12 years ago
  47. 8b6f3e3 modetest: Add test pattern support for missing packed YUV formats by Laurent Pinchart · 12 years ago
  48. a94ee62 modetest: Add SMPTE test pattern by Laurent Pinchart · 12 years ago
  49. 3fdc177 modetest: Unify buffer allocation by Laurent Pinchart · 12 years ago
  50. faf26b6 intel: fix build error by Rob Clark · 12 years ago
  51. ff65de9 intel: add prime interface for getting/setting a prime bo. (v4) by Dave Airlie · 12 years ago
  52. 13c06cd libdrm/nouveau: add prime handle->bo and bo->handle support. by Dave Airlie · 12 years ago
  53. cc0a145 libdrm: add prime fd->handle and handle->fd interfaces by Dave Airlie · 12 years ago
  54. 41dfb20 libdrm: add missing caps from kernel to drm.h by Dave Airlie · 12 years ago
  55. 22574aa omap: add refcnting and handle tracking by Rob Clark · 12 years ago
  56. 42f8a68 omap: add API to import bo's from dmabuf fd's by Rob Clark · 12 years ago
  57. 8116a32 omap: clarify dmabuf file descriptor ownership by Rob Clark · 12 years ago
  58. 992e2af intel: Change context create failure message to from fprintf to DBG(). by Kenneth Graunke · 12 years ago
  59. 881e69f libdrm/exynos: padding gem_mmap structure to 64-bit aligned by Cooper Yuan · 12 years ago
  60. 8fad46b intel: Fix build failure in test_decode.c by Lauri Kasanen · 12 years ago
  61. 1b1a4f0 configure: bump version for release by Ben Widawsky · 12 years ago
  62. f7210fa intel/context: create/destroy implementation by Ben Widawsky · 13 years ago
  63. c0ed9b2 modetest: Dump bit field names by Kristian Høgsberg · 12 years ago
  64. a780519 intel/decode: fix the reference file for by Ben Widawsky · 12 years ago
  65. df5cc69 Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid" by Ben Widawsky · 12 years ago
  66. ee2be4f intel: add decoding of MI_SET_CONTEXT by Ben Widawsky · 12 years ago
  67. 3ed3871 intel/context: new execbuf interface for contexts by Ben Widawsky · 12 years ago
  68. b3b123d intel/context: Add drm_intel_context type by Ben Widawsky · 13 years ago
  69. a5b2946 intel: updated header for contexts by Ben Widawsky · 12 years ago
  70. 7d0a1d5 intel/decode: VERTEX_ELEMENT_STATE, 1 means valid by Ben Widawsky · 12 years ago
  71. eeedb0d intel/decode: add sampler state pointers for [HD]S by Ben Widawsky · 12 years ago
  72. 971c080 intel: wait render timeout implementation by Ben Widawsky · 12 years ago
  73. ae137f4 intel: Add IVB PUSH_CONSTANT decodes by Ben Widawsky · 12 years ago
  74. a1d462d radeon/surface: free version after using it. by Dave Airlie · 12 years ago
  75. d1fcfb1 radeon: force 1D array mode for z/stencil surface by Jerome Glisse · 12 years ago
  76. 2f56002 radeon: enabled 2D tiling for evergreen only on fixed kernel by Jerome Glisse · 12 years ago
  77. 325e2e5 radeon: always properly initialize stencil_offset field by Jerome Glisse · 12 years ago
  78. 9e0026d nouveau: silence some remaining valgrind warnings by Marcin Slusarz · 12 years ago
  79. 25e4cb4 modetest: support plane properties by Rob Clark · 12 years ago
  80. 6df9e6a modetest: support bitmask properties by Rob Clark · 12 years ago
  81. 7b228e9 Add support for bitmask properties by Rob Clark · 12 years ago
  82. 86dece4 modetest: print CRTC properties by Paulo Zanoni · 12 years ago
  83. 8c75703 Add support for generic object properties IOCTLs by Paulo Zanoni · 12 years ago
  84. 247521a autogen.sh: Restore passing --enable-maintainer-mode to configure. by Michel Dänzer · 12 years ago
  85. 93a5117 configure: bump version for release by Alex Deucher · 12 years ago
  86. c2b77a0 radeon: fall back to 1D tiling only with broken kernels by Alex Deucher · 12 years ago
  87. ba6130c intel: wait render header updates by Ben Widawsky · 12 years ago
  88. 69e7469 intel: sanitize i915_drm.h by Ben Widawsky · 12 years ago
  89. c563db0 radeon: add new pci ids by Alex Deucher · 12 years ago
  90. 481234f radeon: Add Southern Islands PCI IDs. by Michel Dänzer · 12 years ago
  91. e07b650 libdrm: add exynos drm support by Inki Dae · 12 years ago
  92. 86451a1 configure: Bump version for 2.4.34. by Paul Berry · 12 years ago
  93. da02f72 intel: Add the ability to supply annotations for .aub files. by Paul Berry · 12 years ago
  94. cf7cc62 radeon: Add new R600 PCI ids for surface manager by Anisse Astier · 12 years ago
  95. d72a44c modetest: print more about our properties by Paulo Zanoni · 12 years ago
  96. 0ef7644 modetest: call drmModeFreePlaneResources by Paulo Zanoni · 12 years ago
  97. a10bcaa modetest: fix drmModeGetConnector memory leak by Paulo Zanoni · 12 years ago
  98. 9b44fbd modetest: fix some compiler warnings by Paulo Zanoni · 12 years ago
  99. 5288729 nouveau: fix channel closing by Marcin Slusarz · 12 years ago
  100. 754655c nouveau: expose notifier handle on nvc0 as well by Christoph Bumiller · 12 years ago