index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc4
/
vc4_qpu_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Fix the test for skipping raw MOVs.
Eric Anholt
2015-10-24
1
-1
/
+1
*
vc4: Add QIR/QPU support for the 8-bit vector instructions.
Eric Anholt
2015-10-23
1
-0
/
+5
*
vc4: Fold the 16-bit integer pack into the instructions generating it.
Eric Anholt
2015-08-21
1
-9
/
+5
*
vc4: Pack the unorm-packing bits into a src MUL instruction when possible.
Eric Anholt
2015-08-20
1
-0
/
+5
*
vc4: Add a QIR helper for whether the op is a MUL type.
Eric Anholt
2015-08-20
1
-4
/
+3
*
vc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
Eric Anholt
2015-08-20
1
-16
/
+7
*
vc4: Make the pack-to-unorm instructions be non-SSA.
Eric Anholt
2015-08-20
1
-22
/
+6
*
vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.
Eric Anholt
2015-08-04
1
-29
/
+29
*
vc4: Fix compiler warnings on release builds.
Eric Anholt
2015-07-14
1
-0
/
+1
*
vc4: Swap around which src we spill to ra31/rb31.
Eric Anholt
2015-06-16
1
-4
/
+4
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-7
/
+4
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
1
-5
/
+5
*
vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.
Eric Anholt
2015-01-11
1
-36
/
+9
*
vc4: Redo VPM reads as a read file.
Eric Anholt
2015-01-10
1
-5
/
+5
*
vc4: Restructure color packing as a series of channel replacements.
Eric Anholt
2015-01-10
1
-25
/
+25
*
vc4: Redefine VPM writes as a (destination) QIR register file.
Eric Anholt
2014-12-17
1
-4
/
+6
*
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
2014-12-17
1
-9
/
+26
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
1
-6
/
+19
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+21
*
vc4: Fix use of r3 as a temp in 8-bit unpacking.
Eric Anholt
2014-12-15
1
-10
/
+7
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
1
-5
/
+5
*
vc4: Fix a memory leak in setting up QPU instructions for scheduling.
Eric Anholt
2014-12-11
1
-1
/
+2
*
vc4: Reserve rb31 instead of r3 for raddr conflict spills.
Eric Anholt
2014-12-09
1
-8
/
+42
*
vc4: Drop dependency on r3 for color packing.
Eric Anholt
2014-12-08
1
-4
/
+27
*
vc4: Introduce scheduling of QPU instructions.
Eric Anholt
2014-12-01
1
-126
/
+6
*
vc4: Drop the explicit scoreboard wait.
Eric Anholt
2014-12-01
1
-12
/
+11
*
vc4: Also deal with VPM reads at thread end.
Eric Anholt
2014-12-01
1
-2
/
+6
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
1
-0
/
+5
*
vc4: Add debug output to match shaderdb info to program dumps.
Eric Anholt
2014-10-24
1
-1
/
+3
*
vc4: Write the VPM read setup multiple times to queue all the inputs.
Eric Anholt
2014-10-13
1
-3
/
+18
*
vc4: Add support for the FACE semantic.
Eric Anholt
2014-10-01
1
-0
/
+5
*
vc4: When possible, resolve raddr conflicts by swapping files on specials.
Eric Anholt
2014-09-23
1
-5
/
+29
*
vc4: Fix overzealous raddr conflict resolution.
Eric Anholt
2014-09-23
1
-5
/
+7
*
vc4: Add support for 8-bit unorm/snorm vertex inputs.
Eric Anholt
2014-09-23
1
-0
/
+25
*
vc4: Add disasm for A-file unpack operations.
Eric Anholt
2014-09-23
1
-1
/
+1
*
vc4: Switch to using Mesa's register allocator.
Eric Anholt
2014-09-23
1
-2
/
+2
*
vc4: Use the same method as for FRAG_Z to handle fragcoord W.
Eric Anholt
2014-09-19
1
-9
/
+3
*
vc4: Add support for stencil operations.
Eric Anholt
2014-09-18
1
-0
/
+4
*
vc4: Make sure thread end doesn't have a uniform read.
Eric Anholt
2014-09-17
1
-0
/
+8
*
vc4: Move register allocation to a separate file.
Eric Anholt
2014-09-16
1
-100
/
+6
*
vc4: Restructure depth input/output in fragment shaders.
Eric Anholt
2014-09-16
1
-7
/
+12
*
vc4: Expose r4 to register allocation.
Eric Anholt
2014-09-09
1
-10
/
+35
*
vc4: Drop pointless raddr conflict handling on SF.
Eric Anholt
2014-09-09
1
-1
/
+0
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
1
-8
/
+8
*
vc4: Switch to using native integers.
Eric Anholt
2014-09-04
1
-0
/
+12
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
1
-31
/
+32
*
vc4: Stop being so clever in CMP handling.
Eric Anholt
2014-09-04
1
-23
/
+6
*
vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).
Eric Anholt
2014-08-24
1
-84
/
+47
*
vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.
Eric Anholt
2014-08-24
1
-43
/
+40
*
vc4: Fix LT/GE set-0-or-1 compares.
Eric Anholt
2014-08-24
1
-1
/
+1
[next]