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
*
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