diff options
Diffstat (limited to 'mesalib/src/mapi/glapi/glapi_priv.h')
-rwxr-xr-x[-rw-r--r--] | mesalib/src/mapi/glapi/glapi_priv.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mesalib/src/mapi/glapi/glapi_priv.h b/mesalib/src/mapi/glapi/glapi_priv.h index 337913acc..331435050 100644..100755 --- a/mesalib/src/mapi/glapi/glapi_priv.h +++ b/mesalib/src/mapi/glapi/glapi_priv.h @@ -99,19 +99,8 @@ get_entrypoint_address(unsigned int functionOffset); #endif -/** - * Number of extension functions which we can dynamically add at runtime. - * - * Number of extension functions is also subject to the size of backing exec - * mem we allocate. For the common case of dispatch stubs with size 16 bytes, - * the two limits will be hit simultaneously. For larger dispatch function - * sizes, MAX_EXTENSION_FUNCS is effectively reduced. - */ -#define MAX_EXTENSION_FUNCS 256 - #ifdef __cplusplus } #endif - #endif |