Pushed that.
Thanks!
best
Mathias
On Monday, 27 May 2019 17:34:29 CEST Marek Olšák wrote:
> Reviewed-by: Marek Olšák
>
> M.
>
> On Mon, May 27, 2019, 4:17 AM wrote:
>
> > From: Mathias Fröhlich
> >
> > Hi Emil,
> >
> > thanks for that hint to look at _mesa_get_incomplete_framebuffer.
> > Tha
On 2019/05/27, mathias.froehl...@gmx.net wrote:
> From: Mathias Fröhlich
>
> Hi Emil,
>
> thanks for that hint to look at _mesa_get_incomplete_framebuffer.
> That one seems definitely more appropriate!
>
> Though, I miss a bit the idea how I can create either a sensible
> helper function for th
Reviewed-by: Marek Olšák
M.
On Mon, May 27, 2019, 4:17 AM wrote:
> From: Mathias Fröhlich
>
> Hi Emil,
>
> thanks for that hint to look at _mesa_get_incomplete_framebuffer.
> That one seems definitely more appropriate!
>
> Though, I miss a bit the idea how I can create either a sensible
> hel
From: Mathias Fröhlich
Hi Emil,
thanks for that hint to look at _mesa_get_incomplete_framebuffer.
That one seems definitely more appropriate!
Though, I miss a bit the idea how I can create either a sensible
helper function for that task or how I can create something above
in the call stack to t
On Wed, 15 May 2019 at 08:26, wrote:
>
> From: Mathias Fröhlich
>
> Hi all,
>
> One small fix below.
>
> Please review!
>
> best
>
> Mathias
>
>
>
>
>
> Running swrast with the new device egl extensions piglit test
> brings up this failure. Fix that by adding some NULL pointer
> checks.
>
From a
From: Mathias Fröhlich
Hi all,
One small fix below.
Please review!
best
Mathias
Running swrast with the new device egl extensions piglit test
brings up this failure. Fix that by adding some NULL pointer
checks.
Signed-off-by: Mathias Fröhlich
---
src/mesa/main/fbobject.c | 11 ++--