Skip to content
Snippets Groups Projects
Commit b9a97a8b authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon: Committed by Andres Gomez
Browse files

Revert "intel/nir: Call nir_lower_io_to_scalar_early"

Commit 4434591b caused substantially more URB messages in
geometry and tessellation shaders.  Before we can really enable this
sort of optimization,  We either need some way of combining them back
together into vectors or we need to do cross-stage vector element
elimination without splitting everything into scalars.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107510


Fixes: 4434591b "intel/nir: Call nir_lower_io_to_scalar_early"
Acked-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
Tested-by: default avatarMark Janes <mark.a.janes@intel.com>
(cherry picked from commit 10f44da7)
parent dbb53966
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment