https://bugs.freedesktop.org/show_bug.cgi?id=91672
Bug ID: 91672 Summary: [llvmpipe] [softpipe] piglit gl-3.2-layered-rendering-framebuffertexture regression Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Keywords: bisected, regression Severity: normal Priority: medium Component: Mesa core Assignee: mesa-dev@lists.freedesktop.org Reporter: v...@freedesktop.org QA Contact: mesa-dev@lists.freedesktop.org CC: anuj.pho...@gmail.com, lem...@gmail.com, t_arc...@yahoo.com.au mesa: df97126731a745c1797c783414a44652be039d84 (master 11.0.0-devel) $ ./bin/gl-3.2-layered-rendering-framebuffertexture -auto Mesa: User error: GL_INVALID_VALUE in glTexImage2DMultisample(samples < 1) Unexpected GL error: GL_INVALID_VALUE 0x501 (Error at piglit/tests/spec/gl-3.2/layered-rendering/framebuffertexture.c:216) Texture Type: GL_TEXTURE_2D_MULTISAMPLE. Error during setup. Texture Type: GL_TEXTURE_2D_MULTISAMPLE. FramebufferTexture() Test Failed. Mesa: User error: GL_INVALID_VALUE in glTexImage3DMultisample(samples < 1) Unexpected GL error: GL_INVALID_VALUE 0x501 (Error at /piglit/tests/spec/gl-3.2/layered-rendering/framebuffertexture.c:216) Texture Type: GL_TEXTURE_2D_MULTISAMPLE_ARRAY. Error during setup. Texture Type: GL_TEXTURE_2D_MULTISAMPLE_ARRAY. FramebufferTexture() Test Failed. PIGLIT: {"result": "fail" } d3ace603a97bdd031bdff7517728eff4d0fd6458 is the first bad commit commit d3ace603a97bdd031bdff7517728eff4d0fd6458 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Mon Aug 17 21:33:49 2015 +1000 mesa: check samples > 0 for glTex*Multisample The GL 4.5 spec says its an GL_INVALID_VALUE error if samples equals 0 for glTexImage*Multisample and an GL_INVALID_VALUE error if samples < 1 for glTexStorage*Multisample. The spec says its undefined what happens if glTexImage*Multisample is passed a samples value < 0 but we currently already produced a GL_INVALID_VALUE error in this case, this is also consistent with the Nvidia binary. Cc: Tapani Pälli <tapani.pa...@intel.com> Reviewed-by: Anuj Phogat <anuj.pho...@gmail.com> :040000 040000 07ad29d4e0e6516e0209b2aff640fd2bf3eb2c6c 222dc2c649c9c6cef68068fe8d1839261eb3a013 M src bisect run success -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev