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_algebraic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.
Eric Anholt
2016-11-29
1
-4
/
+11
*
vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.
Eric Anholt
2016-07-12
1
-1
/
+1
*
vc4: Replace the SSA-style SEL operators with conditional MOVs.
Eric Anholt
2016-01-06
1
-37
/
+0
*
vc4: Add quick algebraic optimization for clamping of unpacked values.
Eric Anholt
2015-12-11
1
-0
/
+18
*
vc4: When doing algebraic optimization into a MOV, use the right MOV.
Eric Anholt
2015-12-11
1
-1
/
+6
*
vc4: Add missing progress note in opt_algebraic.
Eric Anholt
2015-12-11
1
-0
/
+1
*
vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.
Eric Anholt
2015-11-17
1
-0
/
+2
*
vc4: Switch the unpack ops to being unpack flags on a mov.
Eric Anholt
2015-10-26
1
-0
/
+1
*
vc4: Add algebraic opt for rcp(1.0).
Eric Anholt
2015-08-20
1
-0
/
+8
*
vc4: Pack the unorm-packing bits into a src MUL instruction when possible.
Eric Anholt
2015-08-20
1
-6
/
+8
*
vc4: Drop an unused algebraic op.
Eric Anholt
2015-08-20
1
-9
/
+0
*
vc4: Allow QIR registers to be non-SSA.
Eric Anholt
2015-08-20
1
-0
/
+2
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-4
/
+1
*
vc4: Drop integer multiplies with 0 to moves of 0.
Eric Anholt
2015-03-30
1
-0
/
+8
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
1
-40
/
+33
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-16
/
+0
*
vc4: Kill a bunch of color write calculation when colormask is all off.
Eric Anholt
2015-02-01
1
-8
/
+35
*
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
2014-12-17
1
-8
/
+18
*
vc4: Move follow_movs() to common QIR code.
Eric Anholt
2014-12-17
1
-11
/
+2
*
vc4: Optimize the other case of SEL_X_Y wih a 0 -> SEL_X_0(a).
Eric Anholt
2014-10-10
1
-1
/
+23
*
vc4: Optimize out adds of 0.
Eric Anholt
2014-10-09
1
-0
/
+26
*
vc4: Optimize fmul(x, 0) and fmul(x, 1).
Eric Anholt
2014-10-09
1
-0
/
+45
*
vc4: Factor out the turn-it-into-a-mov in opt_algebraic.
Eric Anholt
2014-10-09
1
-10
/
+12
*
vc4: Optimize SF(ITOF(x)) -> SF(x).
Eric Anholt
2014-10-09
1
-0
/
+16
*
vc4: Add some optimization of FADD(FSUB(0, x)).
Eric Anholt
2014-10-09
1
-0
/
+31
*
vc4: Optimize out silly SUBs of 0.
Eric Anholt
2014-09-29
1
-0
/
+11
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
1
-8
/
+8
*
vc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x).
Eric Anholt
2014-09-29
1
-14
/
+61
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
1
-1
/
+1
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
1
-3
/
+6
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
1
-1
/
+0
*
vc4: Add an initial pass of algebraic optimization.
Eric Anholt
2014-08-08
1
-0
/
+77