aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_cl.c
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc4: Use a single-entry cached last_hindex value.Eric Anholt2017-12-011-2/+12
* vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt2017-06-301-2/+3
* vc4: Flush the job early if we're referencing too many BOs.Eric Anholt2017-01-051-0/+2
* ralloc: use rzalloc where it's necessaryMarek Olšák2016-10-311-1/+1
* 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