1. 128e74c freedreno: fix license by Rob Clark · 10 years ago
  2. cbb31f2 drm: Implement drmCheckModesettingSupported() for FreeBSD by Robert Millan · 10 years ago
  3. ce62b8e modeprint: pretty print connector names by Lucas Stach · 10 years ago
  4. 46d451c Bump the version to 2.4.52 by Kenneth Graunke · 10 years ago
  5. edf17db intel: Create a new drm_intel_bo offset64 field. by Kenneth Graunke · 10 years ago
  6. 02f93c2 intel: Track whether a buffer is idle to avoid trips to the kernel. by Eric Anholt · 10 years ago
  7. 734de70 drm: Initialize or valgrind-clear modesetting ioctl arguments. by Eric Anholt · 11 years ago
  8. cb4bc8e Mark debug_print with __attribute__ ((format(__printf__, 1, 0))) by Keith Packard · 10 years ago
  9. 8279c8f freedreno: add fd_device_new_dup() by Rob Clark · 10 years ago
  10. de09702 modetest: add the possibility to select the refresh frequency for a mode by Vincent ABRIOU · 11 years ago
  11. 3732ef5 tests/kmstest: support exynos by Hyungwon Hwang · 11 years ago
  12. a254cb5 intel: Merge latest i915_drm.h by Ben Widawsky · 11 years ago
  13. 3d34fe2 intel: Handle malloc fails in context create by Ben Widawsky · 11 years ago
  14. 743372e intel: squash unused variable 'bo_gem' by Ben Widawsky · 11 years ago
  15. dc864c8 Bump the version to 2.4.51 by Rob Clark · 11 years ago
  16. 9fa22a8 freedreno: allow IB to different ringbuffer by Rob Clark · 11 years ago
  17. b6caecf freedreno/kgsl: fix crash introduced w/ bo-cache by Rob Clark · 11 years ago
  18. e8cbc57 radeon: fix sumo2 pci id by Alex Deucher · 11 years ago
  19. 1543c96 radeon: avoid possible divide by 0 in surface manager by Alex Deucher · 11 years ago
  20. 068ea68 freedreno: add bo cache by Rob Clark · 11 years ago
  21. 1489811 intel/test_decode: Allow gen8 to be infered from the batch filenames by Damien Lespiau · 11 years ago
  22. bd73fd0 gitignore: Ignore various generated files by Damien Lespiau · 11 years ago
  23. 4c5de72 Bump the version to 2.4.50 by Marek Olšák · 11 years ago
  24. c3d9689 intel: Track known prime buffers for re-use by Keith Packard · 11 years ago
  25. c8a437f radeon: Update unaligned offset for 2D->1D tiling transition on SI by Michel Dänzer · 11 years ago
  26. 7ddc98f Bump the version for release by Marek Olšák · 11 years ago
  27. 3f46489 radeon: handle P16 pipe configs for Hawaii by Marek Olšák · 11 years ago
  28. f0e399d radeon: don't overallocate stencil by 4 on SI and CIK by Michel Dänzer · 11 years ago
  29. 67d9240 radeon: implement 2D tiling for CIK by Marek Olšák · 11 years ago
  30. ce8af45 radeon: fix mipmap level 0 and 1 alignment for SI and CIK by Michel Dänzer · 11 years ago
  31. 0c3fd87 intel: Use memset instead of VG_CLEAR by Ian Romanick · 11 years ago
  32. c601444 libdrm/mode: Update the encoder and connector defines by Thomas Hellstrom · 11 years ago
  33. 71beb7b libdrm: bump to 2.4.48 by Ian Romanick · 11 years ago
  34. 5a41b02 intel: Add support for GPU reset status query ioctl by Ian Romanick · 11 years ago
  35. 1a84eea radeon: add hawaii pci ids by Alex Deucher · 11 years ago
  36. efcc456 radeon: add hawaii chip family by Alex Deucher · 11 years ago
  37. da738d1 Revert "intel: Add support for GPU reset status query ioctl" by Dave Airlie · 11 years ago
  38. 6335e1d intel: Add support for GPU reset status query ioctl by Ian Romanick · 12 years ago
  39. dad3c6b intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps by Damien Lespiau · 11 years ago
  40. a0c126d intel/bdw/aub: Update AUB trace block writes for 48-bit addressing. by Kenneth Graunke · 11 years ago
  41. 946f847 intel/bdw: Add gen8 to the decode init by Damien Lespiau · 11 years ago
  42. 5b348f3 intel/bdw: Handle gen8 bufmgr_init by Ben Widawsky · 11 years ago
  43. 6ea20a0 intel/bdw: Add broadwell chipset IDs by Ben Widawsky · 12 years ago
  44. 482abbf nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8 by Maarten Lankhorst · 11 years ago
  45. ebff7a1 Add DRM_MODE_PAGE_FLIP_ASYNC define by Keith Packard · 11 years ago
  46. 45810d3 intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c. by Kenneth Graunke · 11 years ago
  47. 551aac4 intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c. by Kenneth Graunke · 11 years ago
  48. 951ebe0 libdrm: bump to 2.4.47 by Ben Widawsky · 11 years ago
  49. 9c52c3d intel: Set bo size from lseek if kernel supports it by Kristian Høgsberg · 11 years ago
  50. ddbbdb1 drm: Introduce a drmSetClientCap() wrapper by Damien Lespiau · 11 years ago
  51. 2dd7054 drm: Sync the DRM_SET_CLIENT_CAP ioctl definition by Damien Lespiau · 11 years ago
  52. edf5c7c drm: Synchronize the stereo 3D mode flags from the kernel headers by Damien Lespiau · 11 years ago
  53. 75f747b radeon: fix pitch alignment for non-power-of-two mipmaps on SI by Marek Olšák · 11 years ago
  54. bf4a7cd configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE by Emil Velikov · 11 years ago
  55. 0f4452b libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic by Daniel Kurtz · 11 years ago
  56. a48d6e5 radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK by Michel Dänzer · 11 years ago
  57. b6da447 freedreno: add missing NOSYNC flag by Rob Clark · 11 years ago
  58. d895415 modetest: allow setting a scaling factor when showing plane by Ilia Mirkin · 11 years ago
  59. b50826d modetest: add a -D option to specify a device to be used by Ilia Mirkin · 11 years ago
  60. 58d0088 radeon: pad CS to 8 DW by Alex Deucher · 11 years ago
  61. 8a2e0fa radeon: add berlin pci ids by Alex Deucher · 11 years ago
  62. d18cd0c intel: Update package name and description in libdrm_intel.pc by Emil Velikov · 11 years ago
  63. db6a1b0 freedreno: set automake options to include subdir-objects by Emil Velikov · 11 years ago
  64. 126c458 freedreno: use local drm.h over the system one by Emil Velikov · 11 years ago
  65. 4a8da02 tests/modetest: silence compiler warning about uninitialised variables by Emil Velikov · 11 years ago
  66. 0100473 tests/*version: add missing string.h header by Emil Velikov · 11 years ago
  67. dba6bec tests: add msm by Rob Clark · 11 years ago
  68. f17d417 freedreno: add support for msm drm by Rob Clark · 11 years ago
  69. b2b1885 freedreno: support either kgsl or msm by Rob Clark · 11 years ago
  70. 3c967e7 modetest: Allocate NV buffers large enough for the two planes by Laurent Pinchart · 11 years ago
  71. 1ef179d modetest: Fix line stride in SMPTE YUV packet pattern generator by Laurent Pinchart · 11 years ago
  72. a4f2f1b modetest: Try all possible encoders for a connector by Laurent Pinchart · 11 years ago
  73. 2c5ee84 modetest: Support pipes with multiple connectors by Laurent Pinchart · 11 years ago
  74. b1e0bde modetest: Rename struct connector_arg to struct pipe_arg by Laurent Pinchart · 11 years ago
  75. 3813e0f modetest: Split mode setting and plane setup by Laurent Pinchart · 11 years ago
  76. eabf199 modetest: Give the CRTC ID to the -P option by Laurent Pinchart · 11 years ago
  77. 5659268 modetest: Store the mode in the crtc structure by Laurent Pinchart · 11 years ago
  78. a6349d0 modetest: Store the crtc in the connector_arg structure by Laurent Pinchart · 11 years ago
  79. b373de3 modetest: Remove the struct connector_arg encoder field by Laurent Pinchart · 11 years ago
  80. 605efd7 modetest: Compute CRTC pipe number as needed by Laurent Pinchart · 11 years ago
  81. 549fe0b modetest: Create a device structure by Laurent Pinchart · 11 years ago
  82. dab3c80 modetest: Remove the -m argument by Laurent Pinchart · 11 years ago
  83. 581c7cf modetest: Print the plane ID when setting up a plane by Laurent Pinchart · 11 years ago
  84. 7badcca modetest: Allow specifying plane position by Laurent Pinchart · 11 years ago
  85. d725227 modetest: Add a command line parameter to set properties by Laurent Pinchart · 11 years ago
  86. 6e0c74c modetest: Don't limit mode set and planes to two instances by Laurent Pinchart · 11 years ago
  87. 02fa8f7 modetest: Retrieve all resources in one go by Laurent Pinchart · 11 years ago
  88. ab52756 modetest: Add a command line parameter to drop master after mode set by Laurent Pinchart · 11 years ago
  89. 45901fd modetest: Add a command line parameter to select the driver by Laurent Pinchart · 11 years ago
  90. ef07acf modetest: Sort command line arguments by Laurent Pinchart · 11 years ago
  91. c93f4af modetest: Remove extern declarations of opt(arg|ind|err|opt) by Laurent Pinchart · 11 years ago
  92. ca9c8f0 modetest: Fix warnings by Laurent Pinchart · 11 years ago
  93. 6e8f868 tests: add tilcdc to modetest/vbltest by Rob Clark · 11 years ago
  94. fea5408 intel: silence valgrind warnings for unsynchronized maps by Chia-I Wu · 11 years ago
  95. f8f1f6e libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC by Imre Deak · 12 years ago
  96. c6d73cf libdrm: bump to 2.4.46 by Dave Airlie · 11 years ago
  97. 2e0ab62 drm: add hotspot cursor interface support. by Dave Airlie · 11 years ago
  98. 378bb47 radeon: add kabini pci ids by Alex Deucher · 11 years ago
  99. 96c04c2 radeon: add Bonaire pci ids by Alex Deucher · 11 years ago
  100. 0ff7f27 radeon: add CIK chip families by Alex Deucher · 11 years ago