Commit graph

3 commits

Author SHA1 Message Date
Kyle Brenneman 012fe39e79 Remove a couple of duplicate typedefs.
In GL/gl.h, remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC, and the
GL_OES_EGL_image section.

PFNGLBLENDCOLORPROC and PFNGLBLENDEQUATIONPROC are defined in GL/glext.h in the
GL_VERSION_1_4 section.

GL_OES_EGL_image is defined in GLES/glext.h and GLES2/gl2ext.h, and the
GLeglImageOES typedef is also defined in GL/glext.h under
GL_EXT_EGL_image_storage.
2018-10-04 09:53:25 -06:00
Brian Nguyen 09300ed6b1 Remove redundant GLfixed typedef
This typedef is already defined in GL/glext.h and GLES/gl.h; including
this redundant typedef may lead to build errors.

Signed-off-by: Brian Nguyen <brnguyen@nvidia.com>
2013-11-25 15:32:11 -08:00
Brian Nguyen 535b1cb0ab Add mesa headers from git commit fa7829c36b78b8ecc42238cbc0a02d1059320c77 2013-08-26 11:03:42 -07:00