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_dead_code.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
-3
/
+3
*
vc4: Drop destination register when it's unused.
Eric Anholt
2016-10-06
1
-1
/
+22
*
vc4: Convert vc4_opt_dead_code to work in the presence of control flow.
Eric Anholt
2016-07-13
1
-18
/
+29
*
vc4: Create a basic block structure and move the instructions into it.
Eric Anholt
2016-07-12
1
-1
/
+2
*
vc4: Move SF removal to a separate peephole pass.
Eric Anholt
2016-07-04
1
-17
/
+0
*
vc4: DCE instructions with a NULL destination.
Eric Anholt
2016-07-04
1
-2
/
+3
*
vc4: Drop the support for DCE of texture instructions.
Eric Anholt
2016-05-02
1
-22
/
+1
*
vc4: Reuse list_for_each_entry_safe_rev().
Eric Anholt
2016-03-16
1
-6
/
+2
*
vc4: convert from tgsi semantic/index to varying-slot
Eric Anholt
2015-09-16
1
-1
/
+1
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-1
/
+1
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
1
-1
/
+1
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-3
/
+10
*
vc4: Allow dead code elimination of VPM reads.
Eric Anholt
2015-01-10
1
-1
/
+43
*
vc4: Split two notions of instructions having side effects.
Eric Anholt
2015-01-10
1
-1
/
+2
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
1
-1
/
+2
*
vc4: Allow dead code elimination of unused varyings.
Eric Anholt
2014-10-24
1
-1
/
+1
*
vc4: Eliminate unused texture instructions.
Eric Anholt
2014-10-09
1
-1
/
+21
*
vc4: Dead code eliminate unused SF instructions.
Eric Anholt
2014-10-09
1
-7
/
+26
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
1
-1
/
+1
*
vc4: Fix memory leaks of struct qinst.
Eric Anholt
2014-09-15
1
-2
/
+1
*
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 dead code elimination.
Eric Anholt
2014-08-08
1
-0
/
+74