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
/
gallium
/
drivers
/
vc4
/
vc4_opt_cse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Don't try to CSE non-SSA instructions.
Eric Anholt
2015-10-23
1
-0
/
+1
*
vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.
Eric Anholt
2015-08-04
1
-12
/
+4
*
vc4: Don't try to CSE color reads.
Eric Anholt
2015-06-23
1
-1
/
+2
*
vc4: Don't bother with safe list traversal in CSE.
Eric Anholt
2015-05-29
1
-1
/
+1
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-4
/
+1
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-20
/
+3
*
vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694
Eric Anholt
2015-01-20
1
-1
/
+1
*
vc4: Split two notions of instructions having side effects.
Eric Anholt
2015-01-10
1
-1
/
+2
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-3
/
+4
*
vc4: Allow dead code elimination of unused varyings.
Eric Anholt
2014-10-24
1
-1
/
+1
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
1
-7
/
+8
*
vc4: Fix stray disable of the CSE pass.
Eric Anholt
2014-09-17
1
-1
/
+0
*
vc4: Fix memory leaks of struct qinst.
Eric Anholt
2014-09-15
1
-1
/
+1
*
vc4: The r4_count is supposed to be how many writes, not reads.
Eric Anholt
2014-09-09
1
-1
/
+1
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
1
-1
/
+1
*
vc4: Add a CSE optimization pass.
Eric Anholt
2014-09-04
1
-0
/
+183