diff options
author | George Sapountzis <[email protected]> | 2010-03-09 22:03:24 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-09 22:04:51 +0200 |
commit | 2c8b5ffed9a787e896b540a95be48ef401d5f007 (patch) | |
tree | e42562382efd8a91294d12148fc0b048bf48d8e7 /src/mesa/glapi/glapi.h | |
parent | fe14868d96d4820dba73c3a507d191b8a73c6870 (diff) |
glapi: mv table functions to glapi_getproc.c and add local header
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 1ca2e4beff1..7dcf2e8910b 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -165,29 +165,8 @@ extern _glapi_proc _glapi_get_proc_address(const char *funcName); -/** - * GL API local functions and defines - */ - -extern void -init_glapi_relocs_once(void); - -extern void -_glapi_check_table_not_null(const struct _glapi_table *table); - - -extern void -_glapi_check_table(const struct _glapi_table *table); - - extern const char * _glapi_get_proc_name(unsigned int offset); -/* - * Number of extension functions which we can dynamically add at runtime. - */ -#define MAX_EXTENSION_FUNCS 300 - - #endif |