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_opt_copy_prop_vars.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
1
-4
/
+4
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-4
/
+4
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: Account for atomics in copy propagation.
Bas Nieuwenhuizen
2019-01-18
1
-1
/
+24
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-4
/
+2
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
1
-0
/
+4
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-4
/
+4
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-4
/
+4
*
nir: remove dead code from copy_prop_vars
Caio Marcelo de Oliveira Filho
2019-01-04
1
-1
/
+1
*
nir: properly find the entry to keep in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-3
/
+16
*
nir: properly clear the entry sources in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-0
/
+3
*
nir/copy_prop_vars: Get modes directly from derefs
Jason Ekstrand
2018-12-18
1
-6
/
+2
*
nir: add support for removing redundant stores to copy prop var
Timothy Arceri
2018-11-13
1
-10
/
+35
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-2
/
+0
*
nir: Copy propagation between blocks
Caio Marcelo de Oliveira Filho
2018-10-15
1
-77
/
+346
*
nir: Take call instruction into account in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-6
/
+12
*
nir: Remove handling of dead writes from copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-76
/
+8
*
nir: Export deref comparison functions
Caio Marcelo de Oliveira Filho
2018-08-22
1
-132
/
+13
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-2
/
+2
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-2
/
+0
*
nir: Rework opt_copy_prop_vars to use deref instructions
Jason Ekstrand
2018-06-22
1
-170
/
+146
*
nir/copy_prop_vars: Re-order some logic in compare_derefs
Jason Ekstrand
2018-06-22
1
-8
/
+8
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+2
*
nir: Return a cursor from nir_instr_remove
Jason Ekstrand
2018-03-30
1
-17
/
+2
*
nir: fix nir_opt_copy_prop_vars() for arrays of arrays
Timothy Arceri
2017-07-19
1
-6
/
+6
*
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
2017-01-09
1
-1
/
+1
*
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
2017-01-06
1
-0
/
+813