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
/
glsl
/
opt_constant_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Implement constant propagation for fp16
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-8
/
+4
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-2
/
+0
*
glsl: do second pass of const propagation in loops
Caio Marcelo de Oliveira Filho
2018-07-16
1
-6
/
+23
*
glsl: don't let an 'if' then-branch kill const propagation for else-branch
Caio Marcelo de Oliveira Filho
2018-07-16
1
-16
/
+23
*
glsl: remove struct kill_entry in constant propagation
Caio Marcelo de Oliveira Filho
2018-07-12
1
-26
/
+7
*
glsl: slim the kill_entry struct used in const propagation
Caio Marcelo de Oliveira Filho
2018-07-12
1
-8
/
+5
*
glsl: add a few missing int64 constant propagation cases
Ilia Mirkin
2017-08-18
1
-0
/
+6
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-1
/
+2
*
glsl: use the linear allocator in opt_constant_propagation
Marek Olšák
2016-10-31
1
-3
/
+11
*
glsl: Don't constant propagate arrays.
Kenneth Graunke
2016-06-23
1
-1
/
+1
*
glsl: Make constant propagation's folder not propagate into an LHS.
Kenneth Graunke
2016-06-23
1
-1
/
+1
*
glsl: Don't do constant propagation in opt_constant_folding.
Kenneth Graunke
2016-05-15
1
-0
/
+12
*
glsl: Consolidate duplicate copies of constant folding.
Kenneth Graunke
2016-05-15
1
-26
/
+3
*
glsl: Update hash table comments in constant propagation
Rhys Kidd
2016-04-12
1
-3
/
+3
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+524