Re: [Mesa-dev] [PATCH] st/mesa: don't fall back to 16F when 32F is requested

2015-09-06 Thread Marek Olšák
On Sun, Sep 6, 2015 at 5:31 PM, Ilia Mirkin wrote: > Nothing in the spec allows for the reduced precision, and this also > fixes st_QuerySamplesForFormat for nv50, which does not allow MS8 on > RGBA32F. Now this will be respected instead of reporting MS8 as > supported with an assumption that the

[Mesa-dev] [PATCH] st/mesa: don't fall back to 16F when 32F is requested

2015-09-06 Thread Ilia Mirkin
Nothing in the spec allows for the reduced precision, and this also fixes st_QuerySamplesForFormat for nv50, which does not allow MS8 on RGBA32F. Now this will be respected instead of reporting MS8 as supported with an assumption that the format used will be RGBA16F. Signed-off-by: Ilia Mirkin Cc