summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3d_job.c
Commit message (Expand)AuthorAgeFilesLines
* 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