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: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-18
/
+9
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-1
/
+1
*
nir/validate: Allow array derefs on vectors in more modes
Jason Ekstrand
2019-01-08
1
-4
/
+6
*
nir/validate: Allow derefs in phi nodes
Jason Ekstrand
2019-01-08
1
-1
/
+0
*
nir/validate: Don't allow derefs in if conditions
Jason Ekstrand
2019-01-08
1
-0
/
+6
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
1
-0
/
+13
*
nir: Allow storing to shader_storage
Jason Ekstrand
2019-01-08
1
-4
/
+2
*
nir/validate: Require array indices to match the deref bit size
Jason Ekstrand
2019-01-08
1
-2
/
+4
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
1
-1
/
+1
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
1
-4
/
+10
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-7
/
+0
*
nir: Add some asserts that we don't put derefs in phis
Jason Ekstrand
2018-09-19
1
-0
/
+1
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-3
/
+3
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-107
/
+0
*
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
[next]