summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qpu_validate.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-30vc4: Avoid false scheduling dependencies for LOAD_IMMs.Eric Anholt1-0/+4
2016-11-12vc4: Add a bit of QPU validation for threaded shaders.Eric Anholt1-1/+102
2016-08-25vc4: Add real validation for MUL rotation.Eric Anholt1-10/+39
2016-07-12vc4: Validate QPU uniform pointer updates.Eric Anholt1-0/+22
2016-07-12vc4: Add QPU support for generating BRANCH instructions.Eric Anholt1-0/+6
2016-05-06vc4: Make vc4_qpu_validate() produce more verbose failures.Eric Anholt1-35/+71
2015-07-14vc4: Fix compiler warnings on release builds.Eric Anholt1-0/+7
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt1-0/+1
2014-12-05vc4: Refuse to merge two ops that both access shared functions.Eric Anholt1-36/+1
2014-12-01vc4: Fix assertion about SFU versus texturing.Eric Anholt1-3/+4
2014-12-01vc4: Add another check for invalid TLB scoreboard handling.Eric Anholt1-8/+13
2014-08-22vc4: Fix totally broken assertions about inter-instruction reg conflicts.Eric Anholt1-3/+18
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+275