Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
2016-08-29 Eric Anholtvc4: Handle discards while in control flow.
2016-08-26 Eric Anholtvc4: Add support for MUL output rotation.
2016-08-26 Eric Anholtvc4: Add support for the 2-bit LOAD_IMM variants.
2016-08-26 Eric Anholtvc4: Add a QIR value for the QPU element register.
2016-08-24 Eric Anholtvc4: Fix GPU hangs with >16 varying values.
2016-08-22 Eric Anholtnir: Define system values for vc4's blending-lowering...
2016-08-04 Eric Anholtvc4: Avoid VS shader recompiles by keeping a set of...
2016-08-03 Eric Anholtvc4: Avoid generating a custom shader per level in...
2016-07-15 Eric Anholtvc4: Speed up glGenerateMipmaps by avoiding shadow...
2016-07-14 Eric Anholtvc4: Emit resets of the uniform stream at the starts...
2016-07-14 Eric Anholtvc4: Add support for scheduling of branch instructions.
2016-07-14 Eric Anholtvc4: Move the QPU instructions to schedule into each...
2016-07-13 Eric Anholtvc4: Add support for NIR loops and break/continue.
2016-07-13 Eric Anholtvc4: Add support for storing to NIR registers in a...
2016-07-13 Eric Anholtvc4: Define a QIR branch instruction
2016-07-13 Eric Anholtvc4: Implement live intervals using a CFG.
2016-07-12 Eric Anholtvc4: Create a basic block structure and move the instru...
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2016-07-04 Eric Anholtvc4: Regularize instruction emit macros
2016-07-04 Eric Anholtvc4: Move SF removal to a separate peephole pass.
2016-07-04 Eric Anholtvc4: Drop the dead QIR_PACK() macro.
2016-05-18 Eric Anholtvc4: Add support for vertex color clamping in the raste...
2016-05-06 Eric Anholtvc4: Add support for loading immediate values in QIR.
2016-05-06 Eric Anholtvc4: Add a small QIR validate pass.
2016-05-06 Eric Anholtvc4: When emitting an instruction to an existing temp...
2016-05-02 Eric Anholtvc4: Use NIR lowering for sRGB decode.
2016-05-02 Eric Anholtvc4: Remove the CSE pass.
2016-05-02 Eric Anholtvc4: Emit only one FRAG_Z or FRAG_W QIR opcode.
2016-04-18 Eric Anholtvc4: Remove unused "immediates" field
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
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-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-16 Eric Anholtvc4: Move discard handling to the condition flag.
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-15 Varad Gautamvc4: Coalesce instructions using VPM reads into the...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
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-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-19 Eric Anholtvc4: Do instruction scheduling on the QIR to hide textu...
2015-12-11 Kristian Høgsberg... Merge ../mesa into vulkan
2015-12-11 Eric Anholtvc4: Add debugging of the estimated time to run the...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-18 Eric Anholtvc4: Add support for nir_op_uge, using the carry bit...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-16 Eric Anholtvc4: convert from tgsi semantic/index to varying-slot
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Eric Anholtvc4: Make a helper for TLB color writes, too.
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...
next