[Piglit] [PATCH 11/14] arb_direct_state_access: Add a test for glGetVertexArray*iv

Fredrik Höglund fredrik at kde.org
Fri Apr 3 05:08:11 PDT 2015


On Thursday 02 April 2015, Ilia Mirkin wrote:
> On Thu, Apr 2, 2015 at 1:53 PM, Laura Ekstrand <laura at jlekstrand.net> wrote:
> > On Tue, Mar 31, 2015 at 10:26 AM, Fredrik Höglund <fredrik at kde.org> wrote:
> >> +               {
> >> +                       GL_VERTEX_ATTRIB_ARRAY_LONG,
> >> +                       piglit_is_extension_supported(
> >> +                               "GL_ARB_vertex_array_64bit"),
> >> +               },
> >
> > Have you filed a bug against the spec about the inconsistency in which
> > params GetVertexArrayIndexediv accepts?  (If not, I can do that.) I would
> > also leave a comment here about it, because I had initially forgotten that
> > the following params (except relative offset) were allowed because of the
> > spec inconsistency you found.
> 
> And presumably you want GL_ARB_vertex_attrib_64bit? Not aware of a
> GL_ARB_vertex_array_64bit.

Oh, right.  It would be nice if they could use consistent names
for these extensions.

Fredrik



More information about the Piglit mailing list