]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/history - intel/intel_decode.c
DEBIAN: debianization
[glsdk/libdrm.git] / intel / intel_decode.c
2012-10-07 Chris Wilsonintel: Correct the word decoding for gen2 3DSTATE_LOAD_...
2012-06-27 Ben Widawskyintel/decode: fix the reference file for
2012-06-27 Ben WidawskyRevert "intel/decode: VERTEX_ELEMENT_STATE, 1 means...
2012-06-27 Ben Widawskyintel: add decoding of MI_SET_CONTEXT
2012-06-27 Ben Widawskyintel/decode: VERTEX_ELEMENT_STATE, 1 means valid
2012-06-27 Ben Widawskyintel/decode: add sampler state pointers for [HD]S
2012-06-25 Ben Widawskyintel: Add IVB PUSH_CONSTANT decodes
2012-04-02 Daniel Vetterintel/decode: decode MI_WAIT_FOR_EVENT
2012-03-10 Eric Anholtintel: Add per-dword decode of gen7 3DPRIMITIVE.
2012-03-10 Eric Anholtintel: Move the gen4-6 3DPRIMITIVE handling out of...
2012-02-22 Eric Anholtintel: Add decode for gen7 HIER_DEPTH_BUFFER.
2012-02-22 Eric Anholtintel: Add decode for gen7 3DSTATE_WM.
2012-02-22 Eric Anholtintel: Fix a typo in decode error message.
2012-01-27 Eric Anholtintel: Add minimal decode for remaining gen7 packets...
2012-01-27 Eric Anholtintel: Add decode for gen7 constant buffer packets.
2012-01-27 Eric Anholtintel: Add decode for gen7 state pointers.
2012-01-27 Eric Anholtintel: Add support for parsing gen7 URB packets.
2012-01-27 Eric Anholtintel: Make most of the logic for 965 3d packet length...
2012-01-27 Eric Anholtintel: Move the logic for getting 965 3d packet length...
2012-01-27 Eric Anholtintel: Add support for parsing 965 3d packets using...
2012-01-27 Eric Anholtintel: Parse the correct length for gen7 3DSTATE_MULTIS...
2012-01-27 Eric Anholtintel: Put the "gen" shorthand chipset identifier in...
2012-01-27 Eric Anholtintel: Avoid the need for most overflow checks by using...
2012-01-27 Eric Anholtintel: Make instr_out take the decode context.
2012-01-27 Eric Anholtintel: Use the context to simplify BR01 decode.
2012-01-27 Eric Anholtintel: Use the context to simplify BR00 decode.
2012-01-27 Eric Anholtintel: Plumb the context through the decode callchain.
2012-01-27 Eric Anholtintel: Drop the code for counting parsing failures.
2012-01-27 Eric Anholtintel: Track the current packet location in the decode...
2012-01-04 Eric Anholtintel: Add an interface for setting the output file...
2011-12-31 Johannes Obermayrintel/intel_decode.c: Remove #include "intel_decode.h".
2011-12-30 Eric Anholtintel: Disable unused decode_logic_op().
2011-12-30 Eric Anholtintel: Remove c99ish variable declarations.
2011-12-30 Eric Anholtintel: Fix printf format warnings for intel_decode.
2011-12-30 Eric Anholtintel: Add printflike warnings for instr_out.
2011-12-30 Eric Anholtintel: Fix a ton of signed vs unsigned and const char...
2011-12-30 Eric Anholtintel: Fix Wsigned-compare warnings (soon to be enabled).
2011-12-30 Eric Anholtintel: Get intel_decode.c minimally building.
2011-12-30 Eric Anholtintel: Minor style tweaks after Lindent.
2011-12-30 Eric Anholtintel: Reformat intel_decode.c from intel-gpu-tools...
2011-12-30 Eric Anholtintel: Import intel_decode.c from intel-gpu-tools.