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