intel/compiler: don't use byte operands for src1 on ICL
[mesa.git] / src / intel / compiler / brw_eu_validate.c
2019-06-29 Lionel Landwerlinintel/compiler: don't use byte operands for src1 on ICL
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: validate conversions between 64-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for half...
2019-04-18 Iago Toral Quirogaintel/compiler: also set F execution type for mixed...
2019-01-29 Jason Ekstrandintel/eu: Add support for the SENDS[C] messages
2019-01-29 Jason Ekstrandintel/eu/validate: SEND restrictions also apply to...
2019-01-26 Matt Turnerintel/compiler: Add a file-level description of brw_eu_...
2018-07-09 Jose Maria Casanov... intel/compiler: relax brw_eu_validate for byte raw...
2018-07-09 Jose Maria Casanov... intel/compiler: grf127 can not be dest when src and...
2018-02-28 Matt Turnerintel/compiler: Add Gen11+ native float type
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-10-26 Kevin Rogovinintel/compiler: brw_validate_instructions to take const...
2017-10-24 Eric Anholti965: Fix memmem compiler warnings.
2017-10-10 Kenneth Graunkei965: Don't try to decode types for non-existent src1.
2017-10-04 Matt Turneri965: Validate "Special Requirements for Handling Doubl...
2017-10-04 Matt Turneri965: Only insert error message if not already present
2017-10-04 Matt Turneri965: Avoid validation error when src1 is not present
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