r600/sfn: Lower tess levels to vectors in TCS
authorGert Wollny <gert.wollny@collabora.com>
Fri, 21 Apr 2023 08:17:44 +0000 (10:17 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 21 Apr 2023 19:50:46 +0000 (19:50 +0000)
commite3e077c9d48aaf792f7728a3f394a5e59bbc9f2b
treed1e8a08230887d23f136f38eeb32637ca20e18a5
parent32f7ff2c204b28e6d312ecac6463f588d4d68f3e
r600/sfn: Lower tess levels to vectors in TCS

Thanks @anholt for pointing me in the right direction

Fixes: 84006587 glsl: Delete the lower_tess_level
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8884

v2: replace direct call to lowering pass with nir compiler option

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22622>
src/gallium/drivers/r600/r600_pipe_common.c