1. bd73fd0 gitignore: Ignore various generated files by Damien Lespiau · 11 years ago
  2. 4c5de72 Bump the version to 2.4.50 by Marek Olšák · 11 years ago
  3. c3d9689 intel: Track known prime buffers for re-use by Keith Packard · 11 years ago
  4. c8a437f radeon: Update unaligned offset for 2D->1D tiling transition on SI by Michel Dänzer · 11 years ago
  5. 7ddc98f Bump the version for release by Marek Olšák · 11 years ago
  6. 3f46489 radeon: handle P16 pipe configs for Hawaii by Marek Olšák · 11 years ago
  7. f0e399d radeon: don't overallocate stencil by 4 on SI and CIK by Michel Dänzer · 11 years ago
  8. 67d9240 radeon: implement 2D tiling for CIK by Marek Olšák · 11 years ago
  9. ce8af45 radeon: fix mipmap level 0 and 1 alignment for SI and CIK by Michel Dänzer · 11 years ago
  10. 0c3fd87 intel: Use memset instead of VG_CLEAR by Ian Romanick · 11 years ago
  11. c601444 libdrm/mode: Update the encoder and connector defines by Thomas Hellstrom · 11 years ago
  12. 71beb7b libdrm: bump to 2.4.48 by Ian Romanick · 11 years ago
  13. 5a41b02 intel: Add support for GPU reset status query ioctl by Ian Romanick · 11 years ago
  14. 1a84eea radeon: add hawaii pci ids by Alex Deucher · 11 years ago
  15. efcc456 radeon: add hawaii chip family by Alex Deucher · 11 years ago
  16. da738d1 Revert "intel: Add support for GPU reset status query ioctl" by Dave Airlie · 11 years ago
  17. 6335e1d intel: Add support for GPU reset status query ioctl by Ian Romanick · 12 years ago
  18. dad3c6b intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps by Damien Lespiau · 11 years ago
  19. a0c126d intel/bdw/aub: Update AUB trace block writes for 48-bit addressing. by Kenneth Graunke · 11 years ago
  20. 946f847 intel/bdw: Add gen8 to the decode init by Damien Lespiau · 11 years ago
  21. 5b348f3 intel/bdw: Handle gen8 bufmgr_init by Ben Widawsky · 11 years ago
  22. 6ea20a0 intel/bdw: Add broadwell chipset IDs by Ben Widawsky · 12 years ago
  23. 482abbf nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8 by Maarten Lankhorst · 11 years ago
  24. ebff7a1 Add DRM_MODE_PAGE_FLIP_ASYNC define by Keith Packard · 11 years ago
  25. 45810d3 intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c. by Kenneth Graunke · 11 years ago
  26. 551aac4 intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c. by Kenneth Graunke · 11 years ago
  27. 951ebe0 libdrm: bump to 2.4.47 by Ben Widawsky · 11 years ago
  28. 9c52c3d intel: Set bo size from lseek if kernel supports it by Kristian Høgsberg · 11 years ago
  29. ddbbdb1 drm: Introduce a drmSetClientCap() wrapper by Damien Lespiau · 11 years ago
  30. 2dd7054 drm: Sync the DRM_SET_CLIENT_CAP ioctl definition by Damien Lespiau · 11 years ago
  31. edf5c7c drm: Synchronize the stereo 3D mode flags from the kernel headers by Damien Lespiau · 11 years ago
  32. 75f747b radeon: fix pitch alignment for non-power-of-two mipmaps on SI by Marek Olšák · 11 years ago
  33. bf4a7cd configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE by Emil Velikov · 11 years ago
  34. 0f4452b libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic by Daniel Kurtz · 11 years ago
  35. a48d6e5 radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK by Michel Dänzer · 11 years ago
  36. b6da447 freedreno: add missing NOSYNC flag by Rob Clark · 11 years ago
  37. d895415 modetest: allow setting a scaling factor when showing plane by Ilia Mirkin · 11 years ago
  38. b50826d modetest: add a -D option to specify a device to be used by Ilia Mirkin · 11 years ago
  39. 58d0088 radeon: pad CS to 8 DW by Alex Deucher · 11 years ago
  40. 8a2e0fa radeon: add berlin pci ids by Alex Deucher · 12 years ago
  41. d18cd0c intel: Update package name and description in libdrm_intel.pc by Emil Velikov · 11 years ago
  42. db6a1b0 freedreno: set automake options to include subdir-objects by Emil Velikov · 11 years ago
  43. 126c458 freedreno: use local drm.h over the system one by Emil Velikov · 11 years ago
  44. 4a8da02 tests/modetest: silence compiler warning about uninitialised variables by Emil Velikov · 11 years ago
  45. 0100473 tests/*version: add missing string.h header by Emil Velikov · 11 years ago
  46. dba6bec tests: add msm by Rob Clark · 11 years ago
  47. f17d417 freedreno: add support for msm drm by Rob Clark · 11 years ago
  48. b2b1885 freedreno: support either kgsl or msm by Rob Clark · 11 years ago
  49. 3c967e7 modetest: Allocate NV buffers large enough for the two planes by Laurent Pinchart · 11 years ago
  50. 1ef179d modetest: Fix line stride in SMPTE YUV packet pattern generator by Laurent Pinchart · 11 years ago
  51. a4f2f1b modetest: Try all possible encoders for a connector by Laurent Pinchart · 11 years ago
  52. 2c5ee84 modetest: Support pipes with multiple connectors by Laurent Pinchart · 11 years ago
  53. b1e0bde modetest: Rename struct connector_arg to struct pipe_arg by Laurent Pinchart · 11 years ago
  54. 3813e0f modetest: Split mode setting and plane setup by Laurent Pinchart · 11 years ago
  55. eabf199 modetest: Give the CRTC ID to the -P option by Laurent Pinchart · 11 years ago
  56. 5659268 modetest: Store the mode in the crtc structure by Laurent Pinchart · 11 years ago
  57. a6349d0 modetest: Store the crtc in the connector_arg structure by Laurent Pinchart · 11 years ago
  58. b373de3 modetest: Remove the struct connector_arg encoder field by Laurent Pinchart · 11 years ago
  59. 605efd7 modetest: Compute CRTC pipe number as needed by Laurent Pinchart · 11 years ago
  60. 549fe0b modetest: Create a device structure by Laurent Pinchart · 11 years ago
  61. dab3c80 modetest: Remove the -m argument by Laurent Pinchart · 11 years ago
  62. 581c7cf modetest: Print the plane ID when setting up a plane by Laurent Pinchart · 11 years ago
  63. 7badcca modetest: Allow specifying plane position by Laurent Pinchart · 11 years ago
  64. d725227 modetest: Add a command line parameter to set properties by Laurent Pinchart · 11 years ago
  65. 6e0c74c modetest: Don't limit mode set and planes to two instances by Laurent Pinchart · 11 years ago
  66. 02fa8f7 modetest: Retrieve all resources in one go by Laurent Pinchart · 11 years ago
  67. ab52756 modetest: Add a command line parameter to drop master after mode set by Laurent Pinchart · 11 years ago
  68. 45901fd modetest: Add a command line parameter to select the driver by Laurent Pinchart · 11 years ago
  69. ef07acf modetest: Sort command line arguments by Laurent Pinchart · 11 years ago
  70. c93f4af modetest: Remove extern declarations of opt(arg|ind|err|opt) by Laurent Pinchart · 11 years ago
  71. ca9c8f0 modetest: Fix warnings by Laurent Pinchart · 11 years ago
  72. 6e8f868 tests: add tilcdc to modetest/vbltest by Rob Clark · 11 years ago
  73. fea5408 intel: silence valgrind warnings for unsynchronized maps by Chia-I Wu · 11 years ago
  74. f8f1f6e libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC by Imre Deak · 12 years ago
  75. c6d73cf libdrm: bump to 2.4.46 by Dave Airlie · 11 years ago
  76. 2e0ab62 drm: add hotspot cursor interface support. by Dave Airlie · 11 years ago
  77. 378bb47 radeon: add kabini pci ids by Alex Deucher · 12 years ago
  78. 96c04c2 radeon: add Bonaire pci ids by Alex Deucher · 11 years ago
  79. 0ff7f27 radeon: add CIK chip families by Alex Deucher · 11 years ago
  80. fbd106a intel/aub: Implement a way to specify the output .aub filename by Damien Lespiau · 11 years ago
  81. 1e4f63b intel/aub: Return early if we disable aub dumps by Damien Lespiau · 11 years ago
  82. 5925758 intel/aub: Sync the AUB defines with mesa's by Damien Lespiau · 11 years ago
  83. a0178c0 radeon: correct RADEON_GEM_WAIT_IDLE use by Mark Kettenis · 11 years ago
  84. 1669a67 intel: Adding more reserved PCI IDs for Haswell. by Rodrigo Vivi · 11 years ago
  85. 150c355 intel: Fix Haswell GT3 names. by Rodrigo Vivi · 11 years ago
  86. 8a88e34 modetest: Make RGB565 pwetty too by Ville Syrjälä · 11 years ago
  87. 3586337 freedreno: also remove from name table on bo delete by Rob Clark · 11 years ago
  88. acfbf39 freedreno: add some asserts by Rob Clark · 11 years ago
  89. 0b89e27 freedreno: add handle and name tracking by Rob Clark · 11 years ago
  90. 63aeae1 configure.ac: bump version to 2.4.45 for release by Marek Olšák · 11 years ago
  91. e5e51c2 radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition by Marek Olšák · 11 years ago
  92. 96e90aa radeon: add HAINAN pci ids by Alex Deucher · 11 years ago
  93. c56729c radeon: add HAINAN family by Alex Deucher · 11 years ago
  94. 040f6b0 drm: add qxl drm header file by Dave Airlie · 11 years ago
  95. 0119999 intel: Add support for VEBOX ring (v2) by Xiang, Haihao · 12 years ago
  96. b3a3a77 freedreno: add synchronization between mesa and ddx by Rob Clark · 11 years ago
  97. ec3c257 radeon: add new richland pci ids by Alex Deucher · 11 years ago
  98. 439d7d7 radeon: add new SI pci ids by Alex Deucher · 11 years ago
  99. 12464a7 Add exynos_fimg2d_test to .gitignore by Rob Clark · 11 years ago
  100. 86709ba freedreno: add gpu-id property by Rob Clark · 11 years ago