[Mesa-dev] [Bug 35615] New: symbols missing in GLES2/gl2.h
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 24 00:40:18 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=35615
Summary: symbols missing in GLES2/gl2.h
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: niels_ole at salscheider-online.de
When I try to build VLC master, I get the following error:
opengl.c: In function 'vout_display_opengl_Display':
opengl.c:471:5: error: implicit declaration of function 'glEnableClientState'
opengl.c:471:25: error: 'GL_VERTEX_ARRAY' undeclared (first use in this
function)
opengl.c:471:25: note: each undeclared identifier is reported only once for
each function it appears in
opengl.c:472:25: error: 'GL_TEXTURE_COORD_ARRAY' undeclared (first use in this
function)
opengl.c:473:5: error: implicit declaration of function 'glVertexPointer'
opengl.c:474:5: error: implicit declaration of function 'glTexCoordPointer'
According to this bug report (http://trac.videolan.org/vlc/ticket/4553) I found
in VLC's bug tracker, it seems to be Mesa's fault since GLES2/gl2.h should have
glEnableClientState, glVertexPointer, glTexCoordPointer, GL_VERTEX_ARRAY,
GL_TEXTURE_COORD_ARRAY and probably some more.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list