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
/
gallium
/
drivers
/
vc4
/
vc4_qir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Convert to consuming NIR.
Eric Anholt
2015-04-01
1
-0
/
+3
*
vc4: Add a constant folding pass.
Eric Anholt
2015-03-30
1
-0
/
+1
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
1
-5
/
+20
*
vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.
Eric Anholt
2015-02-19
1
-0
/
+33
*
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
2015-02-19
1
-3
/
+12
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-2
/
+17
*
vc4: Dump the VPM read index in QIR disasm.
Eric Anholt
2015-02-01
1
-4
/
+9
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
vc4: Move the tests for src needing to be an A register to vc4_qir.c.
Eric Anholt
2015-01-15
1
-0
/
+22
*
vc4: Split two notions of instructions having side effects.
Eric Anholt
2015-01-10
1
-1
/
+7
*
vc4: Redo VPM reads as a read file.
Eric Anholt
2015-01-10
1
-1
/
+3
*
vc4: Restructure color packing as a series of channel replacements.
Eric Anholt
2015-01-10
1
-1
/
+5
*
vc4: Coalesce MOVs into VPM with the instructions generating the values.
Eric Anholt
2014-12-18
1
-15
/
+23
*
vc4: Redefine VPM writes as a (destination) QIR register file.
Eric Anholt
2014-12-17
1
-1
/
+5
*
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
2014-12-17
1
-3
/
+10
*
vc4: Move follow_movs() to common QIR code.
Eric Anholt
2014-12-17
1
-0
/
+9
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+4
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+4
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
1
-4
/
+4
*
vc4: Allow dead code elimination of color reads.
Eric Anholt
2014-12-05
1
-1
/
+1
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
1
-0
/
+1
*
vc4: Allow dead code elimination of unused varyings.
Eric Anholt
2014-10-24
1
-2
/
+13
*
vc4: Add support for user clip plane and gl_ClipVertex.
Eric Anholt
2014-10-15
1
-0
/
+2
*
vc4: Add support for the FACE semantic.
Eric Anholt
2014-10-01
1
-0
/
+1
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
1
-5
/
+12
*
vc4: Add support for 8-bit unorm/snorm vertex inputs.
Eric Anholt
2014-09-23
1
-0
/
+4
*
vc4: Use the same method as for FRAG_Z to handle fragcoord W.
Eric Anholt
2014-09-19
1
-1
/
+1
*
vc4: Add support for stencil operations.
Eric Anholt
2014-09-18
1
-0
/
+1
*
vc4: Allow dead code elimination of instructions that read uniforms.
Eric Anholt
2014-09-17
1
-2
/
+1
*
vc4: Add support for computed depth writes.
Eric Anholt
2014-09-16
1
-0
/
+3
*
vc4: Restructure depth input/output in fragment shaders.
Eric Anholt
2014-09-16
1
-1
/
+1
*
vc4: Fix memory leaks of struct qinst.
Eric Anholt
2014-09-15
1
-0
/
+14
*
vc4: Fix memory leaks of some vc4_compile contents.
Eric Anholt
2014-09-15
1
-2
/
+3
*
vc4: Expose r4 to register allocation.
Eric Anholt
2014-09-09
1
-6
/
+6
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
1
-7
/
+7
*
vc4: Add a CSE optimization pass.
Eric Anholt
2014-09-04
1
-0
/
+49
*
vc4: Switch to using native integers.
Eric Anholt
2014-09-04
1
-2
/
+14
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
1
-5
/
+9
*
vc4: Add support for fragment discards.
Eric Anholt
2014-08-22
1
-0
/
+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 support for blending.
Eric Anholt
2014-08-15
1
-0
/
+1
*
vc4: Add support for gl_FragCoord.
Eric Anholt
2014-08-11
1
-0
/
+5
*
vc4: Add support for depth clears and tests within a tile.
Eric Anholt
2014-08-11
1
-0
/
+1
*
vc4: Add support for texturing (under simulation)
Eric Anholt
2014-08-11
1
-0
/
+10
*
vc4: Add support for the TGSI TRUNC opcode.
Eric Anholt
2014-08-08
1
-0
/
+1
*
vc4: Add copy propagation between temps.
Eric Anholt
2014-08-08
1
-0
/
+1
*
vc4: Add dead code elimination.
Eric Anholt
2014-08-08
1
-3
/
+17
*
vc4: Add an initial pass of algebraic optimization.
Eric Anholt
2014-08-08
1
-0
/
+37
*
vc4: Add support for CMP.
Eric Anholt
2014-08-08
1
-0
/
+1
*
vc4: Add WIP support for varyings.
Eric Anholt
2014-08-08
1
-0
/
+1
[next]