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_copy_propagation.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).
Eric Anholt
2016-11-29
1
-2
/
+2
*
vc4: Add support for MUL output rotation.
Eric Anholt
2016-08-25
1
-0
/
+8
*
vc4: Update copy propagation for control flow.
Eric Anholt
2016-07-13
1
-62
/
+137
*
vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.
Eric Anholt
2016-07-12
1
-1
/
+1
*
vc4: Add support for copy propagation with unpack flags present.
Eric Anholt
2015-10-26
1
-18
/
+66
*
vc4: Only copy propagate raw MOVs.
Eric Anholt
2015-10-26
1
-6
/
+1
*
vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.
Eric Anholt
2015-08-21
1
-12
/
+10
*
vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.
Eric Anholt
2015-08-04
1
-4
/
+1
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-4
/
+1
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
1
-7
/
+2
*
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
2015-02-19
1
-14
/
+1
*
vc4: Redo VPM reads as a read file.
Eric Anholt
2015-01-10
1
-3
/
+4
*
vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.
Eric Anholt
2015-01-10
1
-1
/
+1
*
vc4: Prevent copy propagating out the MOVs from r4.
Eric Anholt
2014-10-09
1
-1
/
+11
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
1
-2
/
+2
*
vc4: Allow copy propagation of uniforms.
Eric Anholt
2014-09-17
1
-1
/
+15
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
1
-1
/
+1
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
1
-2
/
+0
*
vc4: Add copy propagation between temps.
Eric Anholt
2014-08-08
1
-0
/
+78