Re: [Mesa-dev] [PATCH] spirv: Implicitly set missing NonWriteable decoration

2018-07-02 Thread Jason Ekstrand
This should be fixed in upstream dxvk so let's not put the hack in mesa: https://github.com/doitsujin/dxvk/issues/460 On Wed, Jun 27, 2018 at 6:25 PM, Jason Ekstrand wrote: > This works around rendering issues in Skyrim caused by DXVK missing a > decoration. > --- >

[Mesa-dev] [PATCH] spirv: Implicitly set missing NonWriteable decoration

2018-06-27 Thread Jason Ekstrand
This works around rendering issues in Skyrim caused by DXVK missing a decoration. --- src/compiler/spirv/vtn_variables.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/compiler/spirv/vtn_variables.c b/src/compiler/spirv/vtn_variables.c index