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
/
glsl
/
nir
/
nir_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Validate that a block doesn't have two identical successors.
Kenneth Graunke
2015-09-23
1
-0
/
+1
*
nir/validate: check successors/predecessors more carefully
Connor Abbott
2015-08-24
1
-11
/
+84
*
nir: add nir_var_shader_storage
Iago Toral Quiroga
2015-07-14
1
-2
/
+4
*
nir/nir: Use a linked list instead of a hash set for use/def sets
Jason Ekstrand
2015-05-08
1
-77
/
+81
*
nir/validate: Validate SSA def parent instructions
Jason Ekstrand
2015-05-08
1
-0
/
+2
*
nir: Allocate dereferences out of their parent instruction or deref.
Kenneth Graunke
2015-04-07
1
-5
/
+8
*
nir: Fix copy and pasted error message in nir_validate.
Kenneth Graunke
2015-03-28
1
-2
/
+1
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
1
-7
/
+9
*
nir/validate: Validate SSA defs the same way we do for registers
Jason Ekstrand
2015-02-19
1
-8
/
+79
*
nir/validate: Validate if_uses on registers
Jason Ekstrand
2015-02-19
1
-18
/
+44
*
nir/validate: Ensure that phi sources are SSA-only
Jason Ekstrand
2015-02-03
1
-10
/
+3
*
nir/validate: Validate that only float ALU outputs are saturated
Jason Ekstrand
2015-02-03
1
-0
/
+8
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
1
-1
/
+1
*
nir: fix incorrect argument passed to validate_src() in validate_tex_instr()
Brian Paul
2015-01-15
1
-1
/
+1
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
1
-24
/
+14
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-4
/
+4
*
nir/validate: Only build in debug mode
Jason Ekstrand
2015-01-15
1
-0
/
+7
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-7
/
+1
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-12
/
+0
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir/validate: Validate intrinsic source/destination sizes
Jason Ekstrand
2015-01-15
1
-0
/
+26
*
nir: Vectorize intrinsics
Jason Ekstrand
2015-01-15
1
-8
/
+2
*
nir/validate: Ensure that outputs are write-only and inputs are read-only
Jason Ekstrand
2015-01-15
1
-0
/
+23
*
nir: Validate that the sources of a phi have the same size as the destination
Jason Ekstrand
2015-01-15
1
-0
/
+13
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
nir: Validate that the SSA def and register indices are unique
Jason Ekstrand
2015-01-15
1
-0
/
+41
*
nir: Validate all lists in the validator
Jason Ekstrand
2015-01-15
1
-0
/
+14
*
nir: add a validation pass
Connor Abbott
2015-01-15
1
-0
/
+790