Re: [Mesa-dev] [PATCH] mesa: Fix the cause of piglit test fbo-array failure

2012-03-12 Thread Brian Paul
On 03/12/2012 12:00 PM, Anuj Phogat wrote: Handle the special case of glFramebufferTextureLayer() for which we pass teximage = 0 internally in framebuffer_texture(). This patch makes failing piglit test fbo-array, fbo-depth-array to pass. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=471

[Mesa-dev] [PATCH] mesa: Fix the cause of piglit test fbo-array failure

2012-03-12 Thread Anuj Phogat
Handle the special case of glFramebufferTextureLayer() for which we pass teximage = 0 internally in framebuffer_texture(). This patch makes failing piglit test fbo-array, fbo-depth-array to pass. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47126 V4: Removed the duplicated code. Note: Th

Re: [Mesa-dev] [PATCH] mesa: Fix the cause of piglit test fbo-array failure

2012-03-12 Thread Brian Paul
On 03/09/2012 07:07 PM, Anuj Phogat wrote: Handle the special case of glFramebufferTextureLayer() for which we pass teximage = 0 internally in framebuffer_texture(). This patch makes failing piglit test fbo-array, fbo-depth-array to pass. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=471

[Mesa-dev] [PATCH] mesa: Fix the cause of piglit test fbo-array failure

2012-03-09 Thread Anuj Phogat
Handle the special case of glFramebufferTextureLayer() for which we pass teximage = 0 internally in framebuffer_texture(). This patch makes failing piglit test fbo-array, fbo-depth-array to pass. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47126 Note: This is a candidate for stable bran