summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_cl.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01broadcom/vc4: Use a single-entry cached last_hindex value.Eric Anholt1-2/+12
2017-06-30vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt1-2/+3
2017-01-05vc4: Flush the job early if we're referencing too many BOs.Eric Anholt1-0/+2
2016-10-31ralloc: use rzalloc where it's necessaryMarek Olšák1-1/+1
2016-09-14vc4: Move the render job state into a separate structure.Eric Anholt1-9/+9
2015-07-14vc4: Rework cl handling to be friendlier to the compiler.Eric Anholt1-2/+9
2015-07-14vc4: Make a helper function for getting the current offset in the CL.Eric Anholt1-5/+4
2014-12-24vc4: Optimize CL emits by doing size checks up front.Eric Anholt1-4/+8
2014-12-14vc4: Fix leaks of the CL contents.Eric Anholt1-1/+4
2014-08-11vc4: Keep a reference to BOs queued for rendering.Eric Anholt1-4/+1
2014-08-11vc4: Switch simulator to using kernel validatorEric Anholt1-9/+5
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+74