mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
radeonsi: don't always apply the PrimID instancing bug workaround on SI
It looks like commit 391673af7a that should
have fixed the perf regression didn't really change much if anything.
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
a0823df148
commit
17dd4856a6
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ static void si_emit_derived_tess_state(struct si_context *sctx,
|
|||
* doesn't work correctly on SI when there is no other
|
||||
* SE to switch to.
|
||||
*/
|
||||
if (has_primid_instancing_bug)
|
||||
if (has_primid_instancing_bug && tess_uses_primid)
|
||||
*num_patches = 1;
|
||||
|
||||
sctx->last_num_patches = *num_patches;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue