index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
compiler
/
brw_eu_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-0
/
+1
*
intel/eu/validate: Don't validate regions of sends
Jason Ekstrand
2020-01-31
1
-3
/
+3
*
intel/compiler: Validate fuzzed instructions
Matt Turner
2020-01-22
1
-1
/
+1
*
intel/compiler: Validate some instruction word encodings
Matt Turner
2020-01-22
1
-10
/
+84
*
intel/compiler: Factor out brw_validate_instruction()
Matt Turner
2020-01-22
1
-26
/
+35
*
intel/compiler: Add NF some more places
Matt Turner
2020-01-22
1
-0
/
+4
*
intel/compiler: Don't left-shift by >= the number of bits of the type
Michel Dänzer
2019-10-24
1
-2
/
+2
*
intel/eu/validate/gen12: Don't blow up on indirect src0.
Jason Ekstrand
2019-10-11
1
-1
/
+2
*
intel/eu/validate/gen12: Validation fixes for SEND instruction.
Francisco Jerez
2019-10-11
1
-22
/
+28
*
intel/eu/validate/gen12: Fix validation of SYNC instruction.
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/eu/validate/gen12: Implement integer multiply restrictions in EU valida...
Francisco Jerez
2019-10-11
1
-0
/
+33
*
intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.
Francisco Jerez
2019-10-11
1
-1
/
+3
*
intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/compiler: don't use byte operands for src1 on ICL
Lionel Landwerlin
2019-06-29
1
-9
/
+33
*
intel/compiler: validate region restrictions for mixed float mode
Iago Toral Quiroga
2019-04-18
1
-0
/
+250
*
intel/compiler: validate conversions between 64-bit and 8-bit types
Iago Toral Quiroga
2019-04-18
1
-0
/
+50
*
intel/compiler: validate region restrictions for half-float conversions
Iago Toral Quiroga
2019-04-18
1
-1
/
+154
*
intel/compiler: also set F execution type for mixed float mode in BDW
Iago Toral Quiroga
2019-04-18
1
-16
/
+20
*
intel/eu: Add support for the SENDS[C] messages
Jason Ekstrand
2019-01-29
1
-2
/
+63
*
intel/eu/validate: SEND restrictions also apply to SENDC
Jason Ekstrand
2019-01-29
1
-1
/
+2
*
intel/compiler: Add a file-level description of brw_eu_validate.c
Matt Turner
2019-01-26
1
-1
/
+13
*
intel/compiler: relax brw_eu_validate for byte raw movs
Jose Maria Casanova Crespo
2018-07-10
1
-3
/
+5
*
intel/compiler: grf127 can not be dest when src and dest overlap in send
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+11
*
intel/compiler: Add Gen11+ native float type
Matt Turner
2018-02-28
1
-0
/
+1
*
i965: Rewrite disassembly annotation code
Matt Turner
2017-11-17
1
-3
/
+3
*
intel/compiler: brw_validate_instructions to take const void* instead of void*
Kevin Rogovin
2017-10-26
1
-1
/
+1
*
i965: Fix memmem compiler warnings.
Eric Anholt
2017-10-24
1
-1
/
+2
*
i965: Don't try to decode types for non-existent src1.
Kenneth Graunke
2017-10-10
1
-1
/
+2
*
i965: Validate "Special Requirements for Handling Double Precision Data Types"
Matt Turner
2017-10-04
1
-0
/
+169
*
i965: Only insert error message if not already present
Matt Turner
2017-10-04
1
-5
/
+13
*
i965: Avoid validation error when src1 is not present
Matt Turner
2017-10-04
1
-1
/
+1
*
i965: Add and use STRIDE and WIDTH macros
Matt Turner
2017-10-04
1
-18
/
+15
*
intel/eu/validate: Look up types on demand in execution_type()
Jason Ekstrand
2017-09-12
1
-4
/
+2
*
i965: Drop unnecessary conditional
Matt Turner
2017-08-29
1
-4
/
+4
*
i965: Stop using hardware register types directly
Matt Turner
2017-08-21
1
-105
/
+91
*
i965: Rename brw_inst's functions that access the register type
Matt Turner
2017-08-21
1
-14
/
+14
*
i965: Reverse file/type arguments to register type functions
Matt Turner
2017-08-21
1
-1
/
+1
*
i965: Use separate enums for register vs immediate types
Matt Turner
2017-08-21
1
-30
/
+30
*
i965: Validate destination restrictions with vector immediates
Matt Turner
2017-08-21
1
-0
/
+61
*
i965: Don't let raw-move check be tricked by immediate vector types
Matt Turner
2017-08-21
1
-3
/
+10
*
i965: Allow brw_eu_validate to handle compact instructions
Matt Turner
2017-05-15
1
-2
/
+15
*
i965: Pass pointer and end of assembly to brw_validate_instructions
Matt Turner
2017-05-15
1
-5
/
+4
*
intel: compiler: prevent integer overflow
Lionel Landwerlin
2017-05-09
1
-2
/
+2
*
intel: compiler: remove duplicated code
Lionel Landwerlin
2017-05-09
1
-12
/
+0
*
i965: Handle IVB DF differences in the validator.
Matt Turner
2017-04-14
1
-0
/
+24
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-0
/
+1051