index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_eu_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1051
/
+0
*
i965: Prevent coverity warning
Robert Foss
2017-02-01
1
-0
/
+1
*
i965: Validate "Special Cases for Byte Operations"
Matt Turner
2017-01-20
1
-9
/
+61
*
i965: Validate "Region Alignment Rules"
Matt Turner
2017-01-20
1
-1
/
+409
*
i965: Validate "General Restrictions Based on Operand Types"
Matt Turner
2017-01-20
1
-0
/
+215
*
i965: Validate "General Restrictions on Regioning Parameters"
Matt Turner
2017-01-20
1
-0
/
+157
*
i965: Claim that SEND/math has two sources.
Matt Turner
2017-01-20
1
-1
/
+8
*
i965: Simplify num_sources_from_inst().
Matt Turner
2017-01-20
1
-3
/
+1
*
i965: Factor out send_restrictions() function.
Matt Turner
2017-01-20
1
-12
/
+22
*
i965: Factor out sources_not_null() validation function.
Matt Turner
2017-01-20
1
-17
/
+23
*
i965: Structure code so unsupported inst will not generate more errors.
Matt Turner
2017-01-20
1
-2
/
+5
*
i965: Add a CHECK macro to call more complicated validation funcs.
Matt Turner
2017-01-20
1
-0
/
+9
*
i965: Make ERROR_IF usable from other functions.
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Mark error annotation on correct SIMD16 inst.
Matt Turner
2017-01-20
1
-2
/
+2
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-6
/
+6
*
i965: Validate a few SEND-from-GRF requirements.
Kenneth Graunke
2016-06-24
1
-0
/
+18
*
i965: Actually check whether the opcode is supported.
Matt Turner
2016-05-03
1
-2
/
+1
*
i965: Merge inst_info and opcode_desc tables.
Matt Turner
2016-05-03
1
-1
/
+1
*
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
2016-05-03
1
-245
/
+2
*
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
2016-05-03
1
-1
/
+5
*
i965: Don't write beyond allocated memory.
Juha-Pekka Heikkila
2015-11-13
1
-1
/
+1
*
i965: Check instructions appear only on supported hardware.
Matt Turner
2015-11-12
1
-0
/
+254
*
i965: Add initial assembly validation pass.
Matt Turner
2015-11-12
1
-0
/
+153