OSDN Git Service

intel/gen10: Add missed gen10 stuff
[android-x86/external-libdrm.git] / intel / intel_decode.c
2017-06-30 Ben Widawskyintel/gen10: Add missed gen10 stuff
2017-02-28 Thomas Hindoe Paab... intel: avoid null pointer dereference
2016-04-07 Eric Engestromintel: Fix spelling mistakes
2016-01-20 Marek Olšákconfigure.ac: disable annoying warning -Wmissing-field...
2015-09-04 Emil Velikovintel: ignore missing-field-initializers warnings
2015-09-04 Emil Velikovintel: resolve shadowing warnings
2015-04-28 Emil Velikovdrm: remove drm_public macro
2015-04-28 Emil Velikovdrm: rename libdrm{,_macros}.h
2014-09-30 Damien Lespiauintel/skl: add gen9 to the CS decoding init
2014-08-04 Maarten Lankhorstintel: Use symbol visibility.
2014-04-17 Thierry RedingMark functions printf-like where possible
2013-11-08 Damien Lespiauintel/bdw: Add gen8 to the decode init
2013-10-30 Kenneth Graunkeintel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.
2013-10-30 Kenneth Graunkeintel: Add the Gen6+ version of MI_REPORT_PERF_COUNT...
2013-04-04 Daniel Vetterintel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding
2013-02-06 Chris Forbesintel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS
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.