aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_eu.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/disasm: SEND has two sources on Gen12+Jason Ekstrand2020-01-311-2/+4
* intel/compiler: Return early if read() failedEmmanuel Gil Peyrot2020-01-221-1/+4
* intel/compiler: Extract GEN_* macros into separate fileMatt Turner2020-01-221-37/+1
* intel/compiler: replace `0` pointer with `NULL`Eric Engestrom2019-12-131-1/+1
* intel/compiler: add ASSERTED annotation to avoid "unused variable" warningEric Engestrom2019-12-131-3/+4
* intel/eu/gen12: Add tracking of default SWSB state to the current brw_codegen...Francisco Jerez2019-10-111-0/+11
* intel/ir/gen12: Add SYNC hardware instruction.Francisco Jerez2019-10-111-0/+1
* intel/eu/gen12: Add Gen12 opcode descriptions to the table.Francisco Jerez2019-10-111-24/+47
* intel/eu/gen11+: Mark dot product opcodes as unsupported on opcode_descs table.Francisco Jerez2019-10-111-4/+4
* intel/eu: Rework opcode description tables to allow efficient look-up by eith...Francisco Jerez2019-10-111-0/+630