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
/
compiler
/
nir
/
nir_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-26
/
+12
*
nir: Add a concept of per-member structs and a lowering pass
Jason Ekstrand
2018-06-22
1
-0
/
+7
*
nir: Add _deref versions of all of the _var intrinsics
Jason Ekstrand
2018-06-22
1
-0
/
+34
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
1
-0
/
+83
*
nir/validate: Rework intrinsic type validation
Jason Ekstrand
2018-06-22
1
-31
/
+31
*
nir: use num_components wrappers in print/validate.
Dave Airlie
2018-06-04
1
-12
/
+4
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
1
-8
/
+2
*
nir/validator: Validate that all used variables exist
Jason Ekstrand
2018-03-30
1
-9
/
+8
*
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
1
-1
/
+1
*
glsl_types: vec8/vec16 support
Rob Clark
2018-03-25
1
-1
/
+3
*
compiler: use NDEBUG to guard asserts
Eric Engestrom
2017-11-28
1
-1
/
+1
*
nir: Validate base types on array dereferences
Jason Ekstrand
2017-11-07
1
-2
/
+16
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-1
/
+1
*
nir/validate: Rework ALU bit-size rule validation
Jason Ekstrand
2017-03-14
1
-32
/
+33
*
nir/validate: Validate that bit sizes and components always match
Jason Ekstrand
2017-03-14
1
-38
/
+63
*
nir: Add a "compact array" flag and IO lowering code.
Kenneth Graunke
2016-11-22
1
-0
/
+13
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
1
-10
/
+8
*
nir: avoid segfault when ssa src not found
Timothy Arceri
2016-08-23
1
-0
/
+3
*
nir: fix validation message
Timothy Arceri
2016-08-03
1
-2
/
+2
*
nir: Add a NIR_VALIDATE environment variable
Jason Ekstrand
2016-06-25
1
-0
/
+6
*
nir: allow sat on all float destination types
Ilia Mirkin
2016-06-01
1
-1
/
+3
*
nir/validate: fix null deref coverity warning
Rob Clark
2016-05-23
1
-0
/
+1
*
nir/validate: assume() that hashtable entry exists
Rob Clark
2016-05-20
1
-0
/
+3
*
nir/validate: dump annotated shader with error msgs
Rob Clark
2016-05-17
1
-1
/
+62
*
nir/validate: assert() -> validate_assert()
Rob Clark
2016-05-17
1
-126
/
+128
*
nir: Switch the arguments to nir_foreach_def
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-4
/
+4
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-3
/
+3
*
nir/validate: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-10
/
+4
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
nir: Convert nir_variable_mode to a bitfield
Jason Ekstrand
2016-04-13
1
-0
/
+3
*
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
2016-03-17
1
-4
/
+38
*
nir: Add compute shader shared variable storage class
Jordan Justen
2016-03-17
1
-0
/
+5
*
nir/validate: Better function validation
Jason Ekstrand
2016-03-12
1
-7
/
+15
*
nir: Add a new "param" variable mode for parameters and return variables
Jason Ekstrand
2016-03-12
1
-1
/
+1
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
1
-0
/
+3
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
1
-2
/
+2
*
nir: use const_index helpers
Rob Clark
2016-02-09
1
-1
/
+1
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+1071