summaryrefslogtreecommitdiffstats
path: root/include/GLES2
Commit message (Collapse)AuthorAgeFilesLines
* GLES2: upgrade gl2ext.h to version 18099Kristian Høgsberg2012-07-041-12/+398
| | | | | | | | | | | | | | | Redo this commit, and remove the inclusion of gl2ext.h from src/mapi/glapi/glapi_priv.h. The include was added in 8f3be339850ead96f9c6200db4e0db1f74e39d13 to fix a missing prototype for glDrawBuffersNV and others, but it's not possible to include both glext.h and gl2ext.h from the same file. I don't see the missing prototype here (with or without shared glapi) so I'm just removing the offending #include. Also, since we're redoing this, update to the most recent gl2ext.2. Signed-off-by: Kristian Høgsberg <[email protected]>
* Revert "GLES2: upgrade gl2ext.h to version 16994."Marek Olšák2012-07-041-372/+12
| | | | | | | | | | | | | | | | This reverts commit 8818b88748bde6de5a4a98ad237c85151b44c774. I get a lot of errors like this one: In file included from ../../../src/mapi/glapi/glapi_priv.h:49:0, from glapi_dispatch.c:40: ../../../include/GLES2/gl2ext.h:1074:28: error: redefinition of typedef ‘PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC’ ../../../include/GL/glext.h:10237:25: note: previous declaration of ‘PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC’ was here This with a clean build (with git clean -fdX). I don't get the errors on my other machine. I didn't investigate why, a wild guess is that this depends on the version of gcc.
* GLES2: upgrade gl2ext.h to version 16994.Gwenole Beauchesne2012-07-031-12/+372
|
* GLES2/gl2ext: upgrade to gl2ext.h version 15049Ian Romanick2011-09-201-19/+354
|
* Update OpenGL ES headers.Chia-I Wu2010-05-313-232/+574
|
* Remove CVS keywords.José Fonseca2008-08-313-3/+0
| | | | | Please remove CVS keywords when importing third-party code into the git repository.
* mesa: WinCE fixesJonathan White2008-07-161-1/+5
|
* egl: updated GL_APIENTRY for WindowsJonathan White2008-07-071-1/+2
|
* gles: Don't define GLAPIENTRY here.José Fonseca2008-06-301-1/+0
|
* egl: Windows updates to the platform.h filesJonathan White2008-06-271-13/+10
|
* egl: added OpenGL ES 2.0 header files in new GLES2 directoryBrian Paul2008-06-043-0/+1114