summaryrefslogtreecommitdiffstats
path: root/intel/intel_decode.c
Commit message (Expand)AuthorAgeFilesLines
* intel/gen10: Add missed gen10 stuffBen Widawsky2017-06-301-1/+3
* intel: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen2017-02-281-1/+2
* intel: Fix spelling mistakesEric Engestrom2016-04-071-1/+1
* configure.ac: disable annoying warning -Wmissing-field-initializersMarek Olšák2016-01-201-2/+0
* intel: ignore missing-field-initializers warningsEmil Velikov2015-09-041-0/+3
* intel: resolve shadowing warningsEmil Velikov2015-09-041-5/+2
* drm: remove drm_public macroEmil Velikov2015-04-281-7/+7
* drm: rename libdrm{,_macros}.hEmil Velikov2015-04-281-1/+1
* intel/skl: add gen9 to the CS decoding initDamien Lespiau2014-09-301-1/+3
* intel: Use symbol visibility.Maarten Lankhorst2014-08-041-7/+12
* Mark functions printf-like where possibleThierry Reding2014-04-171-5/+2
* intel/bdw: Add gen8 to the decode initDamien Lespiau2013-11-071-1/+3
* intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.Kenneth Graunke2013-10-291-0/+1
* intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.Kenneth Graunke2013-10-291-0/+1
* intel-decode: Fix gen6 HIER_DEPTH_BUFFER decodingDaniel Vetter2013-04-041-1/+1
* intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMSChris Forbes2013-02-061-1/+1
* intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson2012-10-071-1/+1
* intel/decode: fix the reference file forBen Widawsky2012-06-271-2/+2
* Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"Ben Widawsky2012-06-271-1/+1
* intel: add decoding of MI_SET_CONTEXTBen Widawsky2012-06-271-1/+17
* intel/decode: VERTEX_ELEMENT_STATE, 1 means validBen Widawsky2012-06-271-1/+1
* intel/decode: add sampler state pointers for [HD]SBen Widawsky2012-06-271-0/+2
* intel: Add IVB PUSH_CONSTANT decodesBen Widawsky2012-06-241-0/+3
* intel/decode: decode MI_WAIT_FOR_EVENTDaniel Vetter2012-04-021-2/+75
* intel: Add per-dword decode of gen7 3DPRIMITIVE.Eric Anholt2012-03-101-5/+24
* intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement.Eric Anholt2012-03-101-15/+17
* intel: Add decode for gen7 HIER_DEPTH_BUFFER.Eric Anholt2012-02-221-1/+13
* intel: Add decode for gen7 3DSTATE_WM.Eric Anholt2012-02-221-42/+136
* intel: Fix a typo in decode error message.Eric Anholt2012-02-221-1/+1
* intel: Add minimal decode for remaining gen7 packets in use.Eric Anholt2012-01-271-1/+36
* intel: Add decode for gen7 constant buffer packets.Eric Anholt2012-01-271-3/+59
* intel: Add decode for gen7 state pointers.Eric Anholt2012-01-271-9/+71
* intel: Add support for parsing gen7 URB packets.Eric Anholt2012-01-271-0/+44
* intel: Make most of the logic for 965 3d packet length checks table-driven.Eric Anholt2012-01-271-46/+9
* intel: Move the logic for getting 965 3d packet length to the packet table.Eric Anholt2012-01-271-83/+73
* intel: Add support for parsing 965 3d packets using helper functions.Eric Anholt2012-01-271-1/+7
* intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE.Eric Anholt2012-01-271-1/+2
* intel: Put the "gen" shorthand chipset identifier in the context.Eric Anholt2012-01-271-0/+28
* intel: Avoid the need for most overflow checks by using a scratch page.Eric Anholt2012-01-271-141/+24
* intel: Make instr_out take the decode context.Eric Anholt2012-01-271-390/+377
* intel: Use the context to simplify BR01 decode.Eric Anholt2012-01-271-12/+14
* intel: Use the context to simplify BR00 decode.Eric Anholt2012-01-271-12/+11
* intel: Plumb the context through the decode callchain.Eric Anholt2012-01-271-26/+44
* intel: Drop the code for counting parsing failures.Eric Anholt2012-01-271-50/+24
* intel: Track the current packet location in the decode context.Eric Anholt2012-01-271-26/+43
* intel: Add an interface for setting the output file for decode.Eric Anholt2012-01-041-2/+12
* intel/intel_decode.c: Remove #include "intel_decode.h".Johannes Obermayr2011-12-301-1/+0
* intel: Disable unused decode_logic_op().Eric Anholt2011-12-291-0/+2
* intel: Remove c99ish variable declarations.Eric Anholt2011-12-291-3/+5
* intel: Fix printf format warnings for intel_decode.Eric Anholt2011-12-291-9/+7