summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-23GL_EXT_blend_color is now DEFAULT_ONBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-12-10removed gl_get_proc_address()Brian Paul
1999-11-12replaced EXT_color_table with EXT_paletted_textureBrian Paul
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul
1999-11-12added gl_extension_is_enabled()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-13Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-16GL_EXT_get_proc_address clean-upBrian Paul
1999-09-11GL_EXT_get_proc_address clean-upBrian Paul
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-08-19Initial revisionjtg