Re: [Mesa-dev] [PATCH 2/2] r600g: use SIMPLE_FLOAT for blending to avoid NaNs in RTs

2017-11-07 Thread Nicolai Hähnle
On 06.11.2017 15:40, Ilia Mirkin wrote: On Mon, Nov 6, 2017 at 8:48 AM, Ilia Mirkin wrote: On Mon, Nov 6, 2017 at 6:21 AM, Nicolai Hähnle wrote: On 06.11.2017 05:22, Ilia Mirkin wrote: Radeonsi also sets this flag. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103544 Signed-off-by

Re: [Mesa-dev] [PATCH 2/2] r600g: use SIMPLE_FLOAT for blending to avoid NaNs in RTs

2017-11-06 Thread Roland Scheidegger
The patch doesn't help at all, but looks like a sensible thing to do anyway. Reviewed-by: Roland Scheidegger Am 06.11.2017 um 05:22 schrieb Ilia Mirkin: > Radeonsi also sets this flag. > > Bugzilla: > https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.freedesktop.org_show-5Fbug.cgi-3Fi

Re: [Mesa-dev] [PATCH 2/2] r600g: use SIMPLE_FLOAT for blending to avoid NaNs in RTs

2017-11-06 Thread Ilia Mirkin
On Mon, Nov 6, 2017 at 8:48 AM, Ilia Mirkin wrote: > On Mon, Nov 6, 2017 at 6:21 AM, Nicolai Hähnle wrote: >> On 06.11.2017 05:22, Ilia Mirkin wrote: >>> >>> Radeonsi also sets this flag. >>> >>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103544 >>> Signed-off-by: Ilia Mirkin >>> ---

Re: [Mesa-dev] [PATCH 2/2] r600g: use SIMPLE_FLOAT for blending to avoid NaNs in RTs

2017-11-06 Thread Ilia Mirkin
On Mon, Nov 6, 2017 at 6:21 AM, Nicolai Hähnle wrote: > On 06.11.2017 05:22, Ilia Mirkin wrote: >> >> Radeonsi also sets this flag. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103544 >> Signed-off-by: Ilia Mirkin >> --- >> >> This needs testing with the fbo-float-nan piglit that

Re: [Mesa-dev] [PATCH 2/2] r600g: use SIMPLE_FLOAT for blending to avoid NaNs in RTs

2017-11-06 Thread Nicolai Hähnle
On 06.11.2017 05:22, Ilia Mirkin wrote: Radeonsi also sets this flag. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103544 Signed-off-by: Ilia Mirkin --- This needs testing with the fbo-float-nan piglit that was recently added. Just guessing that this is the right flag to set here.

[Mesa-dev] [PATCH 2/2] r600g: use SIMPLE_FLOAT for blending to avoid NaNs in RTs

2017-11-05 Thread Ilia Mirkin
Radeonsi also sets this flag. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103544 Signed-off-by: Ilia Mirkin --- This needs testing with the fbo-float-nan piglit that was recently added. Just guessing that this is the right flag to set here. src/gallium/drivers/r600/evergreen_state.c