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
/
glsl
/
nir
/
nir_opt_cse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Try commutative sources in CSE
Ian Romanick
2015-04-15
1
-9
/
+18
*
nir: Silence unused parameter warnings
Ian Romanick
2015-04-14
1
-0
/
+2
*
nir/cse: fix bug with comparing non-per-component sources
Connor Abbott
2015-04-14
1
-10
/
+7
*
nir: Fix load_const comparisons for CSE.
Eric Anholt
2015-02-11
1
-1
/
+1
*
nir: Implement CSE on intrinsics that can be eliminated and reordered.
Kenneth Graunke
2015-01-23
1
-2
/
+38
*
nir: Pull nir_instr_can_cse()'s SSA checks out of the switch.
Kenneth Graunke
2015-01-23
1
-2
/
+6
*
nir: Stop using designated initializers
Jason Ekstrand
2015-01-21
1
-10
/
+6
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
1
-2
/
+2
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-4
/
+3
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-7
/
+0
*
nir/metadata: Rename metadata_dirty to metadata_preserve
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Add a basic CSE pass
Jason Ekstrand
2015-01-15
1
-0
/
+269