summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Collapse)AuthorAgeFilesLines
* set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans ↵Brian Paul2000-10-301-4/+6
| | | | weren't set
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-88/+72
| | | | | | | | | | | | | | based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value.
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-7/+6
| | | | | | | | and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-2/+7
| | | | EXT_secondary_color is disabled until we get some dispatch offsets from SGI.
* added GL_ARB_texture_env_addBrian Paul2000-09-251-2/+3
|
* enabled GL_EXT_convolution and GL_ARB_imagingBrian Paul2000-09-021-5/+5
|
* added more extensions testing codeBrian Paul2000-08-301-7/+10
|
* finished compressed texture support (Bill White)Brian Paul2000-08-291-3/+3
|
* added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul2000-06-271-1/+3
|
* added GL_EXT_packed_pixels extension, subset of GL 1.2Brian Paul2000-06-081-1/+2
|
* initial work for GL_NV_blend_square extensionBrian Paul2000-05-301-1/+3
|
* more work on GL_ARB_texture_compressionBrian Paul2000-05-241-2/+6
|
* initial work for GL_ARB_texture_compressionBrian Paul2000-05-231-1/+3
|
* added GL_EXT_blend_func_separateBrian Paul2000-05-221-3/+5
|
* initial code for GL_ARB_texture_cube_mapBrian Paul2000-05-221-1/+3
|
* implemented GL_EXT_histogram extensionBrian Paul2000-05-041-1/+2
|
* work on GL_SGI_color_tableBrian Paul2000-04-171-1/+2
|
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-20/+21
|
* added GL_SGIX/SGIS_pixel_texture extensionBrian Paul2000-04-071-2/+4
|
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-281-2/+2
|
* initial implementation of GL_HP_occlusion_test extensionBrian Paul2000-03-111-2/+4
|
* added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul2000-03-071-6/+26
|
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-3/+4
| | | | | | mechanism. LogicOp state change callback
* 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.kw-mesa-1Keith 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