mesa/src/mapi/glapi
Kristian Høgsberg 3ed8d42853 GLES2: upgrade gl2ext.h to version 18099
Redo this commit, and remove the inclusion of gl2ext.h
from src/mapi/glapi/glapi_priv.h.  The include was added in
8f3be33985 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 <krh@bitplanet.net>
2012-07-04 15:26:22 -04:00
..
gen Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x." 2012-07-04 01:39:52 +02:00
tests glx/tests and mesa/tests: Update .gitignore files. 2012-06-14 10:08:57 -07:00
.gitignore glapi: .gitignore cleanup 2012-06-08 11:18:38 -07:00
glapi.c mapi: Clean up u_current interface. 2010-12-18 15:05:52 +08:00
glapi.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
glapi_dispatch.c glapi: Do not use glapidispatch.h. 2010-10-27 10:06:25 +08:00
glapi_entrypoint.c glapi: Clean up header inclusions. 2010-08-23 18:28:14 +08:00
glapi_getproc.c drivers/x11: unifdef XFree86Server 2010-11-29 17:37:54 -05:00
glapi_nop.c mapi/glapi: Never use a generic no-op entry-point on Windows. 2012-02-02 14:45:24 +00:00
glapi_priv.h GLES2: upgrade gl2ext.h to version 18099 2012-07-04 15:26:22 -04:00
glthread.c glapi: Move public function/variable declarations to glapi.h. 2010-08-21 14:13:59 +08:00
glthread.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
Makefile shared-glapi: Convert to automake 2012-03-19 11:13:06 -04:00
SConscript scons: add code to generate the various GL API files 2012-05-31 09:40:35 -06:00
sources.mak glapi: Add API that can create a _glapi_table from a dlfcn handle 2011-06-11 21:55:01 -07:00