Bug 59746 - piglit glean depthStencil regression
Summary: piglit glean depthStencil regression
Status: RESOLVED DUPLICATE of bug 59494
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2013-01-23 07:11 UTC by Vinson Lee
Modified: 2013-01-23 07:18 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2013-01-23 07:11:45 UTC
mesa: bd8045d4c516b9c753d00dcc4b962a3e634ad506 (master)

piglit glean depthStencil regressed on swrast, softpipe, and llvmpipe.

$ ./bin/glean -t depthStencil --quick
Mesa: User error: GL_INVALID_OPERATION in glDrawPixels(invalid format GL_DEPTH_STENCIL and/or type GL_UNSIGNED_INT)
depthStencilFAIL
	glDrawPixels(GL_DEPTH_STENCIL_EXT, GL_UNSIGNED_INT) failed to generate GL_INVALID_ENUM.

2906e2034c9d674601960a5b586b6e986e6ef04f is the first bad commit
commit 2906e2034c9d674601960a5b586b6e986e6ef04f
Author: Matt Turner <mattst88@gmail.com>
Date:   Fri Nov 30 15:07:18 2012 -0800

    mesa: Return INVALID_OPERATION when type is known but not allowed
    
    INVALID_ENUM is for when the type is simply not known.
    
    Fixes part of es3conform's packed_depth_stencil_error test.
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>

:040000 040000 ec0e217c8cd20171a64021fef2562b5291a5c9a4 a029bdf088bc0510eb3d316bd126fc9c99cf29a3 M	src
bisect run success
Comment 1 Matt Turner 2013-01-23 07:18:28 UTC

*** This bug has been marked as a duplicate of bug 59494 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.