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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Regularize instruction emit macros
Eric Anholt
2016-07-04
1
-2
/
+26
*
vc4: Optimize out redundant SF updates.
Eric Anholt
2016-07-04
1
-1
/
+1
*
vc4: Move SF removal to a separate peephole pass.
Eric Anholt
2016-07-04
1
-0
/
+1
*
vc4: Mark texturing setup instructions as having side effects.
Eric Anholt
2016-07-04
1
-5
/
+5
*
vc4: Add support for loading immediate values in QIR.
Eric Anholt
2016-05-06
1
-0
/
+6
*
vc4: Add a small QIR validate pass.
Eric Anholt
2016-05-06
1
-0
/
+1
*
vc4: Fix the src count on exp2/log2.
Eric Anholt
2016-05-06
1
-2
/
+2
*
vc4: Reuse QPU disasm's cond flags in QIR.
Eric Anholt
2016-05-06
1
-14
/
+5
*
vc4: Remove the CSE pass.
Eric Anholt
2016-05-02
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
-3
/
+3
*
vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.
Eric Anholt
2016-04-08
1
-8
/
+34
*
vc4: Add a helper function for the construction of qregs.
Eric Anholt
2016-04-08
1
-5
/
+3
*
vc4: Drop the multi_instruction distinction for QIR instructions.
Eric Anholt
2016-04-08
1
-13
/
+5
*
vc4: Move discard handling to the condition flag.
Eric Anholt
2016-03-16
1
-1
/
+0
*
vc4: Don't make a temporary for setting flags.
Eric Anholt
2016-03-16
1
-1
/
+2
*
vc4: Add a safety check for setting flags.
Eric Anholt
2016-03-16
1
-0
/
+3
*
vc4: Coalesce instructions using VPM reads into the VPM read.
Varad Gautam
2016-03-15
1
-1
/
+1
*
vc4: Don't treat conditional MOVs as raw MOV.
Eric Anholt
2016-02-15
1
-0
/
+1
*
vc4: Replace the SSA-style SEL operators with conditional MOVs.
Eric Anholt
2016-01-06
1
-31
/
+15
*
vc4: Don't try the SF coalescing unless it's on a def.
Eric Anholt
2016-01-06
1
-3
/
+3
*
vc4: Fix handling of src packs on in qir_follow_movs().
Eric Anholt
2015-12-11
1
-2
/
+8
*
vc4: Add support for multisample framebuffer operations.
Eric Anholt
2015-12-08
1
-0
/
+1
*
vc4: Add support for storing sample mask.
Eric Anholt
2015-12-04
1
-0
/
+2
*
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
-6
/
+4
*
vc4: Switch the unpack ops to being unpack flags on a mov.
Eric Anholt
2015-10-26
1
-41
/
+4
*
vc4: Fix up the test for whether the unpack can be from r4.
Eric Anholt
2015-10-26
1
-0
/
+24
*
vc4: Don't try to follow MOVs across a pack.
Eric Anholt
2015-10-26
1
-1
/
+2
*
vc4: If a QIR source has an unpack set, print it.
Eric Anholt
2015-10-26
1
-0
/
+1
*
vc4: Fix the test for skipping raw MOVs.
Eric Anholt
2015-10-24
1
-0
/
+8
*
vc4: Add QIR/QPU support for the 8-bit vector instructions.
Eric Anholt
2015-10-23
1
-0
/
+10
*
vc4: Use Rob's NIR-based user clip lowering.
Eric Anholt
2015-10-23
1
-1
/
+0
*
vc4: convert from tgsi semantic/index to varying-slot
Eric Anholt
2015-09-16
1
-1
/
+1
*
vc4: Initialize pack field of qreg to 0 in qir_get_temp
Boyan Ding
2015-09-04
1
-0
/
+1
*
vc4: Fold the 16-bit integer pack into the instructions generating it.
Eric Anholt
2015-08-21
1
-2
/
+0
*
vc4: Reuse QPU dumping for packing bits in QIR.
Eric Anholt
2015-08-21
1
-20
/
+5
*
vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.
Eric Anholt
2015-08-21
1
-1
/
+1
*
vc4: Pack the unorm-packing bits into a src MUL instruction when possible.
Eric Anholt
2015-08-20
1
-0
/
+23
*
vc4: Add a QIR helper for whether the op is a MUL type.
Eric Anholt
2015-08-20
1
-0
/
+12
*
vc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
Eric Anholt
2015-08-20
1
-1
/
+2
*
vc4: Make the pack-to-unorm instructions be non-SSA.
Eric Anholt
2015-08-20
1
-5
/
+5
*
vc4: Allow QIR registers to be non-SSA.
Eric Anholt
2015-08-20
1
-1
/
+4
*
vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.
Eric Anholt
2015-08-04
1
-18
/
+0
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-11
/
+7
*
vc4: Convert to consuming NIR.
Eric Anholt
2015-04-01
1
-0
/
+3
*
vc4: Add a constant folding pass.
Eric Anholt
2015-03-30
1
-0
/
+1
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
1
-5
/
+20
*
vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.
Eric Anholt
2015-02-19
1
-0
/
+33
*
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
2015-02-19
1
-3
/
+12
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-2
/
+17
[next]