mesa/src/mapi/glapi
Ian Romanick 6db7cf29b5 glapi: Remove GL_NV_register_combiners from the dispatch table
There is no GLX protocol for these functions.  No open-source Linux
driver has ever supported this extension, and it seems unlikely at
this point that one ever will.  There's no reason to have slots for
these functions in the dispatch table.

The unit tests (GetProcAddress::TableDidntShrink and others) are also updated.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
2012-06-13 13:17:56 -07:00
..
gen glapi: Remove GL_NV_register_combiners from the dispatch table 2012-06-13 13:17:56 -07:00
tests glapi: Remove GL_NV_register_combiners from the dispatch table 2012-06-13 13:17:56 -07:00
.gitignore glapi: .gitignore cleanup 2012-06-08 11:18:38 -07:00
glapi.c
glapi.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
glapi_dispatch.c
glapi_entrypoint.c
glapi_getproc.c
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 glapi: Include GLES2 headers for ES2 extension functions 2012-02-15 14:50:00 -08:00
glthread.c
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