Mesa (main): radeonsi: remove the GDS variants of compute-based primitive discard

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 28 13:39:00 UTC 2021


Module: Mesa
Branch: main
Commit: 06da71135084893090af3d30f4fb971749116683
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06da71135084893090af3d30f4fb971749116683

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sun May 30 21:28:53 2021 -0400

radeonsi: remove the GDS variants of compute-based primitive discard

The GDS ordered append variant is unstable due to kernel and firmware bugs.
The unordered GDS variant isn't faster than the memory-based variant.

Only the memory-based variant is kept.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11510>

---

 .../drivers/radeonsi/si_compute_prim_discard.c     | 516 ++-------------------
 src/gallium/drivers/radeonsi/si_gfx_cs.c           |  17 +-
 src/gallium/drivers/radeonsi/si_pipe.c             |   2 +-
 src/gallium/drivers/radeonsi/si_pipe.h             |  10 +-
 src/gallium/drivers/radeonsi/si_shader.c           |   2 -
 src/gallium/drivers/radeonsi/si_shader.h           |   2 -
 src/gallium/drivers/radeonsi/si_state_draw.cpp     |  26 +-
 7 files changed, 54 insertions(+), 521 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=06da71135084893090af3d30f4fb971749116683


More information about the mesa-commit mailing list