X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fextensions.h;h=05ad859a27ef595a252818aafe4e7606faa4e2e0;hb=41fff1b9a1b43f25739f41ffc7697405ccb9cccc;hp=9d843a8b6b6d0b52da854d0b7407a3077afffbee;hpb=53f82c5aadbb15585754bfacf3237093eccdb2ce;p=mesa.git diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h index 9d843a8b6b6..05ad859a27e 100644 --- a/src/mesa/main/extensions.h +++ b/src/mesa/main/extensions.h @@ -10,9 +10,9 @@ /* * Mesa 3-D graphics library - * Version: 6.3 + * Version: 6.5.1 * - * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -52,6 +52,8 @@ extern void _mesa_enable_1_5_extensions(GLcontext *ctx); extern void _mesa_enable_2_0_extensions(GLcontext *ctx); +extern void _mesa_enable_2_1_extensions(GLcontext *ctx); + extern void _mesa_enable_extension(GLcontext *ctx, const char *name); extern void _mesa_disable_extension(GLcontext *ctx, const char *name);