summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_cl.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Move the render job state into a separate structure.Eric Anholt2016-09-141-9/+9
* vc4: Rework cl handling to be friendlier to the compiler.Eric Anholt2015-07-141-2/+9
* vc4: Make a helper function for getting the current offset in the CL.Eric Anholt2015-07-141-5/+4
* vc4: Optimize CL emits by doing size checks up front.Eric Anholt2014-12-241-4/+8
* vc4: Fix leaks of the CL contents.Eric Anholt2014-12-141-1/+4
* vc4: Keep a reference to BOs queued for rendering.Eric Anholt2014-08-111-4/+1
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-9/+5
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+74