vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
2016-04-09 Eric Anholtvc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or...
2016-04-09 Eric Anholtvc4: Allow TLB Z/color/stencil writes from any ALU...
2016-04-09 Eric Anholtvc4: Add a helper function for the construction of...
2016-04-09 Eric Anholtvc4: Drop the multi_instruction distinction for QIR...
2016-04-09 Eric Anholtvc4: Switch to using NIR_PASS macros.
2016-03-16 Eric Anholtvc4: Move discard handling to the condition flag.
2016-03-15 Varad Gautamvc4: Coalesce instructions using VPM reads into the...
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-06 Eric Anholtvc4: Use NIR texture lowering for texture swizzling.
2016-01-06 Eric Anholtvc4: Replace the SSA-style SEL operators with condition...
2015-12-19 Eric Anholtvc4: Do instruction scheduling on the QIR to hide textu...
2015-12-11 Eric Anholtvc4: Add debugging of the estimated time to run the...
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-08 Eric Anholtvc4: Add support for texel fetches from MSAA resources.
2015-12-08 Eric Anholtvc4: Add support for multisample framebuffer operations.
2015-12-04 Eric Anholtvc4: Add support for storing sample mask.
2015-12-04 Eric Anholtvc4: Add support for loading sample mask.
2015-11-18 Eric Anholtvc4: Add support for nir_op_uge, using the carry bit...
2015-10-26 Eric Anholtvc4: Rewrite the pack instructions as a MOV with a...
2015-10-26 Eric Anholtvc4: Switch the unpack ops to being unpack flags on...
2015-10-26 Eric Anholtvc4: Fix up the test for whether the unpack can be...
2015-10-25 Eric Anholtvc4: Fix the test for skipping raw MOVs.
2015-10-23 Eric Anholtvc4: Convert blending to being done in 4x8 unorm normally.
2015-10-23 Eric Anholtvc4: Add QIR/QPU support for the 8-bit vector instructions.
2015-10-23 Eric Anholtvc4: Use Rob's NIR-based user clip lowering.
2015-09-16 Eric Anholtvc4: convert from tgsi semantic/index to varying-slot
2015-08-21 Eric Anholtvc4: Fold the 16-bit integer pack into the instructions...
2015-08-21 Eric Anholtvc4: Make _dest variants of qir ALU helpers to provide...
2015-08-21 Eric Anholtvc4: Pack the unorm-packing bits into a src MUL instruc...
2015-08-21 Eric Anholtvc4: Add a QIR helper for whether the op is a MUL type.
2015-08-21 Eric Anholtvc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
2015-08-21 Eric Anholtvc4: Make the pack-to-unorm instructions be non-SSA.
2015-08-14 Eric Anholtvc4: Move all of our fixed function fragment color...
2015-08-14 Eric Anholtvc4: Add a helper for making driver-specific NIR load_u...
2015-08-05 Eric Anholtvc4: Make r4-writes implicitly move to a temp, and...
2015-08-05 Eric Anholtvc4: Drop a dead prototype.
2015-07-30 Eric Anholtvc4: Move program keys to the header file.
2015-07-30 Eric Anholtvc4: Start adding a NIR-based output lowering pass.
2015-06-24 Eric Anholtvc4: Make a helper for TLB color writes, too.
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-04-01 Eric Anholtvc4: Convert to consuming NIR.
2015-03-30 Eric Anholtvc4: Add a constant folding pass.
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-20 Eric Anholtvc4: Move qir_uniform() and the constant-value versions...
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...
2015-02-13 Eric Anholtvc4: Make SF be a flag on the QIR instructions.
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-15 Eric Anholtvc4: Move the tests for src needing to be an A register...
2015-01-10 Eric Anholtvc4: Allow dead code elimination of VPM reads.
2015-01-10 Eric Anholtvc4: Cook up the draw-time VPM setup info during shader...
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Pack VPM attr contents according to just the size...
2015-01-10 Eric Anholtvc4: Restructure color packing as a series of channel...
2014-12-18 Eric Anholtvc4: Coalesce MOVs into VPM with the instructions gener...
2014-12-18 Eric Anholtvc4: Redefine VPM writes as a (destination) QIR registe...
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-18 Eric Anholtvc4: Move follow_movs() to common QIR code.
2014-12-15 Eric Anholtvc4: Add support for 16-bit signed/unsigned norm/scaled...
2014-12-15 Eric Anholtvc4: Add support for 8-bit unnormalized vertex attrs.
2014-12-15 Eric Anholtvc4: Rename UNPACK_8* to UNPACK_8*_F.
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-10-29 Eric Anholtvc4: Add support for ARL and indirect register access...
2014-10-24 Eric Anholtvc4: Allow dead code elimination of unused varyings.
2014-10-24 Eric Anholtvc4: Add debug output to match shaderdb info to program...
2014-10-15 Eric Anholtvc4: Add support for user clip plane and gl_ClipVertex.
2014-10-13 Eric Anholtvc4: Match VS outputs to FS inputs.
2014-10-03 Eric Anholtvc4: Add support for sampling from sRGB.
2014-10-02 Eric Anholtvc4: Make the last static array in vc4_program.c dynami...
2014-10-02 Eric Anholtvc4: Add support for the FACE semantic.
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.
next