mesa/src/broadcom/ci
Jose Maria Casanova Crespo 6f138819f4 v3d: Only flush jobs that write texture from different job submission.
Avoids flushing jobs that write a texture that is read by a job in the
same job submission.

Now we need to handle the case where a texture is written by the
graphics pipeline and it is read by a compute pipeline.

Before this patch, glTextureBarrier() could be implemented as a NOP in
v3d. So the driver was doing more flushing than needed when
glTextureBarrier was not used.

v2: Use V3D_FLUSH_ALWAYS for resources written by graphics pipeline
    and read by compute insead of V3D_FLUSH_DEFAULT. (Iago Toral)

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27550>
2024-02-22 15:42:30 +00:00
..
broadcom-rpi3-fails.txt vc4/ci: update expected list 2024-02-07 10:18:21 +00:00
broadcom-rpi3-flakes.txt rpi3/ci: add flake seen today 2024-01-23 20:54:18 +00:00
broadcom-rpi3-skips.txt v3d/vc4/ci: reset the list of timeout tests 2024-01-12 09:33:39 +00:00
broadcom-rpi4-fails.txt Revert "v3d/ci: update expected list" 2024-02-07 10:18:21 +00:00
broadcom-rpi4-flakes.txt ci/vc4/v3d: remove some flakes 2024-01-04 15:51:30 +00:00
broadcom-rpi4-skips.txt v3dv/ci: test the WSI on rpi4 and rpi5 2024-02-06 17:15:07 +00:00
broadcom-rpi5-fails.txt broadcom/compiler: fix lane selection for subgroups in fragment shaders 2024-02-14 08:02:41 +01:00
broadcom-rpi5-flakes.txt rpi5/ci: add flake seen today 2024-01-23 20:54:18 +00:00
broadcom-rpi5-skips.txt v3dv/ci: test the WSI on rpi4 and rpi5 2024-02-06 17:15:07 +00:00
deqp-broadcom-rpi3-piglit-full.toml vc4/ci: add piglit "full run" variant of vc4-rpi3-gl:arm32 as a manual job 2023-11-06 12:45:50 +00:00
deqp-broadcom-rpi3.toml broadcom/ci: merge gl test lists to use a single deqp instance 2023-11-06 11:13:10 +00:00
deqp-broadcom-rpi4.toml v3d/ci: run OpenGL 3.1 tests 2024-01-15 13:46:28 +00:00
gitlab-ci-inc.yml ci/v3d: add support for rpi5 2024-01-05 16:10:50 +00:00
gitlab-ci.yml v3dv/ci: test the WSI on rpi4 and rpi5 2024-02-06 17:15:07 +00:00
traces-broadcom.yml v3d: Only flush jobs that write texture from different job submission. 2024-02-22 15:42:30 +00:00