Re: [Mesa-dev] [PATCH v5 3/3] r600: Correct evaluation of cube array index and face

2018-07-18 Thread Roland Scheidegger
Am 17.07.2018 um 19:04 schrieb Gert Wollny: > From: Gert Wollny > > The array index needs to be corrected and it must be insured that it is > rounded and its value is non-negative before it is combined with the > face id. > > v5: Use RNDNE instead of ADD 0.5 and FLOOR (Ilia Mirkin) > > Fixes 18

[Mesa-dev] [PATCH v5 3/3] r600: Correct evaluation of cube array index and face

2018-07-17 Thread Gert Wollny
From: Gert Wollny The array index needs to be corrected and it must be insured that it is rounded and its value is non-negative before it is combined with the face id. v5: Use RNDNE instead of ADD 0.5 and FLOOR (Ilia Mirkin) Fixes 182 from android/cts/master/gles31-master.txt: dEQP-GLES31.fun