aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_emit.c
Commit message (Expand)AuthorAgeFilesLines
...
* vc4: Make SF be a flag on the QIR instructions.Eric Anholt2015-02-121-5/+5
* vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2015-01-111-36/+9
* vc4: Redo VPM reads as a read file.Eric Anholt2015-01-101-5/+5
* vc4: Restructure color packing as a series of channel replacements.Eric Anholt2015-01-101-25/+25
* vc4: Redefine VPM writes as a (destination) QIR register file.Eric Anholt2014-12-171-4/+6
* vc4: Add support for turning constant uniforms into small immediates.Eric Anholt2014-12-171-9/+26
* vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.Eric Anholt2014-12-151-6/+19
* vc4: Add support for 8-bit unnormalized vertex attrs.Eric Anholt2014-12-151-0/+21
* vc4: Fix use of r3 as a temp in 8-bit unpacking.Eric Anholt2014-12-151-10/+7
* vc4: Rename UNPACK_8* to UNPACK_8*_F.Eric Anholt2014-12-151-5/+5
* vc4: Fix a memory leak in setting up QPU instructions for scheduling.Eric Anholt2014-12-111-1/+2
* vc4: Reserve rb31 instead of r3 for raddr conflict spills.Eric Anholt2014-12-091-8/+42
* vc4: Drop dependency on r3 for color packing.Eric Anholt2014-12-081-4/+27
* vc4: Introduce scheduling of QPU instructions.Eric Anholt2014-12-011-126/+6
* vc4: Drop the explicit scoreboard wait.Eric Anholt2014-12-011-12/+11
* vc4: Also deal with VPM reads at thread end.Eric Anholt2014-12-011-2/+6
* vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.Eric Anholt2014-10-281-0/+5
* vc4: Add debug output to match shaderdb info to program dumps.Eric Anholt2014-10-241-1/+3
* vc4: Write the VPM read setup multiple times to queue all the inputs.Eric Anholt2014-10-131-3/+18
* vc4: Add support for the FACE semantic.Eric Anholt2014-10-011-0/+5
* vc4: When possible, resolve raddr conflicts by swapping files on specials.Eric Anholt2014-09-231-5/+29
* vc4: Fix overzealous raddr conflict resolution.Eric Anholt2014-09-231-5/+7
* vc4: Add support for 8-bit unorm/snorm vertex inputs.Eric Anholt2014-09-231-0/+25
* vc4: Add disasm for A-file unpack operations.Eric Anholt2014-09-231-1/+1
* vc4: Switch to using Mesa's register allocator.Eric Anholt2014-09-231-2/+2
* vc4: Use the same method as for FRAG_Z to handle fragcoord W.Eric Anholt2014-09-191-9/+3
* vc4: Add support for stencil operations.Eric Anholt2014-09-181-0/+4
* vc4: Make sure thread end doesn't have a uniform read.Eric Anholt2014-09-171-0/+8
* vc4: Move register allocation to a separate file.Eric Anholt2014-09-161-100/+6
* vc4: Restructure depth input/output in fragment shaders.Eric Anholt2014-09-161-7/+12
* vc4: Expose r4 to register allocation.Eric Anholt2014-09-091-10/+35
* vc4: Drop pointless raddr conflict handling on SF.Eric Anholt2014-09-091-1/+0
* vc4: Merge qcompile and tgsi_to_qirEric Anholt2014-09-041-8/+8
* vc4: Switch to using native integers.Eric Anholt2014-09-041-0/+12
* vc4: Expose compares at a lower level in QIR.Eric Anholt2014-09-041-31/+32
* vc4: Stop being so clever in CMP handling.Eric Anholt2014-09-041-23/+6
* vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).Eric Anholt2014-08-241-84/+47
* vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.Eric Anholt2014-08-241-43/+40
* vc4: Fix LT/GE set-0-or-1 compares.Eric Anholt2014-08-241-1/+1
* vc4: Add support for fragment discards.Eric Anholt2014-08-221-0/+16
* vc4: Make some helpers for setting condition codes in instructions.Eric Anholt2014-08-221-15/+11
* vc4: Emit the scoreboard wait just when it's needed.Eric Anholt2014-08-221-2/+25
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-1/+0
* vc4: Add support for blending.Eric Anholt2014-08-151-0/+7
* vc4: Add support for gl_FragCoord.Eric Anholt2014-08-111-1/+29
* vc4: Add support for depth clears and tests within a tile.Eric Anholt2014-08-111-0/+8
* vc4: Add support for texturing (under simulation)Eric Anholt2014-08-111-0/+32
* vc4: Fix register aliasing for packing of scaled coordinates.Eric Anholt2014-08-081-11/+18
* vc4: Add support for the TGSI TRUNC opcode.Eric Anholt2014-08-081-0/+1
* vc4: Add support for multiple attributesEric Anholt2014-08-081-1/+3