Bug 72326 - [swrast] piglit glean pbo regression
Summary: [swrast] piglit glean pbo regression
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks: 79039
  Show dependency treegraph
 
Reported: 2013-12-04 23:14 UTC by Vinson Lee
Modified: 2016-07-09 00:10 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2013-12-04 23:14:16 UTC
mesa: 314ccf69016d0025ce251155553cc448159a3b10 (master)

$ ./bin/glean -t pbo --quick
FAILURE: glDrawPixels failed (at tpbo.cpp:317)
  got (0, 1) = [0, 0, 0], should be [1, 1, 1]
Mesa: User error: GL_INVALID_OPERATION in glDrawPixels(invalid PBO access)
Mesa: User error: GL_INVALID_OPERATION in glReadPixels(out of bounds PBO access)
pbo:  FAIL rgba8, db, z24, s8, win+pmap, id 33
	7 tests passed, 1 tests failed.


a43b49dfb13dc7e6d2d6d7ceee892077038d7102 is the first bad commit
commit a43b49dfb13dc7e6d2d6d7ceee892077038d7102
Author: Dave Airlie <airlied@redhat.com>
Date:   Wed Nov 13 12:53:52 2013 +1000

    mesa/swrast: fix inverted front buffer rendering with old-school swrast
    
    I've no idea when this broke, but we have some people who wanted it fixed,
    so here's my attempt.
    
    reproducer, run readpix with swrast hit f, or run trival tri -sb things are
    upside down, after this patch they aren't.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=62142
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66213
    
    Cc: <mesa-stable@lists.freedesktop.org>"
    Signed-off-by: Dave Airlie <airlied@redhat.com>

:040000 040000 70e437e84fa67556a6469a8bf75277a6ec07e8a6 a307a4bc1dcb80aae42897ce27b7771dd8760f4f M	src
bisect run success
Comment 1 Vinson Lee 2014-03-02 03:33:01 UTC
mesa: fc25956badb8e1932cc19d8c97b4be16e92dfc65 (master 10.2.0-devel)

The swrast glean pbo regression is still present.
Comment 2 Vinson Lee 2014-09-12 22:48:42 UTC
mesa: d13d2fd16132f351ec7c8184f165faeac3b31bb4 (master 10.4.0-devel)

Regression is still present.
Comment 3 Vinson Lee 2016-03-22 02:33:05 UTC
glean pbo is now longer a valid piglit test.


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.