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_qpu_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-5
/
+5
*
vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.
Eric Anholt
2015-01-11
1
-36
/
+9
*
vc4: Redo VPM reads as a read file.
Eric Anholt
2015-01-10
1
-5
/
+5
*
vc4: Restructure color packing as a series of channel replacements.
Eric Anholt
2015-01-10
1
-25
/
+25
*
vc4: Redefine VPM writes as a (destination) QIR register file.
Eric Anholt
2014-12-17
1
-4
/
+6
*
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
2014-12-17
1
-9
/
+26
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
1
-6
/
+19
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+21
*
vc4: Fix use of r3 as a temp in 8-bit unpacking.
Eric Anholt
2014-12-15
1
-10
/
+7
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
1
-5
/
+5
*
vc4: Fix a memory leak in setting up QPU instructions for scheduling.
Eric Anholt
2014-12-11
1
-1
/
+2
*
vc4: Reserve rb31 instead of r3 for raddr conflict spills.
Eric Anholt
2014-12-09
1
-8
/
+42
*
vc4: Drop dependency on r3 for color packing.
Eric Anholt
2014-12-08
1
-4
/
+27
*
vc4: Introduce scheduling of QPU instructions.
Eric Anholt
2014-12-01
1
-126
/
+6
*
vc4: Drop the explicit scoreboard wait.
Eric Anholt
2014-12-01
1
-12
/
+11
*
vc4: Also deal with VPM reads at thread end.
Eric Anholt
2014-12-01
1
-2
/
+6
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
1
-0
/
+5
*
vc4: Add debug output to match shaderdb info to program dumps.
Eric Anholt
2014-10-24
1
-1
/
+3
*
vc4: Write the VPM read setup multiple times to queue all the inputs.
Eric Anholt
2014-10-13
1
-3
/
+18
*
vc4: Add support for the FACE semantic.
Eric Anholt
2014-10-01
1
-0
/
+5
*
vc4: When possible, resolve raddr conflicts by swapping files on specials.
Eric Anholt
2014-09-23
1
-5
/
+29
*
vc4: Fix overzealous raddr conflict resolution.
Eric Anholt
2014-09-23
1
-5
/
+7
*
vc4: Add support for 8-bit unorm/snorm vertex inputs.
Eric Anholt
2014-09-23
1
-0
/
+25
*
vc4: Add disasm for A-file unpack operations.
Eric Anholt
2014-09-23
1
-1
/
+1
*
vc4: Switch to using Mesa's register allocator.
Eric Anholt
2014-09-23
1
-2
/
+2
*
vc4: Use the same method as for FRAG_Z to handle fragcoord W.
Eric Anholt
2014-09-19
1
-9
/
+3
*
vc4: Add support for stencil operations.
Eric Anholt
2014-09-18
1
-0
/
+4
*
vc4: Make sure thread end doesn't have a uniform read.
Eric Anholt
2014-09-17
1
-0
/
+8
*
vc4: Move register allocation to a separate file.
Eric Anholt
2014-09-16
1
-100
/
+6
*
vc4: Restructure depth input/output in fragment shaders.
Eric Anholt
2014-09-16
1
-7
/
+12
*
vc4: Expose r4 to register allocation.
Eric Anholt
2014-09-09
1
-10
/
+35
*
vc4: Drop pointless raddr conflict handling on SF.
Eric Anholt
2014-09-09
1
-1
/
+0
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
1
-8
/
+8
*
vc4: Switch to using native integers.
Eric Anholt
2014-09-04
1
-0
/
+12
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
1
-31
/
+32
*
vc4: Stop being so clever in CMP handling.
Eric Anholt
2014-09-04
1
-23
/
+6
*
vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).
Eric Anholt
2014-08-24
1
-84
/
+47
*
vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.
Eric Anholt
2014-08-24
1
-43
/
+40
*
vc4: Fix LT/GE set-0-or-1 compares.
Eric Anholt
2014-08-24
1
-1
/
+1
*
vc4: Add support for fragment discards.
Eric Anholt
2014-08-22
1
-0
/
+16
*
vc4: Make some helpers for setting condition codes in instructions.
Eric Anholt
2014-08-22
1
-15
/
+11
*
vc4: Emit the scoreboard wait just when it's needed.
Eric Anholt
2014-08-22
1
-2
/
+25
*
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 support for blending.
Eric Anholt
2014-08-15
1
-0
/
+7
*
vc4: Add support for gl_FragCoord.
Eric Anholt
2014-08-11
1
-1
/
+29
*
vc4: Add support for depth clears and tests within a tile.
Eric Anholt
2014-08-11
1
-0
/
+8
*
vc4: Add support for texturing (under simulation)
Eric Anholt
2014-08-11
1
-0
/
+32
*
vc4: Fix register aliasing for packing of scaled coordinates.
Eric Anholt
2014-08-08
1
-11
/
+18
*
vc4: Add support for the TGSI TRUNC opcode.
Eric Anholt
2014-08-08
1
-0
/
+1
*
vc4: Add support for multiple attributes
Eric Anholt
2014-08-08
1
-1
/
+3
[prev]
[next]