Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu_emit.c
2016-09-01 Eric Anholtvc4: Add missing break statement.
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-07-14 Eric Anholtvc4: Emit resets of the uniform stream at the starts...
2016-07-14 Eric Anholtvc4: Move the QPU instructions to schedule into each...
2016-07-13 Eric Anholtvc4: Define a QIR branch instruction
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2016-05-06 Eric Anholtvc4: Add support for loading immediate values in QIR.
2016-05-06 Eric Anholtvc4: Make sure that we don't overwrite the signal for...
2016-05-02 Eric Anholtvc4: Add whitespace after each program stage dump.
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: Handle SF on instructions that write r4.
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-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Rhys Kiddvc4: Correct typo setting 'handled_qinst_cond'
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: Replace the SSA-style SEL operators with condition...
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-08 Eric Anholtvc4: Add support for multisample framebuffer operations.
2015-12-04 Eric Anholtvc4: Add support for storing 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: Add support for copy propagation with unpack flags...
2015-10-26 Eric Anholtvc4: Rewrite the pack instructions as a MOV with a...
2015-10-26 Eric Anholtvc4: Move dst pack setup out to a helper function with...
2015-10-26 Eric Anholtvc4: Switch the unpack ops to being unpack flags on...
2015-10-26 Eric Anholtvc4: Drop some confused code about pack/unpack handling.
2015-10-26 Eric Anholtvc4: Reduce MOV special-casing in QIR-to-QPU.
2015-10-25 Eric Anholtvc4: Fix names of the 16-bit unpacks
2015-10-25 Eric Anholtvc4: Fix the test for skipping raw MOVs.
2015-10-23 Eric Anholtvc4: Add QIR/QPU support for the 8-bit vector instructions.
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: 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-05 Eric Anholtvc4: Make r4-writes implicitly move to a temp, and...
2015-07-14 Eric Anholtvc4: Fix compiler warnings on release builds.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-16 Eric Anholtvc4: Swap around which src we spill to ra31/rb31.
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-02-13 Eric Anholtvc4: Make SF be a flag on the QIR instructions.
2015-01-10 Eric Anholtvc4: Avoid the save/restore of r3 for raddr conflicts...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Restructure color packing as a series of channel...
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-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: Fix use of r3 as a temp in 8-bit unpacking.
2014-12-15 Eric Anholtvc4: Rename UNPACK_8* to UNPACK_8*_F.
2014-12-12 Eric Anholtvc4: Fix a memory leak in setting up QPU instructions...
2014-12-09 Eric Anholtvc4: Reserve rb31 instead of r3 for raddr conflict...
2014-12-09 Eric Anholtvc4: Drop dependency on r3 for color packing.
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-12-01 Eric Anholtvc4: Drop the explicit scoreboard wait.
2014-12-01 Eric Anholtvc4: Also deal with VPM reads at thread end.
2014-10-29 Eric Anholtvc4: Add support for ARL and indirect register access...
2014-10-24 Eric Anholtvc4: Add debug output to match shaderdb info to program...
2014-10-13 Eric Anholtvc4: Write the VPM read setup multiple times to queue...
2014-10-02 Eric Anholtvc4: Add support for the FACE semantic.
2014-09-23 Eric Anholtvc4: When possible, resolve raddr conflicts by swapping...
2014-09-23 Eric Anholtvc4: Fix overzealous raddr conflict resolution.
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)
next