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_split_vars.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Properly preserve metadata in more cases
Jason Ekstrand
2020-06-11
1
-0
/
+2
*
nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
1
-0
/
+6
*
nir: Handle vec8/16 in nir_shrink_array_vars
Jason Ekstrand
2020-03-31
1
-3
/
+1
*
nir: Handle complex derefs in nir_split_array_vars
Jason Ekstrand
2019-09-06
1
-2
/
+5
*
nir/split_vars: Properly bail in the presence of complex derefs
Jason Ekstrand
2019-05-31
1
-9
/
+106
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
1
-1
/
+1
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
1
-8
/
+2
*
nir/split_vars: fixup some more explicit_stride related issues.
Dave Airlie
2019-03-25
1
-2
/
+1
*
nir/spirv: don't use bare types, remove assert in split vars for testing
Dave Airlie
2019-03-21
1
-1
/
+0
*
nir/builder: Add a build_deref_array_imm helper
Jason Ekstrand
2019-03-07
1
-3
/
+2
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-3
/
+3
*
nir/split_vars: Don't compact vectors unnecessarily
Jason Ekstrand
2019-02-24
1
-0
/
+6
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-10
/
+10
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-8
/
+8
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-12
/
+5
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-15
/
+15
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-3
/
+6
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
1
-1
/
+0
*
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
2018-10-22
1
-9
/
+8
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-3
/
+3
*
nir: Add a array-of-vector variable shrinking pass
Jason Ekstrand
2018-08-23
1
-0
/
+717
*
nir: Add an array splitting pass
Jason Ekstrand
2018-08-23
1
-0
/
+583
*
nir: Add a structure splitting pass
Jason Ekstrand
2018-08-23
1
-0
/
+275