1. 2607dad intel: Add a function for the new register read ioctl. by Eric Anholt · 12 years ago
  2. 93fef04 intel: add more Haswell PCI IDs by Paulo Zanoni · 12 years ago
  3. 9a2b57d intel: Bail gracefully if we encounter an unknown Intel device by Chris Wilson · 12 years ago
  4. 7e3f08b intel: Quiet valgrind warnings in context creation. by Eric Anholt · 12 years ago
  5. c10b08d intel: Remove two unused variables by Damien Lespiau · 12 years ago
  6. faf26b6 intel: fix build error by Rob Clark · 12 years ago
  7. ff65de9 intel: add prime interface for getting/setting a prime bo. (v4) by Dave Airlie · 12 years ago
  8. 992e2af intel: Change context create failure message to from fprintf to DBG(). by Kenneth Graunke · 12 years ago
  9. 8fad46b intel: Fix build failure in test_decode.c by Lauri Kasanen · 12 years ago
  10. f7210fa intel/context: create/destroy implementation by Ben Widawsky · 13 years ago
  11. a780519 intel/decode: fix the reference file for by Ben Widawsky · 12 years ago
  12. df5cc69 Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid" by Ben Widawsky · 12 years ago
  13. ee2be4f intel: add decoding of MI_SET_CONTEXT by Ben Widawsky · 12 years ago
  14. 3ed3871 intel/context: new execbuf interface for contexts by Ben Widawsky · 13 years ago
  15. b3b123d intel/context: Add drm_intel_context type by Ben Widawsky · 13 years ago
  16. 7d0a1d5 intel/decode: VERTEX_ELEMENT_STATE, 1 means valid by Ben Widawsky · 12 years ago
  17. eeedb0d intel/decode: add sampler state pointers for [HD]S by Ben Widawsky · 12 years ago
  18. 971c080 intel: wait render timeout implementation by Ben Widawsky · 12 years ago
  19. ae137f4 intel: Add IVB PUSH_CONSTANT decodes by Ben Widawsky · 12 years ago
  20. da02f72 intel: Add the ability to supply annotations for .aub files. by Paul Berry · 13 years ago
  21. 4370425 intel/decode: decode MI_WAIT_FOR_EVENT by Daniel Vetter · 13 years ago
  22. e057a56 intel: add Ivy Bridge GT2 server variant by Eugeni Dodonov · 13 years ago
  23. 6172133 intel: Add some PCI IDs for Haswell. by Kenneth Graunke · 13 years ago
  24. 5de5b74 intel: Quiet two more valgrind complaints with recent changes. by Eric Anholt · 13 years ago
  25. 9d18ad2 intel: Add per-dword decode of gen7 3DPRIMITIVE. by Eric Anholt · 13 years ago
  26. 9b87fd9 intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement. by Eric Anholt · 13 years ago
  27. 99c7337 intel: Add support for (possibly) unsynchronized maps. by Eric Anholt · 13 years ago
  28. 3a88848 intel: Fix error check for I915_PARAM_HAS_LLC. by Eric Anholt · 13 years ago
  29. c9ce2ed intel: Bump the copyright dates on the bufmgr files. by Eric Anholt · 13 years ago
  30. 4db16a9 intel: Add .aub file output support. by Eric Anholt · 13 years ago
  31. 6e642db intel: Add support for overriding the PCI ID via an environment variable by Kenneth Graunke · 13 years ago
  32. 783db34 intel: Import a new batchbuffer for the gen7 test. by Eric Anholt · 13 years ago
  33. b395af0 intel: Add decode for gen7 HIER_DEPTH_BUFFER. by Eric Anholt · 13 years ago
  34. e6beaf8 intel: Add decode for gen7 3DSTATE_WM. by Eric Anholt · 13 years ago
  35. 259e7b6 intel: Fix a typo in decode error message. by Eric Anholt · 13 years ago
  36. 23eeb7e intel: Detect cache domain inconsistency with valgrind by Chris Wilson · 13 years ago
  37. 90b23cc intel: Mark up with valgrind intrinsics to reduce false positives by Chris Wilson · 13 years ago
  38. 151cdcf intel: query for LLC support by Eugeni Dodonov · 13 years ago
  39. 592ac67 intel: Fix bufmgr_gem->gen for gen > 4 by Chad Versace · 13 years ago
  40. b643b07 intel: Add minimal decode for remaining gen7 packets in use. by Eric Anholt · 13 years ago
  41. 54b12a0 intel: Add decode for gen7 constant buffer packets. by Eric Anholt · 13 years ago
  42. 938df6b intel: Add decode for gen7 state pointers. by Eric Anholt · 13 years ago
  43. 6a0b25e intel: Add support for parsing gen7 URB packets. by Eric Anholt · 13 years ago
  44. ba8ce2d intel: Make most of the logic for 965 3d packet length checks table-driven. by Eric Anholt · 13 years ago
  45. b129e10 intel: Move the logic for getting 965 3d packet length to the packet table. by Eric Anholt · 13 years ago
  46. 3dcb2d4 intel: Add support for parsing 965 3d packets using helper functions. by Eric Anholt · 13 years ago
  47. 5a1c10f intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE. by Eric Anholt · 13 years ago
  48. 9695eee intel: Put the "gen" shorthand chipset identifier in the context. by Eric Anholt · 13 years ago
  49. 028715e intel: Avoid the need for most overflow checks by using a scratch page. by Eric Anholt · 13 years ago
  50. c1d2946 intel: Make instr_out take the decode context. by Eric Anholt · 13 years ago
  51. b037161 intel: Use the context to simplify BR01 decode. by Eric Anholt · 13 years ago
  52. 62b4103 intel: Use the context to simplify BR00 decode. by Eric Anholt · 13 years ago
  53. de49fd4 intel: Plumb the context through the decode callchain. by Eric Anholt · 13 years ago
  54. a756fa3 intel: Drop the code for counting parsing failures. by Eric Anholt · 13 years ago
  55. 8fb66a7 intel: Track the current packet location in the decode context. by Eric Anholt · 13 years ago
  56. b5cb7f8 intel: Add a regression test for 2D decode, which I'm about to refactor. by Eric Anholt · 13 years ago
  57. 683855f intel: Add regression tests for batch decode. by Eric Anholt · 13 years ago
  58. ccbc403 intel: Add a regression test program for intel_decode.c. by Eric Anholt · 13 years ago
  59. ea33a23 intel: Add an interface for setting the output file for decode. by Eric Anholt · 13 years ago
  60. a9dd34a intel/intel_decode.c: Remove #include "intel_decode.h". by Johannes Obermayr · 13 years ago
  61. 4149faf intel: Disable unused decode_logic_op(). by Eric Anholt · 13 years ago
  62. 88cffcc intel: Turn on normal warnings for intel_decode.c build. by Eric Anholt · 13 years ago
  63. 7b48318 intel: Remove c99ish variable declarations. by Eric Anholt · 13 years ago
  64. 0c46f02 intel: Fix printf format warnings for intel_decode. by Eric Anholt · 13 years ago
  65. 39a06ac intel: Add printflike warnings for instr_out. by Eric Anholt · 13 years ago
  66. 1db55a8 intel: Fix a ton of signed vs unsigned and const char *warnings by Eric Anholt · 13 years ago
  67. 07768ba intel: Fix Wsigned-compare warnings (soon to be enabled). by Eric Anholt · 13 years ago
  68. 71066ab intel: Get intel_decode.c minimally building. by Eric Anholt · 13 years ago
  69. bbdda92 intel: Minor style tweaks after Lindent. by Eric Anholt · 13 years ago
  70. 193fa13 intel: Reformat intel_decode.c from intel-gpu-tools using Lindent. by Eric Anholt · 13 years ago
  71. 1d318e2 intel: intel: Add IS_GEN[567] macros. by Eric Anholt · 13 years ago
  72. 078bc5b intel: Make intel_chipset handle devid directly. by Eric Anholt · 13 years ago
  73. 8c4a2c8 intel: Import intel_decode.c from intel-gpu-tools. by Eric Anholt · 13 years ago
  74. 0ab2251 intel: Reset vma list upon purge by Chris Wilson · 13 years ago
  75. 015286f intel: Remove the fresh assertions used to debug the vma cacheing by Chris Wilson · 13 years ago
  76. c5f0ed1 intel: Update map-count for an early error return during mapping by Chris Wilson · 13 years ago
  77. dd9a5b4 intel: Evict cached VMA in order to make room for new mappings by Chris Wilson · 13 years ago
  78. e4b60f2 intel: Add an interface to limit vma caching by Chris Wilson · 13 years ago
  79. 5c5332b intel: Clean up mmaps on freeing the buffer by Chris Wilson · 13 years ago
  80. c549a77 intel: Unmap buffers during drm_intel_gem_bo_unmap by Chris Wilson · 13 years ago
  81. 36cff1c intel: limit aperture space to mappable area on gen3 by Daniel Vetter · 13 years ago
  82. d0ae683 intel: Share the implementation of BO unmap between CPU and GTT mappings. by Eric Anholt · 13 years ago
  83. 4cb01ee intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done. by Eric Anholt · 13 years ago
  84. 77dc16f intel: Remove stale comment. by Eric Anholt · 13 years ago
  85. 515cea6 intel: Add an interface for removing relocs after they're added. by Eric Anholt · 13 years ago
  86. 2c2bdb3 intel: Use stdbool.h for dealing with boolean values. by Eric Anholt · 13 years ago
  87. 194aa1b drm/i915: y tiling on i915G/i915GM is different by Daniel Vetter · 13 years ago
  88. 630dd26 drm/intel: don't clobber bufmgr->pci_device by Daniel Vetter · 13 years ago
  89. 2acaf16 intel: shared header for shader debugging by Ben Widawsky · 13 years ago
  90. ce317a6 intel: fix the wrong method check for bo_get_subdata by Yuanhan Liu · 13 years ago
  91. 9d77603 intel: Add interface to query aperture sizes. by Chris Wilson · 13 years ago
  92. f395b0a intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER by Chris Wilson · 14 years ago
  93. 06ebbf7 Cleanup gen2 tiling confusion by Daniel Vetter · 14 years ago
  94. e6018c2 intel: Fixup for the fix for relaxed tiling on gen2 by Daniel Vetter · 14 years ago
  95. 9a71ed9 intel: fix relaxed tiling on gen2 by Daniel Vetter · 14 years ago
  96. 36d4939 intel: Remember named bo by Chris Wilson · 14 years ago
  97. 53581b6 intel: Set the public handle after opening by name by Chris Wilson · 14 years ago
  98. 550fe2c intel: compile fix for previous commit after rebasing by Chris Wilson · 14 years ago
  99. 6717b75 intel: Fallback to old exec if no mrb_exec is available by Chris Wilson · 14 years ago
  100. 0184bb1 intel: Export CONSTANT_BUFFER addressing mode by Chris Wilson · 14 years ago