1. 0a92953 libdrm,intel: Add Android build by Emil Velikov · 10 years ago
  2. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  3. 8e93afc all: include config.h only when available and use its defines by Emil Velikov · 10 years ago
  4. 07fead4 intel: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  5. bb1f426 intel/chv: Add Cherryview PCI IDs by Ville Syrjälä · 11 years ago
  6. 3d7a51e intel: Fix some format strings by Thierry Reding · 10 years ago
  7. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 11 years ago
  8. edf17db intel: Create a new drm_intel_bo offset64 field. by Kenneth Graunke · 11 years ago
  9. 02f93c2 intel: Track whether a buffer is idle to avoid trips to the kernel. by Eric Anholt · 11 years ago
  10. 3d34fe2 intel: Handle malloc fails in context create by Ben Widawsky · 11 years ago
  11. 743372e intel: squash unused variable 'bo_gem' by Ben Widawsky · 11 years ago
  12. 1489811 intel/test_decode: Allow gen8 to be infered from the batch filenames by Damien Lespiau · 11 years ago
  13. c3d9689 intel: Track known prime buffers for re-use by Keith Packard · 11 years ago
  14. 0c3fd87 intel: Use memset instead of VG_CLEAR by Ian Romanick · 11 years ago
  15. 5a41b02 intel: Add support for GPU reset status query ioctl by Ian Romanick · 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. 45810d3 intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c. by Kenneth Graunke · 11 years ago
  24. 551aac4 intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c. by Kenneth Graunke · 11 years ago
  25. 9c52c3d intel: Set bo size from lseek if kernel supports it by Kristian Høgsberg · 11 years ago
  26. d18cd0c intel: Update package name and description in libdrm_intel.pc by Emil Velikov · 11 years ago
  27. fea5408 intel: silence valgrind warnings for unsynchronized maps by Chia-I Wu · 11 years ago
  28. fbd106a intel/aub: Implement a way to specify the output .aub filename by Damien Lespiau · 11 years ago
  29. 1e4f63b intel/aub: Return early if we disable aub dumps by Damien Lespiau · 11 years ago
  30. 5925758 intel/aub: Sync the AUB defines with mesa's by Damien Lespiau · 11 years ago
  31. 1669a67 intel: Adding more reserved PCI IDs for Haswell. by Rodrigo Vivi · 11 years ago
  32. 150c355 intel: Fix Haswell GT3 names. by Rodrigo Vivi · 11 years ago
  33. 0119999 intel: Add support for VEBOX ring (v2) by Xiang, Haihao · 12 years ago
  34. b7bb9e9 intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding by Daniel Vetter · 11 years ago
  35. ca678bc intel: Fix Haswell CRW PCI IDs. by Kenneth Graunke · 11 years ago
  36. 93d1259 intel_chipset: Fix up VLV confusion by Ville Syrjälä · 11 years ago
  37. 6e55fd7 intel_chipset: Use parens around macro arguments by Ville Syrjälä · 11 years ago
  38. 36d1821 intel_chipset: Merge intel-gpu-tools chipsets by Ben Widawsky · 12 years ago
  39. 20c5607 intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS by Chris Forbes · 11 years ago
  40. 3b5cc13 intel/aub: Actually run BLT batches on the blit ring. by Kenneth Graunke · 12 years ago
  41. ef866c7 intel: add more VLV PCI IDs by Jesse Barnes · 11 years ago
  42. fdda970 intel: Remove the fence count contributions when clearing relocs by Chris Wilson · 12 years ago
  43. 7d42b49 intel: Fix missing ETIME on BSD operating systems by David Shao · 12 years ago
  44. a83444c intel: Silence a trivial compiler warning by Chris Wilson · 12 years ago
  45. 8cf3475 intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 by Chris Wilson · 12 years ago
  46. 75830a0 intel: Fix "properly test for HAS_LLC" by Chris Wilson · 12 years ago
  47. 1b7ce58 intel: Mark bo's exported to prime as not reusable by Kristian Høgsberg · 12 years ago
  48. 9d9cb85 intel: add support for ValleyView by Jesse Barnes · 12 years ago
  49. 92fd0ce intel: properly test for HAS_LLC by Daniel Vetter · 12 years ago
  50. a9412fa intel: Use VG_CLEAR on the context destroy ioctl as well. by Kenneth Graunke · 12 years ago
  51. 2607dad intel: Add a function for the new register read ioctl. by Eric Anholt · 12 years ago
  52. 93fef04 intel: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  53. 9a2b57d intel: Bail gracefully if we encounter an unknown Intel device by Chris Wilson · 12 years ago
  54. 7e3f08b intel: Quiet valgrind warnings in context creation. by Eric Anholt · 12 years ago
  55. c10b08d intel: Remove two unused variables by Damien Lespiau · 12 years ago
  56. faf26b6 intel: fix build error by Rob Clark · 12 years ago
  57. ff65de9 intel: add prime interface for getting/setting a prime bo. (v4) by Dave Airlie · 12 years ago
  58. 992e2af intel: Change context create failure message to from fprintf to DBG(). by Kenneth Graunke · 12 years ago
  59. 8fad46b intel: Fix build failure in test_decode.c by Lauri Kasanen · 12 years ago
  60. f7210fa intel/context: create/destroy implementation by Ben Widawsky · 13 years ago
  61. a780519 intel/decode: fix the reference file for by Ben Widawsky · 12 years ago
  62. df5cc69 Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid" by Ben Widawsky · 12 years ago
  63. ee2be4f intel: add decoding of MI_SET_CONTEXT by Ben Widawsky · 12 years ago
  64. 3ed3871 intel/context: new execbuf interface for contexts by Ben Widawsky · 12 years ago
  65. b3b123d intel/context: Add drm_intel_context type by Ben Widawsky · 13 years ago
  66. 7d0a1d5 intel/decode: VERTEX_ELEMENT_STATE, 1 means valid by Ben Widawsky · 12 years ago
  67. eeedb0d intel/decode: add sampler state pointers for [HD]S by Ben Widawsky · 12 years ago
  68. 971c080 intel: wait render timeout implementation by Ben Widawsky · 12 years ago
  69. ae137f4 intel: Add IVB PUSH_CONSTANT decodes by Ben Widawsky · 12 years ago
  70. da02f72 intel: Add the ability to supply annotations for .aub files. by Paul Berry · 12 years ago
  71. 4370425 intel/decode: decode MI_WAIT_FOR_EVENT by Daniel Vetter · 12 years ago
  72. e057a56 intel: add Ivy Bridge GT2 server variant by Eugeni Dodonov · 12 years ago
  73. 6172133 intel: Add some PCI IDs for Haswell. by Kenneth Graunke · 12 years ago
  74. 5de5b74 intel: Quiet two more valgrind complaints with recent changes. by Eric Anholt · 12 years ago
  75. 9d18ad2 intel: Add per-dword decode of gen7 3DPRIMITIVE. by Eric Anholt · 12 years ago
  76. 9b87fd9 intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement. by Eric Anholt · 12 years ago
  77. 99c7337 intel: Add support for (possibly) unsynchronized maps. by Eric Anholt · 12 years ago
  78. 3a88848 intel: Fix error check for I915_PARAM_HAS_LLC. by Eric Anholt · 12 years ago
  79. c9ce2ed intel: Bump the copyright dates on the bufmgr files. by Eric Anholt · 12 years ago
  80. 4db16a9 intel: Add .aub file output support. by Eric Anholt · 13 years ago
  81. 6e642db intel: Add support for overriding the PCI ID via an environment variable by Kenneth Graunke · 13 years ago
  82. 783db34 intel: Import a new batchbuffer for the gen7 test. by Eric Anholt · 12 years ago
  83. b395af0 intel: Add decode for gen7 HIER_DEPTH_BUFFER. by Eric Anholt · 12 years ago
  84. e6beaf8 intel: Add decode for gen7 3DSTATE_WM. by Eric Anholt · 12 years ago
  85. 259e7b6 intel: Fix a typo in decode error message. by Eric Anholt · 13 years ago
  86. 23eeb7e intel: Detect cache domain inconsistency with valgrind by Chris Wilson · 12 years ago
  87. 90b23cc intel: Mark up with valgrind intrinsics to reduce false positives by Chris Wilson · 12 years ago
  88. 151cdcf intel: query for LLC support by Eugeni Dodonov · 13 years ago
  89. 592ac67 intel: Fix bufmgr_gem->gen for gen > 4 by Chad Versace · 13 years ago
  90. b643b07 intel: Add minimal decode for remaining gen7 packets in use. by Eric Anholt · 13 years ago
  91. 54b12a0 intel: Add decode for gen7 constant buffer packets. by Eric Anholt · 13 years ago
  92. 938df6b intel: Add decode for gen7 state pointers. by Eric Anholt · 13 years ago
  93. 6a0b25e intel: Add support for parsing gen7 URB packets. by Eric Anholt · 13 years ago
  94. ba8ce2d intel: Make most of the logic for 965 3d packet length checks table-driven. by Eric Anholt · 13 years ago
  95. b129e10 intel: Move the logic for getting 965 3d packet length to the packet table. by Eric Anholt · 13 years ago
  96. 3dcb2d4 intel: Add support for parsing 965 3d packets using helper functions. by Eric Anholt · 13 years ago
  97. 5a1c10f intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE. by Eric Anholt · 13 years ago
  98. 9695eee intel: Put the "gen" shorthand chipset identifier in the context. by Eric Anholt · 13 years ago
  99. 028715e intel: Avoid the need for most overflow checks by using a scratch page. by Eric Anholt · 13 years ago
  100. c1d2946 intel: Make instr_out take the decode context. by Eric Anholt · 13 years ago