mesa/src/mapi/glapi
Ian Romanick fb615feafb mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
I don't know of any applications that actually use it.  Now that Mesa
supports GL_ARB_separate_shader_objects in all drivers, this extension
is just cruft.

The entrypoints for the extension remain in the XML.  This is done so
that a new libGL will continue to provide dispatch support for old
drivers that try to expose this extension.

Future patches will add OpenGL ES GL_EXT_separate_shader_objects, but
that's a different thing.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2014-05-02 07:20:10 -07:00
..
gen mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects 2014-05-02 07:20:10 -07:00
tests glapi: Fix build break in 'make check' on non-shared-glapi builds 2014-04-02 11:30:42 -07:00
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
glapi.c glapi: rename u_current dispatch table functions 2014-03-06 07:47:12 -07:00
glapi.h glapi: restore _glthread_GetID() function 2014-03-14 12:12:07 -06:00
glapi_dispatch.c mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00
glapi_entrypoint.c mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00
glapi_getproc.c mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00
glapi_nop.c mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00
glapi_priv.h mesa: update glext.h to version 20130624 2013-06-26 10:43:27 -06:00
Makefile.am configure: Try pkg-config first for libselinux 2014-02-17 21:14:16 +00:00
Makefile.sources glapi/build: Add headers to distribution. 2014-04-07 09:45:26 -07:00
SConscript mesa: remove unneeded glthread.c file 2014-03-03 13:09:00 -07:00