vc4: Implement live intervals using a CFG.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
2014-09-29 Eric Anholtvc4: Add support for texture border color.
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-29 Eric Anholtvc4: Add support for texture cube maps.
2014-09-29 Eric Anholtvc4: Stop trying to reuse temporaries that store unifor...
2014-09-24 Eric Anholtvc4: Add support for point size setting.
2014-09-24 Eric Anholtvc4: Add support for alpha test.
2014-09-24 Eric Anholtvc4: Add support for flat shading.
2014-09-23 Eric Anholtvc4: Add support for 8-bit unorm/snorm vertex inputs.
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: Add support for reordering the uniform stream...
2014-09-16 Eric Anholtvc4: Add support for computed depth writes.
2014-09-16 Eric Anholtvc4: Restructure depth input/output in fragment shaders.
2014-09-15 Eric Anholtvc4: Dynamically allocate the TGSI-to-qreg arrays.
2014-09-15 Eric Anholtvc4: Fix memory leaks of struct qinst.
2014-09-10 Eric Anholtvc4: Expose r4 to register allocation.
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-09-04 Eric Anholtvc4: Add a CSE optimization pass.
2014-09-04 Eric Anholtvc4: Switch to using native integers.
2014-09-04 Eric Anholtvc4: Expose compares at a lower level in QIR.
2014-08-22 Eric Anholtvc4: Add support for fragment discards.
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-18 Eric Anholtvc4: Add a helper for QOP_R4_UNPACK_[ABCD].
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 proper translation from Zc to Zs for vertex...
2014-08-11 Eric Anholtvc4: Add support for depth clears and tests within...
2014-08-11 Eric Anholtvc4: Add support for texture rectangles
2014-08-11 Eric Anholtvc4: Add support for texturing (under simulation)
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 support for the lit opcode.
2014-08-09 Eric Anholtvc4: Add copy propagation between temps.
2014-08-09 Eric Anholtvc4: Add dead code elimination.
2014-08-09 Eric Anholtvc4: Add an initial pass of algebraic optimization.
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: Add support for SNE/SEQ/SGE/SLT.
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...