1. cf40cf0 intel: Serialize drmPrimeFDToHandle with struct_mutex by Rafał Sapała · 9 years ago
  2. f1468e8 intel: wrap intel_bufmgr.h C code for C++ compilation/linking by Tapani Pälli · 9 years ago
  3. cd2f91e intel: Drop aub dumping functionality by Kristian Høgsberg Kristensen · 9 years ago
  4. c086552 Consistently check the fd value by Emil Velikov · 9 years ago
  5. 5ba34e1 Set alignment value in drm_intel_add_validate_buffer() by Anuj Phogat · 9 years ago
  6. 5c68f9f i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_internal() by Anuj Phogat · 9 years ago
  7. e9ea1f4 intel: Add the Broxton PCI IDs by Damien Lespiau · 9 years ago
  8. 3092148 intel: Leak the userptr test bo by Tvrtko Ursulin · 9 years ago
  9. 41eb131 drm: use c99 __func__ over __FUNCTION__ by Emil Velikov · 9 years ago
  10. e59f00f configure: request/set the compiler in C99 mode by Emil Velikov · 9 years ago
  11. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  12. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  13. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  14. a418f2f intel: add symbols test by Emil Velikov · 9 years ago
  15. 5966d37 intel: annotate the private symbols by Emil Velikov · 9 years ago
  16. 1756d3d intel: remove unused mmFindBlock by Emil Velikov · 9 years ago
  17. 8e76f63 intel: remove the drm_mm* symbol workarounds by Emil Velikov · 9 years ago
  18. 32258e4 intel: Delay testing for userptr until first use by Chris Wilson · 10 years ago
  19. bc6b517 android: remove explicit include to libpciaccess by Emil Velikov · 9 years ago
  20. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  21. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  22. c277cbd android: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  23. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  24. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  25. d556e06 intel: Export total subslice and EU counts by Jeff McGee · 9 years ago
  26. fcff9e2 Revert "intel: Fix documentation for drm_intel_gem_bo_wait()" by Daniel Vetter · 9 years ago
  27. 080b492 intel: Fix documentation for drm_intel_gem_bo_wait() by Kristian Høgsberg · 9 years ago
  28. 5c1c09e android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES by Chih-Wei Huang · 9 years ago
  29. eb7a5b6 intel: Unconditionally clear ioctl structs by Daniel Vetter · 9 years ago
  30. 63d6d77 intel: Only define variable when it's used. by Thomas Klausner · 10 years ago
  31. 13fcc69 intel: Fix GTT entry setup for aub dump by Zhenyu Wang · 10 years ago
  32. ec65f8d intel: Avoid overcounting fences when emitting self-referential relocs by Chris Wilson · 11 years ago
  33. 4f44ecc intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0 by Thomas Meyer · 10 years ago
  34. 00847fa intel/skl: add gen9 to the CS decoding init by Damien Lespiau · 11 years ago
  35. f1e15d1 intel/skl: Add gen9 to the buffer manager init by Damien Lespiau · 11 years ago
  36. c19a986 intel/skl: Add SKL PCI ids by Damien Lespiau · 10 years ago
  37. 537b1ca intel: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  38. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  39. 77dce9a intel: Don't leak the test page in an has_userptr() error path by Damien Lespiau · 10 years ago
  40. 0fa1dbf intel: Adding locks for drm objects synchronization. by Rafal Sapala · 10 years ago
  41. ae8edc7 intel: Add support for userptr objects by Tvrtko Ursulin · 10 years ago
  42. 86b37c6 intel: make drm_intel_gem_bo_get_reloc_count() thread safe by Lionel Landwerlin · 10 years ago
  43. 88025ad intel: make bo_unreference() thread safe by Lionel Landwerlin · 10 years ago
  44. 743af59 intel: make bufmgr_gem shareable from different API by Lionel Landwerlin · 10 years ago
  45. b26dc00 libdrm,intel: rework android header handling by Emil Velikov · 12 years ago
  46. 0a92953 libdrm,intel: Add Android build by Emil Velikov · 10 years ago
  47. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  48. 8e93afc all: include config.h only when available and use its defines by Emil Velikov · 10 years ago
  49. 07fead4 intel: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  50. bb1f426 intel/chv: Add Cherryview PCI IDs by Ville Syrjälä · 11 years ago
  51. 3d7a51e intel: Fix some format strings by Thierry Reding · 10 years ago
  52. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 10 years ago
  53. edf17db intel: Create a new drm_intel_bo offset64 field. by Kenneth Graunke · 10 years ago
  54. 02f93c2 intel: Track whether a buffer is idle to avoid trips to the kernel. by Eric Anholt · 10 years ago
  55. 3d34fe2 intel: Handle malloc fails in context create by Ben Widawsky · 11 years ago
  56. 743372e intel: squash unused variable 'bo_gem' by Ben Widawsky · 11 years ago
  57. 1489811 intel/test_decode: Allow gen8 to be infered from the batch filenames by Damien Lespiau · 11 years ago
  58. c3d9689 intel: Track known prime buffers for re-use by Keith Packard · 11 years ago
  59. 0c3fd87 intel: Use memset instead of VG_CLEAR by Ian Romanick · 11 years ago
  60. 5a41b02 intel: Add support for GPU reset status query ioctl by Ian Romanick · 11 years ago
  61. da738d1 Revert "intel: Add support for GPU reset status query ioctl" by Dave Airlie · 11 years ago
  62. 6335e1d intel: Add support for GPU reset status query ioctl by Ian Romanick · 12 years ago
  63. dad3c6b intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps by Damien Lespiau · 11 years ago
  64. a0c126d intel/bdw/aub: Update AUB trace block writes for 48-bit addressing. by Kenneth Graunke · 11 years ago
  65. 946f847 intel/bdw: Add gen8 to the decode init by Damien Lespiau · 11 years ago
  66. 5b348f3 intel/bdw: Handle gen8 bufmgr_init by Ben Widawsky · 11 years ago
  67. 6ea20a0 intel/bdw: Add broadwell chipset IDs by Ben Widawsky · 12 years ago
  68. 45810d3 intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c. by Kenneth Graunke · 11 years ago
  69. 551aac4 intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c. by Kenneth Graunke · 11 years ago
  70. 9c52c3d intel: Set bo size from lseek if kernel supports it by Kristian Høgsberg · 11 years ago
  71. d18cd0c intel: Update package name and description in libdrm_intel.pc by Emil Velikov · 11 years ago
  72. fea5408 intel: silence valgrind warnings for unsynchronized maps by Chia-I Wu · 11 years ago
  73. fbd106a intel/aub: Implement a way to specify the output .aub filename by Damien Lespiau · 11 years ago
  74. 1e4f63b intel/aub: Return early if we disable aub dumps by Damien Lespiau · 11 years ago
  75. 5925758 intel/aub: Sync the AUB defines with mesa's by Damien Lespiau · 11 years ago
  76. 1669a67 intel: Adding more reserved PCI IDs for Haswell. by Rodrigo Vivi · 11 years ago
  77. 150c355 intel: Fix Haswell GT3 names. by Rodrigo Vivi · 11 years ago
  78. 0119999 intel: Add support for VEBOX ring (v2) by Xiang, Haihao · 12 years ago
  79. b7bb9e9 intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding by Daniel Vetter · 11 years ago
  80. ca678bc intel: Fix Haswell CRW PCI IDs. by Kenneth Graunke · 11 years ago
  81. 93d1259 intel_chipset: Fix up VLV confusion by Ville Syrjälä · 11 years ago
  82. 6e55fd7 intel_chipset: Use parens around macro arguments by Ville Syrjälä · 11 years ago
  83. 36d1821 intel_chipset: Merge intel-gpu-tools chipsets by Ben Widawsky · 12 years ago
  84. 20c5607 intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS by Chris Forbes · 11 years ago
  85. 3b5cc13 intel/aub: Actually run BLT batches on the blit ring. by Kenneth Graunke · 11 years ago
  86. ef866c7 intel: add more VLV PCI IDs by Jesse Barnes · 11 years ago
  87. fdda970 intel: Remove the fence count contributions when clearing relocs by Chris Wilson · 12 years ago
  88. 7d42b49 intel: Fix missing ETIME on BSD operating systems by David Shao · 12 years ago
  89. a83444c intel: Silence a trivial compiler warning by Chris Wilson · 12 years ago
  90. 8cf3475 intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 by Chris Wilson · 12 years ago
  91. 75830a0 intel: Fix "properly test for HAS_LLC" by Chris Wilson · 12 years ago
  92. 1b7ce58 intel: Mark bo's exported to prime as not reusable by Kristian Høgsberg · 12 years ago
  93. 9d9cb85 intel: add support for ValleyView by Jesse Barnes · 12 years ago
  94. 92fd0ce intel: properly test for HAS_LLC by Daniel Vetter · 12 years ago
  95. a9412fa intel: Use VG_CLEAR on the context destroy ioctl as well. by Kenneth Graunke · 12 years ago
  96. 2607dad intel: Add a function for the new register read ioctl. by Eric Anholt · 12 years ago
  97. 93fef04 intel: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  98. 9a2b57d intel: Bail gracefully if we encounter an unknown Intel device by Chris Wilson · 12 years ago
  99. 7e3f08b intel: Quiet valgrind warnings in context creation. by Eric Anholt · 12 years ago
  100. c10b08d intel: Remove two unused variables by Damien Lespiau · 12 years ago