aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/common/gen_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* intel/decoder: Handle the BLT ring in gen_group_get_lengthJason Ekstrand2017-05-261-0/+4
* intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECTJason Ekstrand2017-05-261-2/+7
* intel/decoder: Fix indentationMatt Turner2017-05-151-4/+4
* intel: gen-decoder: fix xml parser leakLionel Landwerlin2017-05-151-6/+7
* intel: gen decoder: don't check for size_t negative valuesLionel Landwerlin2017-05-091-1/+1
* intel/aubinator: Correctly read variable length structs.Rafael Antognolli2017-04-241-6/+29
* intel/decoder: Fix is_header_field starting condition.Kenneth Graunke2017-04-161-1/+1
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-061-7/+15
* intel/gen_decoder: Fix length for Media State/Object commandsJordan Justen2017-04-061-2/+10
* intel: tools: add aubinator_error_decode toolLionel Landwerlin2017-04-041-0/+11
* aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2017-04-031-4/+17
* intel: gen_decoder: store pointer to current decoded field in iteratorLionel Landwerlin2017-04-031-25/+25
* intel: genxml: compress all gen files into oneLionel Landwerlin2017-03-311-40/+22
* intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2017-03-211-0/+862