https://bugs.freedesktop.org/show_bug.cgi?id=35615
Brian Paul <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Brian Paul <[email protected]> 2011-03-24 06:20:52 PDT --- Mesa uses the standard GLES2/gl2.h header from Khronos. GL_VERTEX_ARRAY and GL_TEXTURE_COORD_ARRAY are not defined or used by OpenGL ES 2.0 (please read the ES 2.0 spec). This looks to me like the bug is in VLC. The VLC authors should double-check that their code isn't accidentally using desktop OpenGL features with ES 2.0. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
