Bug 68209 - piglit glean vertArrayBGRA regression
Summary: piglit glean vertArrayBGRA regression
Status: RESOLVED NOTOURBUG
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-08-17 01:09 UTC by Vinson Lee
Modified: 2013-08-17 03:37 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2013-08-17 01:09:59 UTC
mesa: aafb0f9e06a0e08ebb38a92ce2090739d380df71 (master)

$ ./bin/glean -t vertArrayBGRA --quick
Mesa: User error: GL_INVALID_OPERATION in glColorPointer(size=GL_BGRA and type=GL_FLOAT)
vertArrayBGRA: Error: glColorPointer(size=GL_BGRA, type=GL_FLOAT) did not generate expected error.
vertArrayBGRA:  FAIL rgba8, db, z24, s8, accrgba16, win+pmap, id 33

0e7a61a29f883c63a5439ac16edffffdeba3aaf4 is the first bad commit
commit 0e7a61a29f883c63a5439ac16edffffdeba3aaf4
Author: Fredrik Höglund <fredrik@kde.org>
Date:   Fri Apr 12 17:36:06 2013 +0200

    mesa: Update the BGRA vertex array error handling

    The error code was changed from INVALID_VALUE to INVALID_OPERATION
    in OpenGL 3.3. We should also generate an error when size is BGRA
    and normalized is FALSE.

    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>

:040000 040000 c8835c9734b2a932e4b0c627e578ad9e3f098896 0c3b681983edb9700474957f91d656b66e95a7c9 M      src
bisect run success
Comment 1 Ian Romanick 2013-08-17 02:37:57 UTC
There are patches for the piglit test pending.  Mesa was changed to generate the correct OpenGL 3.3 error, and piglit just hasn't caught up yet.

See also bug #67925.
Comment 2 Kenneth Graunke 2013-08-17 03:37:18 UTC
I don't believe there are patches pending for the Glean test, though.  It needs to be fixed too.


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.