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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Allow merging instructions with SF set where the other writes NOP.
Eric Anholt
2016-11-30
1
-0
/
+1
*
vc4: Add support for MUL output rotation.
Eric Anholt
2016-08-25
1
-0
/
+13
*
vc4: Add support for the 2-bit LOAD_IMM variants.
Eric Anholt
2016-08-25
1
-0
/
+14
*
vc4: Add QPU support for generating BRANCH instructions.
Eric Anholt
2016-07-12
1
-1
/
+17
*
vc4: Try to pair up instructions when only one of them has PM bit
Boyan Ding
2015-09-17
1
-47
/
+76
*
vc4: Don't swap the raddr on instructions doing unpacks.
Eric Anholt
2015-01-15
1
-0
/
+5
*
vc4: Don't let pairing happen with badly mismatched unpack flags.
Eric Anholt
2015-01-15
1
-0
/
+39
*
vc4: Don't let pairing happen with badly mismatched pack flags.
Eric Anholt
2015-01-15
1
-0
/
+39
*
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
2014-12-17
1
-17
/
+87
*
vc4: Add support for turning add-based MOVs to muls for pairing.
Eric Anholt
2014-12-16
1
-2
/
+49
*
vc4: Add a helper for changing a field in an instruction.
Eric Anholt
2014-12-16
1
-11
/
+9
*
vc4: Fix the name of qpu_waddr_ignores_ws().
Eric Anholt
2014-12-16
1
-5
/
+5
*
vc4: Fix leak of a copy of the scheduled QPU instructions.
Eric Anholt
2014-12-14
1
-2
/
+3
*
vc4: Refuse to merge instructions involving 32-bit immediate loads.
Eric Anholt
2014-12-09
1
-0
/
+5
*
vc4: Try swapping the regfile A to B to pair instructions.
Eric Anholt
2014-12-05
1
-2
/
+62
*
vc4: Allow pairing of some instructions that disagree about the WS bit.
Eric Anholt
2014-12-05
1
-1
/
+47
*
vc4: Refuse to merge two ops that both access shared functions.
Eric Anholt
2014-12-05
1
-0
/
+53
*
vc4: Pair up QPU instructions when scheduling.
Eric Anholt
2014-12-01
1
-20
/
+42
*
vc4: Introduce scheduling of QPU instructions.
Eric Anholt
2014-12-01
1
-0
/
+12
*
vc4: Add another check for invalid TLB scoreboard handling.
Eric Anholt
2014-12-01
1
-0
/
+23
*
vc4: Set unused raddr fields to QPU_R_NOP.
Eric Anholt
2014-10-08
1
-16
/
+27
*
vc4: Abstract out the field-merging logic for instructions.
Eric Anholt
2014-10-08
1
-11
/
+17
*
vc4: Set the other WADDR in the qpu instruction helpers.
Eric Anholt
2014-08-24
1
-1
/
+5
*
vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.
Eric Anholt
2014-08-24
1
-12
/
+4
*
vc4: Ignore WADDRs from the other half of the instruction when merging.
Eric Anholt
2014-08-24
1
-1
/
+2
*
vc4: Make some helpers for setting condition codes in instructions.
Eric Anholt
2014-08-22
1
-0
/
+14
*
vc4: Switch to actually generating vertex and fragment shader code from TGSI.
Eric Anholt
2014-08-08
1
-0
/
+8
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
1
-0
/
+210