mesa/src/mapi/glapi
Paul Berry dd3218d73b dispatch: Include GLES1-only functions in dispatch table.
Previously dispatch table-related code was generated from gl_API.xml,
so it did not include slots for GLES1-only functions (such as those
taking fixed-point arguments).

This patch generates dispatch table-related code from
gl_and_es_API.xml, so that GLES1-only functions are included.  This
paves the way for future patches that will unify the GLES1 dispatch
table with the dispatch tables for the other APIs.

The following generated files are affected:
- glapi_x86.S
- glapi_x86-64.S
- glapi_sparc.S
- glprocs.h
- glapitemp.h
- glapitable.h
- glapi_gentable.c
- dispatch.h
- remap_helper.h

Since this change affects makefiles, a full rebuild is required.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>

v2: Adjust dependencies to ensure that generated files will be rebuilt
whenever any ES-related XML source files are changed.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-01 11:23:22 -07:00
..
gen dispatch: Include GLES1-only functions in dispatch table. 2012-11-01 11:23:22 -07:00
tests dispatch: Include glheader.h in dispatch-related files. 2012-11-01 11:22:24 -07:00
.gitignore automake: convert libglapi 2012-07-13 12:44:07 +01: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 Use the correct macro _WIN32 for Windows. 2012-09-05 22:14:32 -07:00
glapi_entrypoint.c build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition 2012-10-01 15:23:04 -07:00
glapi_getproc.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07: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.am build/glapi: fix includes for generated files 2012-08-13 12:24:31 -07:00
SConscript dispatch: Include GLES1-only functions in dispatch table. 2012-11-01 11:23:22 -07:00
sources.mak Rename X86-64_API -> X86_64_API 2012-07-13 12:44:05 +01:00