mesa/src/mapi/glapi
Paul Berry bc39de8c0b glapi: Fix incorrect enum value.
From http://www.opengl.org/registry/specs/ARB/seamless_cube_map.txt:

    Accepted by the <cap> parameter of Enable, Disable and IsEnabled,
    and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
    and GetDoublev:

    TEXTURE_CUBE_MAP_SEAMLESS                   0x884F

This caused a change in enums.c, which is manually built from the .xml
files.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2012-02-23 09:35:44 -08:00
..
gen glapi: Fix incorrect enum value. 2012-02-23 09:35:44 -08:00
.gitignore glapi: Move to src/mapi/. 2010-05-07 10:41:11 +08: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_gentable.c Regenerate files from previous commits 2011-12-13 16:07:17 -08:00
glapi_getproc.c drivers/x11: unifdef XFree86Server 2010-11-29 17:37:54 -05:00
glapi_mapi_tmp.h glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06: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 glapi: Include GLES2 headers for ES2 extension functions 2012-02-15 14:50:00 -08:00
glapi_sparc.S glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06:00
glapi_x86-64.S glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06:00
glapi_x86.S glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06:00
glapitable.h glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06:00
glapitemp.h glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06:00
glprocs.h glapi: regenerated API files for GL_ARB_texture_storage 2011-10-31 10:52:56 -06: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 Revert "Always build shared glapi" 2012-01-24 11:34:42 -05:00
SConscript scons: Remove references to u_thread.c 2012-01-26 17:29:38 +00:00
sources.mak glapi: Add API that can create a _glapi_table from a dlfcn handle 2011-06-11 21:55:01 -07:00