index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc4
/
vc4_qir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Fix live intervals analysis for screening defs in if statements.
Eric Anholt
2016-10-06
1
-2
/
+5
*
vc4: Handle discards while in control flow.
Eric Anholt
2016-08-29
1
-0
/
+1
*
vc4: Add support for MUL output rotation.
Eric Anholt
2016-08-25
1
-0
/
+12
*
vc4: Add support for the 2-bit LOAD_IMM variants.
Eric Anholt
2016-08-25
1
-0
/
+26
*
vc4: Add a QIR value for the QPU element register.
Eric Anholt
2016-08-25
1
-0
/
+1
*
vc4: Fix GPU hangs with >16 varying values.
Eric Anholt
2016-08-24
1
-0
/
+12
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
1
-7
/
+0
*
vc4: Avoid VS shader recompiles by keeping a set of FS inputs seen so far.
Eric Anholt
2016-08-04
1
-6
/
+1
*
vc4: Avoid generating a custom shader per level in glGenerateMipmaps().
Eric Anholt
2016-08-03
1
-1
/
+3
*
vc4: Speed up glGenerateMipmaps by avoiding shadow baselevel.
Eric Anholt
2016-07-15
1
-0
/
+1
*
vc4: Emit resets of the uniform stream at the starts of blocks.
Eric Anholt
2016-07-13
1
-0
/
+12
*
vc4: Add support for scheduling of branch instructions.
Eric Anholt
2016-07-13
1
-0
/
+11
*
vc4: Move the QPU instructions to schedule into each block.
Eric Anholt
2016-07-13
1
-0
/
+2
*
vc4: Add support for NIR loops and break/continue.
Eric Anholt
2016-07-12
1
-0
/
+2
*
vc4: Add support for storing to NIR registers in a non-SSA fashion.
Eric Anholt
2016-07-12
1
-0
/
+12
*
vc4: Define a QIR branch instruction
Eric Anholt
2016-07-12
1
-0
/
+15
*
vc4: Implement live intervals using a CFG.
Eric Anholt
2016-07-12
1
-1
/
+15
*
vc4: Create a basic block structure and move the instructions into it.
Eric Anholt
2016-07-12
1
-3
/
+47
*
vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.
Eric Anholt
2016-07-12
1
-0
/
+3
*
vc4: Regularize instruction emit macros
Eric Anholt
2016-07-04
1
-37
/
+24
*
vc4: Move SF removal to a separate peephole pass.
Eric Anholt
2016-07-04
1
-0
/
+1
*
vc4: Drop the dead QIR_PACK() macro.
Eric Anholt
2016-07-04
1
-8
/
+0
*
vc4: Add support for vertex color clamping in the rasterizer.
Eric Anholt
2016-05-17
1
-0
/
+1
*
vc4: Add support for loading immediate values in QIR.
Eric Anholt
2016-05-06
1
-0
/
+17
*
vc4: Add a small QIR validate pass.
Eric Anholt
2016-05-06
1
-0
/
+2
*
vc4: When emitting an instruction to an existing temp, mark it non-SSA.
Eric Anholt
2016-05-06
1
-0
/
+2
*
vc4: Use NIR lowering for sRGB decode.
Eric Anholt
2016-05-02
1
-5
/
+0
*
vc4: Remove the CSE pass.
Eric Anholt
2016-05-02
1
-1
/
+0
*
vc4: Emit only one FRAG_Z or FRAG_W QIR opcode.
Eric Anholt
2016-05-02
1
-2
/
+19
*
vc4: Remove unused "immediates" field
Eric Anholt
2016-04-18
1
-1
/
+0
*
vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
Eric Anholt
2016-04-08
1
-6
/
+7
*
vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.
Eric Anholt
2016-04-08
1
-8
/
+4
*
vc4: Add a helper function for the construction of qregs.
Eric Anholt
2016-04-08
1
-2
/
+6
*
vc4: Drop the multi_instruction distinction for QIR instructions.
Eric Anholt
2016-04-08
1
-1
/
+0
*
vc4: Switch to using NIR_PASS macros.
Eric Anholt
2016-04-08
1
-3
/
+3
*
vc4: Move discard handling to the condition flag.
Eric Anholt
2016-03-16
1
-6
/
+10
*
vc4: Coalesce instructions using VPM reads into the VPM read.
Varad Gautam
2016-03-15
1
-1
/
+1
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
vc4: Use NIR texture lowering for texture swizzling.
Eric Anholt
2016-01-06
1
-0
/
+5
*
vc4: Replace the SSA-style SEL operators with conditional MOVs.
Eric Anholt
2016-01-06
1
-32
/
+18
*
vc4: Do instruction scheduling on the QIR to hide texture fetch latency.
Eric Anholt
2015-12-18
1
-0
/
+1
*
vc4: Add debugging of the estimated time to run the shader to shader-db.
Eric Anholt
2015-12-11
1
-1
/
+1
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-1
/
+1
*
vc4: Add support for texel fetches from MSAA resources.
Eric Anholt
2015-12-08
1
-4
/
+14
*
vc4: Add support for multisample framebuffer operations.
Eric Anholt
2015-12-08
1
-0
/
+12
*
vc4: Add support for storing sample mask.
Eric Anholt
2015-12-04
1
-0
/
+3
*
vc4: Add support for loading sample mask.
Eric Anholt
2015-12-04
1
-0
/
+1
*
vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.
Eric Anholt
2015-11-17
1
-0
/
+8
*
vc4: Rewrite the pack instructions as a MOV with a dst pack flag
Eric Anholt
2015-10-26
1
-12
/
+13
*
vc4: Switch the unpack ops to being unpack flags on a mov.
Eric Anholt
2015-10-26
1
-23
/
+11
[next]