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
/
compiler
/
nir
/
nir_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Accept nir_var_mem_global in derefs used by phis
Caio Marcelo de Oliveira Filho
2019-05-30
1
-1
/
+2
*
nir: Allow derefs to be used as phi sources
Caio Marcelo de Oliveira Filho
2019-05-29
1
-0
/
+9
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+2
*
nir/lower_to_source_mods: Stop turning add, sat, and neg into mov
Jason Ekstrand
2019-05-24
1
-0
/
+6
*
nir/validate: fix crash if entry is null.
Dave Airlie
2019-05-20
1
-1
/
+1
*
nir/validate: Use a single set for SSA def validation
Jason Ekstrand
2019-05-13
1
-78
/
+50
*
nir/validate: Use a ralloc context for our temporary data
Jason Ekstrand
2019-05-13
1
-16
/
+12
*
nir/validate: Require unused bits of nir_const_value to be zero
Jason Ekstrand
2019-04-14
1
-0
/
+35
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-31
/
+8
*
nir: Get rid of nir_register::is_packed
Jason Ekstrand
2019-04-09
1
-16
/
+9
*
nir: Lock around validation fail shader dumping
Jason Ekstrand
2019-03-29
1
-0
/
+10
*
nir/validate: validate that tex deref sources are actually derefs
Karol Herbst
2019-03-29
1
-0
/
+11
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
1
-0
/
+5
*
nir/validate: Allow 32-bit boolean load/store intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
nir/validate: Only require bare types to match for copy_deref
Jason Ekstrand
2019-03-15
1
-1
/
+2
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
nir/validate: Allow array derefs of vectors for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-1
/
+2
*
nir: add legal bit_sizes to intrinsics
Karol Herbst
2019-01-21
1
-0
/
+6
*
nir/validate: allow to check against a bitmask of bit_sizes
Karol Herbst
2019-01-21
1
-17
/
+17
*
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
[next]