Re: [Mesa-dev] [PATCH] Copy Layered field in reuse_framebuffer_texture_attachment

2014-09-11 Thread Chris Forbes
It would be good to also have a piglit test which demonstrates this bad behavior. Patch is: Reviewed-by: Chris Forbes On Fri, Sep 12, 2014 at 9:42 AM, Vincent Lejeune wrote: > Fix #83596 > https://bugs.freedesktop.org/show_bug.cgi?id=83596 > --- > src/mesa/main/fbobject.c | 1 + > 1 file chan

[Mesa-dev] [PATCH] Copy Layered field in reuse_framebuffer_texture_attachment

2014-09-11 Thread Vincent Lejeune
Fix #83596 https://bugs.freedesktop.org/show_bug.cgi?id=83596 --- src/mesa/main/fbobject.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index ae3a418..5eaf1a3 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -2299,6