« Return to Thread: bug in piglit vbo-map-remap.c test?

Re: bug in piglit vbo-map-remap.c test?

by Eric Anholt-4 :: Rate this Message:

Reply to Author | View in Thread

On Thu, 2009-07-02 at 22:20 -0700, Vinson Lee wrote:
> I believe there's a bug in the piglit vbo-map-remap.c test. The test
> fails for me with a GL_INVALID_ENUM error that comes from
> glEnable(GL_VERTEX_ARRAY). GL_VERTEX_ARRAY is a client-side capability
> so the error seems valid.

Mesa's been accepting array enums in Enable/Disable as if it was
Enable/DisableClientState since the initial revision in CVS, it looks
like.  If this is in fact invalid and other vendors throw errors on it,
I'd like to see Mesa follow suit.

However, tests should be strict in what they test, so please apply.

--
Eric Anholt
eric@...                         eric.anholt@...




------------------------------------------------------------------------------

_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

signature.asc (204 bytes) Download Attachment

 « Return to Thread: bug in piglit vbo-map-remap.c test?