1. 7e13fe1 intel: use drmCloseBufferHandle by Simon Ser · 3 years ago
  2. f9c27a9 intel: Drop legacy execbuffer support by Jason Ekstrand · 3 years, 7 months ago
  3. cd36819 intel: Keep libdrm working without pread/pwrite ioctls by Ashutosh Dixit · 4 years ago
  4. 0572754 libdrm: intel: add DRM_RDWR flag in drm_intel_bo_gem_export_to_prime by Nicholas Bishop · 4 years, 8 months ago
  5. 9337297 intel: drm_intel_bo_gem_create_from_* on platforms w/o HW tiling by Imre Deak · 4 years, 8 months ago
  6. 36bb0ea intel: annotate public functions by Lucas De Marchi · 6 years ago
  7. c55f1b9 intel: get gen once for gen >= 9 by Lucas De Marchi · 6 years ago
  8. 1ac3ecd intel: add support for ICL 11 by Paulo Zanoni · 6 years ago
  9. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 7 years ago
  10. 1d7bbf8 always define HAVE_VALGRIND by Eric Engestrom · 7 years ago
  11. 5c490bd intel/gen10: Add missed gen10 stuff by Ben Widawsky · 8 years ago
  12. 3f1df25 intel: remove dead code by Eric Engestrom · 7 years ago
  13. 19c4cfc intel: Add handle to hashtable before freeing along an error path by Chris Wilson · 8 years ago
  14. ec80fd3 intel: Move 48b support to bo_gem->kflags by Chris Wilson · 8 years ago
  15. e0f05b2 intel: Move is_softpin to obj->kflags by Chris Wilson · 8 years ago
  16. dfd536c intel: Export a function to re-enable implicit synchronisation by Chris Wilson · 8 years ago
  17. 22cfd04 intel: Clear execobject flags before preserving object in reuse cache by Chris Wilson · 8 years ago
  18. c4b0076 intel: Support passing of explicit fencing from execbuf by Chris Wilson · 8 years ago
  19. 1bd35da intel: Allow the client to control implicit synchronisation by Chris Wilson · 8 years ago
  20. 44f220a intel: update global_name before HASH_ADD by Dongwon Kim · 8 years ago
  21. 1924b67 libdrm: random typo fixes by Grazvydas Ignotas · 8 years ago
  22. 770f6bc intel: Add a getter for the intel_context ctx_id by Robert Bragg · 10 years ago
  23. 319108f intel: Allow some codenames in INTEL_DEVID_OVERRIDE by Neil Roberts · 9 years ago
  24. fe4579e intel: Look prime handle up in handle hash table by Chris Wilson · 8 years ago
  25. 9e24d0c intel: Migrate handle/name lookups from linear lists to hashtables by Chris Wilson · 8 years ago
  26. 455e9b4 intel: Export raw GEM mmap interfaces by Chris Wilson · 9 years ago
  27. 9888714 intel: Export pooled EU and min no. of eus in a pool. by Yang Rong · 8 years ago
  28. 723a694 intel: Fix spelling mistakes by Eric Engestrom · 8 years ago
  29. b38a4b2 intel: Restore formatting of offsets in debug statements by Michał Winiarski · 9 years ago
  30. 8b4d57e intel: Add support for softpin by Michał Winiarski · 9 years ago
  31. 3350add intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag) by Michel Thierry · 9 years ago
  32. 0ec7f44 intel: introduce to_bo_gem() helper by Emil Velikov · 9 years ago
  33. 94425f6 intel: error out on has_error in exec2 by Emil Velikov · 9 years ago
  34. cf7e32b intel: resolve shadowing warnings by Emil Velikov · 9 years ago
  35. cf40cf0 intel: Serialize drmPrimeFDToHandle with struct_mutex by Rafał Sapała · 9 years ago
  36. cd2f91e intel: Drop aub dumping functionality by Kristian Høgsberg Kristensen · 9 years ago
  37. 5ba34e1 Set alignment value in drm_intel_add_validate_buffer() by Anuj Phogat · 9 years ago
  38. 5c68f9f i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_internal() by Anuj Phogat · 9 years ago
  39. 3092148 intel: Leak the userptr test bo by Tvrtko Ursulin · 9 years ago
  40. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  41. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  42. 32258e4 intel: Delay testing for userptr until first use by Chris Wilson · 10 years ago
  43. d556e06 intel: Export total subslice and EU counts by Jeff McGee · 10 years ago
  44. fcff9e2 Revert "intel: Fix documentation for drm_intel_gem_bo_wait()" by Daniel Vetter · 10 years ago
  45. 080b492 intel: Fix documentation for drm_intel_gem_bo_wait() by Kristian Høgsberg · 10 years ago
  46. eb7a5b6 intel: Unconditionally clear ioctl structs by Daniel Vetter · 10 years ago
  47. 13fcc69 intel: Fix GTT entry setup for aub dump by Zhenyu Wang · 10 years ago
  48. ec65f8d intel: Avoid overcounting fences when emitting self-referential relocs by Chris Wilson · 11 years ago
  49. 4f44ecc intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0 by Thomas Meyer · 10 years ago
  50. f1e15d1 intel/skl: Add gen9 to the buffer manager init by Damien Lespiau · 12 years ago
  51. 537b1ca intel: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  52. 77dce9a intel: Don't leak the test page in an has_userptr() error path by Damien Lespiau · 10 years ago
  53. 0fa1dbf intel: Adding locks for drm objects synchronization. by Rafal Sapala · 10 years ago
  54. ae8edc7 intel: Add support for userptr objects by Tvrtko Ursulin · 10 years ago
  55. 86b37c6 intel: make drm_intel_gem_bo_get_reloc_count() thread safe by Lionel Landwerlin · 10 years ago
  56. 88025ad intel: make bo_unreference() thread safe by Lionel Landwerlin · 10 years ago
  57. 743af59 intel: make bufmgr_gem shareable from different API by Lionel Landwerlin · 10 years ago
  58. 07fead4 intel: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  59. edf17db intel: Create a new drm_intel_bo offset64 field. by Kenneth Graunke · 11 years ago
  60. 02f93c2 intel: Track whether a buffer is idle to avoid trips to the kernel. by Eric Anholt · 11 years ago
  61. 3d34fe2 intel: Handle malloc fails in context create by Ben Widawsky · 11 years ago
  62. 743372e intel: squash unused variable 'bo_gem' by Ben Widawsky · 11 years ago
  63. c3d9689 intel: Track known prime buffers for re-use by Keith Packard · 11 years ago
  64. 0c3fd87 intel: Use memset instead of VG_CLEAR by Ian Romanick · 11 years ago
  65. 5a41b02 intel: Add support for GPU reset status query ioctl by Ian Romanick · 11 years ago
  66. da738d1 Revert "intel: Add support for GPU reset status query ioctl" by Dave Airlie · 11 years ago
  67. 6335e1d intel: Add support for GPU reset status query ioctl by Ian Romanick · 12 years ago
  68. dad3c6b intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps by Damien Lespiau · 12 years ago
  69. a0c126d intel/bdw/aub: Update AUB trace block writes for 48-bit addressing. by Kenneth Graunke · 12 years ago
  70. 5b348f3 intel/bdw: Handle gen8 bufmgr_init by Ben Widawsky · 12 years ago
  71. 9c52c3d intel: Set bo size from lseek if kernel supports it by Kristian Høgsberg · 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 · 12 years ago
  74. 1e4f63b intel/aub: Return early if we disable aub dumps by Damien Lespiau · 12 years ago
  75. 0119999 intel: Add support for VEBOX ring (v2) by Xiang, Haihao · 12 years ago
  76. 3b5cc13 intel/aub: Actually run BLT batches on the blit ring. by Kenneth Graunke · 12 years ago
  77. fdda970 intel: Remove the fence count contributions when clearing relocs by Chris Wilson · 12 years ago
  78. 7d42b49 intel: Fix missing ETIME on BSD operating systems by David Shao · 12 years ago
  79. a83444c intel: Silence a trivial compiler warning by Chris Wilson · 12 years ago
  80. 75830a0 intel: Fix "properly test for HAS_LLC" by Chris Wilson · 12 years ago
  81. 1b7ce58 intel: Mark bo's exported to prime as not reusable by Kristian Høgsberg · 12 years ago
  82. 92fd0ce intel: properly test for HAS_LLC by Daniel Vetter · 12 years ago
  83. a9412fa intel: Use VG_CLEAR on the context destroy ioctl as well. by Kenneth Graunke · 12 years ago
  84. 2607dad intel: Add a function for the new register read ioctl. by Eric Anholt · 12 years ago
  85. 9a2b57d intel: Bail gracefully if we encounter an unknown Intel device by Chris Wilson · 12 years ago
  86. 7e3f08b intel: Quiet valgrind warnings in context creation. by Eric Anholt · 12 years ago
  87. c10b08d intel: Remove two unused variables by Damien Lespiau · 12 years ago
  88. ff65de9 intel: add prime interface for getting/setting a prime bo. (v4) by Dave Airlie · 12 years ago
  89. 992e2af intel: Change context create failure message to from fprintf to DBG(). by Kenneth Graunke · 12 years ago
  90. f7210fa intel/context: create/destroy implementation by Ben Widawsky · 13 years ago
  91. 3ed3871 intel/context: new execbuf interface for contexts by Ben Widawsky · 13 years ago
  92. 971c080 intel: wait render timeout implementation by Ben Widawsky · 12 years ago
  93. da02f72 intel: Add the ability to supply annotations for .aub files. by Paul Berry · 12 years ago
  94. 5de5b74 intel: Quiet two more valgrind complaints with recent changes. by Eric Anholt · 13 years ago
  95. 99c7337 intel: Add support for (possibly) unsynchronized maps. by Eric Anholt · 13 years ago
  96. 3a88848 intel: Fix error check for I915_PARAM_HAS_LLC. by Eric Anholt · 13 years ago
  97. c9ce2ed intel: Bump the copyright dates on the bufmgr files. by Eric Anholt · 13 years ago
  98. 4db16a9 intel: Add .aub file output support. by Eric Anholt · 13 years ago
  99. 6e642db intel: Add support for overriding the PCI ID via an environment variable by Kenneth Graunke · 13 years ago
  100. 23eeb7e intel: Detect cache domain inconsistency with valgrind by Chris Wilson · 13 years ago