Re: [Mesa-dev] [PATCH] st/nine: Declare lighting consts for ff shaders

2018-04-03 Thread Dieter Nützel
Tested-by: Dieter Nützel on RX580 together with wine-staging 3.5 with LS 2015 but NOT explicitly with the mentioned shader Dieter Am 02.04.2018 18:50, schrieb Axel Davy: The lighting constants were not declared previously, but were accessed with indirect addressing,

[Mesa-dev] [PATCH] st/nine: Declare lighting consts for ff shaders

2018-04-02 Thread Axel Davy
The lighting constants were not declared previously, but were accessed with indirect addressing, which is illegal. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=105442 Signed-off-by: Axel Davy CC: "17.3 18.0" ---