summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-3/+4
* GL_EXT_blend_color is now DEFAULT_ONBrian Paul2000-02-231-3/+3
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-101-1/+2
* removed gl_get_proc_address()Brian Paul1999-12-101-184/+1
* replaced EXT_color_table with EXT_paletted_textureBrian Paul1999-11-121-2/+2
* added GL_EXT_texture_env_add extensionBrian Paul1999-11-121-1/+2
* added gl_extension_is_enabled()Brian Paul1999-11-121-1/+19
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-6/+7
* clean-up of header includes (Daryll)Brian Paul1999-11-081-1/+5
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-134/+129
* Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump1999-10-131-2/+2
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-7/+7
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-8/+7
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-7/+9
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-161-5/+5
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-111-128/+127
* added GL_EXT_get_proc_addressBrian Paul1999-09-111-1/+190
* Initial revisionjtg1999-08-191-0/+196