vc4: Add support for 8-bit unorm/snorm vertex inputs.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu_emit.c
2014-09-23 Eric Anholtvc4: Add support for 8-bit unorm/snorm vertex inputs.
2014-09-23 Eric Anholtvc4: Add disasm for A-file unpack operations.
2014-09-23 Eric Anholtvc4: Switch to using Mesa's register allocator.
2014-09-19 Eric Anholtvc4: Use the same method as for FRAG_Z to handle fragco...
2014-09-19 Eric Anholtvc4: Add support for stencil operations.
2014-09-17 Eric Anholtvc4: Make sure thread end doesn't have a uniform read.
2014-09-16 Eric Anholtvc4: Move register allocation to a separate file.
2014-09-16 Eric Anholtvc4: Restructure depth input/output in fragment shaders.
2014-09-10 Eric Anholtvc4: Expose r4 to register allocation.
2014-09-10 Eric Anholtvc4: Drop pointless raddr conflict handling on SF.
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-09-04 Eric Anholtvc4: Switch to using native integers.
2014-09-04 Eric Anholtvc4: Expose compares at a lower level in QIR.
2014-09-04 Eric Anholtvc4: Stop being so clever in CMP handling.
2014-08-25 Eric Anholtvc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP...
2014-08-25 Eric Anholtvc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NO...
2014-08-25 Eric Anholtvc4: Fix LT/GE set-0-or-1 compares.
2014-08-22 Eric Anholtvc4: Add support for fragment discards.
2014-08-22 Eric Anholtvc4: Make some helpers for setting condition codes...
2014-08-22 Eric Anholtvc4: Emit the scoreboard wait just when it's needed.
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-15 Eric Anholtvc4: Add support for blending.
2014-08-11 Eric Anholtvc4: Add support for gl_FragCoord.
2014-08-11 Eric Anholtvc4: Add support for depth clears and tests within...
2014-08-11 Eric Anholtvc4: Add support for texturing (under simulation)
2014-08-09 Eric Anholtvc4: Fix register aliasing for packing of scaled coordi...
2014-08-09 Eric Anholtvc4: Add support for the TGSI TRUNC opcode.
2014-08-09 Eric Anholtvc4: Add support for multiple attributes
2014-08-09 Eric Anholtvc4: Add more useful debug for the undefined-source...
2014-08-09 Eric Anholtvc4: Add support for CMP.
2014-08-09 Eric Anholtvc4: Make scheduling of NOPs a separate step from QIR...
2014-08-09 Eric Anholtvc4: Add WIP support for varyings.
2014-08-09 Eric Anholtvc4: Use r3 instead of r5 for temps, since r5 only...
2014-08-09 Eric Anholtvc4: Add VC4_DEBUG env option
2014-08-09 Eric Anholtvc4: Add support for SNE/SEQ/SGE/SLT.
2014-08-09 Eric Anholtvc4: Add initial support for math opcodes
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...