aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_validate.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Avoid false scheduling dependencies for LOAD_IMMs.Eric Anholt2016-11-301-0/+4
* vc4: Add a bit of QPU validation for threaded shaders.Eric Anholt2016-11-121-1/+102
* vc4: Add real validation for MUL rotation.Eric Anholt2016-08-251-10/+39
* vc4: Validate QPU uniform pointer updates.Eric Anholt2016-07-121-0/+22
* vc4: Add QPU support for generating BRANCH instructions.Eric Anholt2016-07-121-0/+6
* vc4: Make vc4_qpu_validate() produce more verbose failures.Eric Anholt2016-05-061-35/+71
* vc4: Fix compiler warnings on release builds.Eric Anholt2015-07-141-0/+7
* vc4: Add support for turning constant uniforms into small immediates.Eric Anholt2014-12-171-0/+1
* vc4: Refuse to merge two ops that both access shared functions.Eric Anholt2014-12-051-36/+1
* vc4: Fix assertion about SFU versus texturing.Eric Anholt2014-12-011-3/+4
* vc4: Add another check for invalid TLB scoreboard handling.Eric Anholt2014-12-011-8/+13
* vc4: Fix totally broken assertions about inter-instruction reg conflicts.Eric Anholt2014-08-221-3/+18
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+275