i965: Add and use STRIDE and WIDTH macros
[mesa.git] / src / intel / compiler / brw_eu_validate.c
2017-10-04 Matt Turneri965: Add and use STRIDE and WIDTH macros
2017-09-12 Jason Ekstrandintel/eu/validate: Look up types on demand in execution...
2017-08-29 Matt Turneri965: Drop unnecessary conditional
2017-08-21 Matt Turneri965: Stop using hardware register types directly
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Reverse file/type arguments to register type...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Validate destination restrictions with vector...
2017-08-21 Matt Turneri965: Don't let raw-move check be tricked by immediate...
2017-05-15 Matt Turneri965: Allow brw_eu_validate to handle compact instructions
2017-05-15 Matt Turneri965: Pass pointer and end of assembly to brw_validate_...
2017-05-09 Lionel Landwerlinintel: compiler: prevent integer overflow
2017-05-09 Lionel Landwerlinintel: compiler: remove duplicated code
2017-04-14 Matt Turneri965: Handle IVB DF differences in the validator.
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler