[Mesa-dev] [Bug 92231] [swrast] piglit gl-1.0-beginend-coverage regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 1 21:13:36 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92231

            Bug ID: 92231
           Summary: [swrast] piglit gl-1.0-beginend-coverage 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 at lists.freedesktop.org
          Reporter: vlee at freedesktop.org
        QA Contact: mesa-dev at lists.freedesktop.org
                CC: brianp at vmware.com, lemody at gmail.com

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 at 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 at intel.com>

:040000 040000 01cfb3f9437ac679e95f9507e0b47516ecec347e
7d921525c01aef94abfb26cc232d225ebe5f50af 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151002/842893cb/attachment.html>


More information about the mesa-dev mailing list