radeonsi: fix user fence space when MCBP is enabled
[mesa.git] / src / gallium / drivers / v3d / v3d_job.c
2020-02-25 Jose Maria Casanov... v3d: Sync on last CS when non-compute stage uses resour...
2019-12-16 Iago Toral Quirogav3d: fix primitive queries for geometry shaders
2019-10-18 Iago Toral Quirogav3d: request the kernel to flush caches when TMU is...
2019-10-18 Eric Anholtv3d: Add Compute Shader support
2019-10-10 Alejandro Piñeirov3d: take into account prim_counts_offset
2019-09-13 Iago Toral Quirogav3d: fix TF primitive counts for resume without draw
2019-09-13 Iago Toral Quirogav3d: add missing line break for performance debug message
2019-08-13 Iago Toral Quirogav3d: do not automatically flush current job for SSBOs...
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".