v3d: use the GPU to record primitives written to transform feedback
[mesa.git] / src / gallium / drivers / v3d / v3d_job.c
2019-08-08 Iago Toral Quirogav3d: use the GPU to record primitives written to transf...
2019-07-31 Eric Engestromv3d: drop incorrect MAYBE_UNUSED
2019-07-30 Alejandro Piñeirov3d: take into account separate_stencil when checking...
2019-07-02 Iago Toral Quirogav3d: do not flush jobs that are synced with 'Wait for...
2019-07-02 Iago Toral Quirogav3d: keep track of resources written by transform feedback
2019-06-18 Iago Toral Quirogav3d: add a helper function to flush jobs using a BO
2019-04-26 Eric Anholtv3d: Use _mesa_hash_table_remove_key() where appropriate.
2019-01-27 Eric Anholtv3d: Rename gallium-local limits defines from VC5 to...
2019-01-14 Eric Anholtv3d: Add support for GL_ARB_framebuffer_no_attachments.
2018-12-15 Eric Anholtv3d: Don't forget to wait for our TFU job before render...
2018-11-02 Eric Anholtv3d: Remove the special path for simulaton of the submi...
2018-11-01 Eric Anholtv3d: Fix a typo in a comment in job handling.
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-07-30 Eric Anholtv3d: Include commands to run the BCL and RCL in CLIF...
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-28 Eric Anholtv3d: Move clif dumping to a separate step from noting...
2018-07-28 Eric Anholtv3d: Move clif dump BO lookup into the clif dumper.
2018-07-26 Eric Anholtv3d: Rename cleared/resolve to clear/store.
2018-06-20 Eric Anholtv3d: Track write reference to the separate stencil...
2018-05-16 Eric Anholtv3d: Rename driver functions from vc5 to v3d.
2018-05-16 Eric Anholtv3d: Rename the driver files from "vc5" to "v3d".