1. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  2. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  3. 00847fa intel/skl: add gen9 to the CS decoding init by Damien Lespiau · 11 years ago
  4. 07fead4 intel: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  5. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 11 years ago
  6. 946f847 intel/bdw: Add gen8 to the decode init by Damien Lespiau · 11 years ago
  7. 45810d3 intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c. by Kenneth Graunke · 11 years ago
  8. 551aac4 intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c. by Kenneth Graunke · 11 years ago
  9. b7bb9e9 intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding by Daniel Vetter · 11 years ago
  10. 20c5607 intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS by Chris Forbes · 11 years ago
  11. 8cf3475 intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 by Chris Wilson · 12 years ago
  12. a780519 intel/decode: fix the reference file for by Ben Widawsky · 12 years ago
  13. df5cc69 Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid" by Ben Widawsky · 12 years ago
  14. ee2be4f intel: add decoding of MI_SET_CONTEXT by Ben Widawsky · 12 years ago
  15. 7d0a1d5 intel/decode: VERTEX_ELEMENT_STATE, 1 means valid by Ben Widawsky · 12 years ago
  16. eeedb0d intel/decode: add sampler state pointers for [HD]S by Ben Widawsky · 12 years ago
  17. ae137f4 intel: Add IVB PUSH_CONSTANT decodes by Ben Widawsky · 12 years ago
  18. 4370425 intel/decode: decode MI_WAIT_FOR_EVENT by Daniel Vetter · 12 years ago
  19. 9d18ad2 intel: Add per-dword decode of gen7 3DPRIMITIVE. by Eric Anholt · 12 years ago
  20. 9b87fd9 intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement. by Eric Anholt · 12 years ago
  21. b395af0 intel: Add decode for gen7 HIER_DEPTH_BUFFER. by Eric Anholt · 12 years ago
  22. e6beaf8 intel: Add decode for gen7 3DSTATE_WM. by Eric Anholt · 12 years ago
  23. 259e7b6 intel: Fix a typo in decode error message. by Eric Anholt · 12 years ago
  24. b643b07 intel: Add minimal decode for remaining gen7 packets in use. by Eric Anholt · 13 years ago
  25. 54b12a0 intel: Add decode for gen7 constant buffer packets. by Eric Anholt · 13 years ago
  26. 938df6b intel: Add decode for gen7 state pointers. by Eric Anholt · 13 years ago
  27. 6a0b25e intel: Add support for parsing gen7 URB packets. by Eric Anholt · 13 years ago
  28. ba8ce2d intel: Make most of the logic for 965 3d packet length checks table-driven. by Eric Anholt · 13 years ago
  29. b129e10 intel: Move the logic for getting 965 3d packet length to the packet table. by Eric Anholt · 13 years ago
  30. 3dcb2d4 intel: Add support for parsing 965 3d packets using helper functions. by Eric Anholt · 13 years ago
  31. 5a1c10f intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE. by Eric Anholt · 13 years ago
  32. 9695eee intel: Put the "gen" shorthand chipset identifier in the context. by Eric Anholt · 13 years ago
  33. 028715e intel: Avoid the need for most overflow checks by using a scratch page. by Eric Anholt · 13 years ago
  34. c1d2946 intel: Make instr_out take the decode context. by Eric Anholt · 13 years ago
  35. b037161 intel: Use the context to simplify BR01 decode. by Eric Anholt · 13 years ago
  36. 62b4103 intel: Use the context to simplify BR00 decode. by Eric Anholt · 13 years ago
  37. de49fd4 intel: Plumb the context through the decode callchain. by Eric Anholt · 13 years ago
  38. a756fa3 intel: Drop the code for counting parsing failures. by Eric Anholt · 13 years ago
  39. 8fb66a7 intel: Track the current packet location in the decode context. by Eric Anholt · 13 years ago
  40. ea33a23 intel: Add an interface for setting the output file for decode. by Eric Anholt · 13 years ago
  41. a9dd34a intel/intel_decode.c: Remove #include "intel_decode.h". by Johannes Obermayr · 13 years ago
  42. 4149faf intel: Disable unused decode_logic_op(). by Eric Anholt · 13 years ago
  43. 7b48318 intel: Remove c99ish variable declarations. by Eric Anholt · 13 years ago
  44. 0c46f02 intel: Fix printf format warnings for intel_decode. by Eric Anholt · 13 years ago
  45. 39a06ac intel: Add printflike warnings for instr_out. by Eric Anholt · 13 years ago
  46. 1db55a8 intel: Fix a ton of signed vs unsigned and const char *warnings by Eric Anholt · 13 years ago
  47. 07768ba intel: Fix Wsigned-compare warnings (soon to be enabled). by Eric Anholt · 13 years ago
  48. 71066ab intel: Get intel_decode.c minimally building. by Eric Anholt · 13 years ago
  49. bbdda92 intel: Minor style tweaks after Lindent. by Eric Anholt · 13 years ago
  50. 193fa13 intel: Reformat intel_decode.c from intel-gpu-tools using Lindent. by Eric Anholt · 13 years ago
  51. 8c4a2c8 intel: Import intel_decode.c from intel-gpu-tools. by Eric Anholt · 13 years ago