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_qpu_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
vc4: Add support for fragment discards.
Eric Anholt
2014-08-22
1
-0
/
+16
*
vc4: Make some helpers for setting condition codes in instructions.
Eric Anholt
2014-08-22
1
-15
/
+11
*
vc4: Emit the scoreboard wait just when it's needed.
Eric Anholt
2014-08-22
1
-2
/
+25
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
1
-1
/
+0
*
vc4: Add support for blending.
Eric Anholt
2014-08-15
1
-0
/
+7
*
vc4: Add support for gl_FragCoord.
Eric Anholt
2014-08-11
1
-1
/
+29
*
vc4: Add support for depth clears and tests within a tile.
Eric Anholt
2014-08-11
1
-0
/
+8
*
vc4: Add support for texturing (under simulation)
Eric Anholt
2014-08-11
1
-0
/
+32
*
vc4: Fix register aliasing for packing of scaled coordinates.
Eric Anholt
2014-08-08
1
-11
/
+18
*
vc4: Add support for the TGSI TRUNC opcode.
Eric Anholt
2014-08-08
1
-0
/
+1
*
vc4: Add support for multiple attributes
Eric Anholt
2014-08-08
1
-1
/
+3
*
vc4: Add more useful debug for the undefined-source case
Eric Anholt
2014-08-08
1
-5
/
+12
*
vc4: Add support for CMP.
Eric Anholt
2014-08-08
1
-0
/
+40
*
vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.
Eric Anholt
2014-08-08
1
-85
/
+205
*
vc4: Add WIP support for varyings.
Eric Anholt
2014-08-08
1
-0
/
+6
*
vc4: Use r3 instead of r5 for temps, since r5 only has 32 bits of storage
Eric Anholt
2014-08-08
1
-8
/
+8
*
vc4: Add VC4_DEBUG env option
Eric Anholt
2014-08-08
1
-1
/
+3
*
vc4: Add support for SNE/SEQ/SGE/SLT.
Eric Anholt
2014-08-08
1
-7
/
+48
*
vc4: Add initial support for math opcodes
Eric Anholt
2014-08-08
1
-1
/
+37
*
vc4: Switch to actually generating vertex and fragment shader code from TGSI.
Eric Anholt
2014-08-08
1
-0
/
+292