util/ra: spiff out select_reg_callback
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
2019-04-10 Eric Anholtvc4: Upload CS/VS UBO uniforms together.
2019-04-10 Eric Anholtvc4: Split UBO0 and UBO1 address uniform handling.
2018-08-08 Eric Anholtvc4: Extend dumping of uniforms in QIR and in the comma...
2018-03-09 Eric Anholtbroadcom/vc4: Allow binding non-zero constant buffers.
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-03-08 Eric AnholtRevert "vc4: Lazily emit our FS/VS input loads."
2017-02-25 Eric Anholtvc4: Lazily emit our FS/VS input loads.
2017-02-25 Eric Anholtvc4: Track the last block we emitted at the top level.
2017-02-10 Eric Anholtvc4: Avoid emitting small immediates for UBO indirect...
2016-11-29 Eric Anholtvc4: Add support for coalescing ALU ops into tex_[srtb...
2016-11-29 Eric Anholtvc4: Make qir_for_each_inst_inorder() safe against...
2016-11-29 Eric Anholtvc4: Split optimizing VPM writes from VPM reads.
2016-11-29 Eric Anholtvc4: Restructure texture insts as ALU ops with tex_...
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-11-29 Eric Anholtvc4: Replace the qinst src[] with a fixed-size array.
2016-11-29 Eric Anholtvc4: Remove qir_inst4().
2016-11-23 Eric Anholtvc4: Don't conditionalize the src1 mov of qir_SEL().
2016-11-13 Eric Anholtvc4: Flag the last thread switch in the program as...
2016-11-13 Eric Anholtvc4: Add support for register allocation for threaded...
2016-11-13 Eric Anholtvc4: Add a thread switch QIR instruction.
2016-11-09 Eric Anholtvc4: Don't abort when a shader compile fails.
2016-10-07 Eric Anholtvc4: Fix live intervals analysis for screening defs...
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...
next