Bug 92231 - [swrast] piglit gl-1.0-beginend-coverage regression
Summary: [swrast] piglit gl-1.0-beginend-coverage regression
Status: RESOLVED DUPLICATE of bug 92216
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: mesa-dev
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks:
 
Reported: 2015-10-02 04:13 UTC by Vinson Lee
Modified: 2015-10-02 05:41 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2015-10-02 04:13:36 UTC
mesa: b3f9c5cc0fab6d770d220efd87ba3746c6673875 (master 11.1.0-devel)

$ ./bin/gl-1.0-beginend-coverage -auto -fbo
[...]
testing glTexParameterf()
  Testing within begin/end
Unexpected GL error: GL_INVALID_FRAMEBUFFER_OPERATION 0x506
(Error at tests/spec/gl-1.0/beginend-coverage.c:686)
Expected GL error: GL_INVALID_OPERATION 0x502
PIGLIT: {"subtest": {"glTexParameterf" : "fail"}}

c277fa394087272c79d65fc308d268fc768b91e5 is the first bad commit
commit c277fa394087272c79d65fc308d268fc768b91e5
Author: Brian Paul <brianp@vmware.com>
Date:   Wed Sep 30 11:29:13 2015 -0600

    mesa: consolidate texture binding code
    
    Before, we were doing the actual _mesa_reference_texobj() call and
    ctx->Driver.BindTexture() and misc housekeeping in three different
    places.  This consolidates the common code in a new bind_texture()
    function.
    
    Reviewed-by: Tapani Pälli <tapani.palli@intel.com>

:040000 040000 01cfb3f9437ac679e95f9507e0b47516ecec347e 7d921525c01aef94abfb26cc232d225ebe5f50af M	src
bisect run success
Comment 1 Tapani Pälli 2015-10-02 05:41:00 UTC

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


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.