Module: Mesa Branch: master Commit: d89b19cfe1bd8bd6f259b6a4d2070e8d08f3b67e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d89b19cfe1bd8bd6f259b6a4d2070e8d08f3b67e
Author: Marek Olšák <[email protected]> Date: Fri Mar 20 17:30:10 2020 -0400 radeonsi: remove obsolete TODO comment related to compute-based culling Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4269> --- src/gallium/drivers/radeonsi/si_compute_prim_discard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_compute_prim_discard.c b/src/gallium/drivers/radeonsi/si_compute_prim_discard.c index 9b59570bf3f..fcb6944b5ae 100644 --- a/src/gallium/drivers/radeonsi/si_compute_prim_discard.c +++ b/src/gallium/drivers/radeonsi/si_compute_prim_discard.c @@ -108,7 +108,6 @@ * (patch elimination where tess factors are 0 would be possible to implement) * - The vertex shader must not contain memory stores. * - All VS resources must not have a write usage in the command buffer. - * (TODO: all shader buffers currently set the write usage) * - Bindless textures and images must not occur in the vertex shader. * * User data SGPR layout: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
