nir: add has_txs flag
Some nir lowerings might need to know if txs is supported by the backend. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8898>
This commit is contained in:

committed by
Marge Bot

parent
b0e23c92b3
commit
3fbde2fd93
@@ -49,7 +49,8 @@
|
||||
.lower_base_vertex = true, \
|
||||
.use_scoped_barrier = true, \
|
||||
.support_16bit_alu = true, \
|
||||
.lower_uniforms_to_ubo = true
|
||||
.lower_uniforms_to_ubo = true, \
|
||||
.has_txs = true
|
||||
|
||||
#define COMMON_SCALAR_OPTIONS \
|
||||
.lower_to_scalar = true, \
|
||||
|
Reference in New Issue
Block a user