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: 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