summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu_validate.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1051/+0
* i965: Prevent coverity warningRobert Foss2017-02-011-0/+1
* i965: Validate "Special Cases for Byte Operations"Matt Turner2017-01-201-9/+61
* i965: Validate "Region Alignment Rules"Matt Turner2017-01-201-1/+409
* i965: Validate "General Restrictions Based on Operand Types"Matt Turner2017-01-201-0/+215
* i965: Validate "General Restrictions on Regioning Parameters"Matt Turner2017-01-201-0/+157
* i965: Claim that SEND/math has two sources.Matt Turner2017-01-201-1/+8
* i965: Simplify num_sources_from_inst().Matt Turner2017-01-201-3/+1
* i965: Factor out send_restrictions() function.Matt Turner2017-01-201-12/+22
* i965: Factor out sources_not_null() validation function.Matt Turner2017-01-201-17/+23
* i965: Structure code so unsupported inst will not generate more errors.Matt Turner2017-01-201-2/+5
* i965: Add a CHECK macro to call more complicated validation funcs.Matt Turner2017-01-201-0/+9
* i965: Make ERROR_IF usable from other functions.Matt Turner2017-01-201-1/+1
* i965: Mark error annotation on correct SIMD16 inst.Matt Turner2017-01-201-2/+2
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-6/+6
* i965: Validate a few SEND-from-GRF requirements.Kenneth Graunke2016-06-241-0/+18
* i965: Actually check whether the opcode is supported.Matt Turner2016-05-031-2/+1
* i965: Merge inst_info and opcode_desc tables.Matt Turner2016-05-031-1/+1
* i965: Move inst_info from brw_eu_validate.c to brw_eu.c.Matt Turner2016-05-031-245/+2
* i965/disasm: Wrap opcode_desc look-up in a function.Francisco Jerez2016-05-031-1/+5
* i965: Don't write beyond allocated memory.Juha-Pekka Heikkila2015-11-131-1/+1
* i965: Check instructions appear only on supported hardware.Matt Turner2015-11-121-0/+254
* i965: Add initial assembly validation pass.Matt Turner2015-11-121-0/+153