summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d/v3d_job.c
Commit message (Expand)AuthorAgeFilesLines
* v3d: request the kernel to flush caches when TMU is dirtyIago Toral Quiroga2019-10-181-0/+4
* v3d: Add Compute Shader supportEric Anholt2019-10-181-2/+2
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* v3d: fix TF primitive counts for resume without drawIago Toral Quiroga2019-09-131-1/+9
* v3d: add missing line break for performance debug messageIago Toral Quiroga2019-09-131-1/+1
* v3d: do not automatically flush current job for SSBOs and shader imagesIago Toral Quiroga2019-08-131-24/+44
* v3d: use the GPU to record primitives written to transform feedbackIago Toral Quiroga2019-08-081-0/+21
* v3d: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* v3d: take into account separate_stencil when checking if stencil should be cl...Alejandro Piñeiro2019-07-301-1/+7
* v3d: do not flush jobs that are synced with 'Wait for transform feedback'Iago Toral Quiroga2019-07-021-5/+46
* v3d: keep track of resources written by transform feedbackIago Toral Quiroga2019-07-021-0/+11
* v3d: add a helper function to flush jobs using a BOIago Toral Quiroga2019-06-181-0/+11
* v3d: Use _mesa_hash_table_remove_key() where appropriate.Eric Anholt2019-04-261-13/+8
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-271-4/+4
* v3d: Add support for GL_ARB_framebuffer_no_attachments.Eric Anholt2019-01-141-2/+5
* v3d: Don't forget to wait for our TFU job before rendering from it.Eric Anholt2018-12-141-0/+8
* v3d: Remove the special path for simulaton of the submit ioctl.Eric Anholt2018-11-021-5/+1
* v3d: Fix a typo in a comment in job handling.Eric Anholt2018-11-011-1/+1
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-6/+0
* v3d: Include commands to run the BCL and RCL in CLIF dumps.Eric Anholt2018-07-301-10/+1
* v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt2018-07-301-2/+3
* v3d: Move clif dumping to a separate step from noting where the CLs are.Eric Anholt2018-07-271-0/+2
* v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt2018-07-271-22/+15
* v3d: Rename cleared/resolve to clear/store.Eric Anholt2018-07-261-2/+2
* v3d: Track write reference to the separate stencil buffer.Eric Anholt2018-06-201-1/+16
* v3d: Rename driver functions from vc5 to v3d.Eric Anholt2018-05-161-94/+94
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-161-0/+452