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

            Bug ID: 106462
           Summary: piglit.spec.arb_vertex_array_bgra.get regression
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: Mesa core
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Standard Output

/tmp/build_root/m64/lib/piglit/bin/arb_vertex_array_bgra-get -auto

Standard Error

glGetIntegerv(GL_COLOR_ARRAY_SIZE) returned 225, GL_BGRA expected
glGetIntegerv(GL_SECONDARY_COLOR_ARRAY_SIZE) returned 225, GL_BGRA expected


Bisected to:
d07466fe18522cde1acadfc597583f80b69c15b7
Author:     Brian Paul <[email protected]>

mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs

The vertex array Size and Stride attributes are now ubyte and short,
respectively.  The glGet code needed to be updated to handle those
types, but wasn't.

Fixes the new piglit test gl-1.5-get-array-attribs test.

v2: fix inadvertant whitespace change, change COLOR_ARRAY_SIZE to UBYTE,
misc fixes suggested by Justin

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106450
Fixes: d5f42f96e16 ("mesa: shrink size of gl_array_attributes (v2)")
Cc: [email protected]
Reviewed-by: Mathias Fröhlich <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to