Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans ↵ | Brian Paul | 2000-10-30 | 1 | -4/+6 |
| | | | | weren't set | ||||
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -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.c | Brian Paul | 2000-10-27 | 1 | -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 Whitwell | 2000-10-27 | 1 | -2/+7 |
| | | | | EXT_secondary_color is disabled until we get some dispatch offsets from SGI. | ||||
* | added GL_ARB_texture_env_add | Brian Paul | 2000-09-25 | 1 | -2/+3 |
| | |||||
* | enabled GL_EXT_convolution and GL_ARB_imaging | Brian Paul | 2000-09-02 | 1 | -5/+5 |
| | |||||
* | added more extensions testing code | Brian Paul | 2000-08-30 | 1 | -7/+10 |
| | |||||
* | finished compressed texture support (Bill White) | Brian Paul | 2000-08-29 | 1 | -3/+3 |
| | |||||
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -1/+3 |
| | |||||
* | added GL_EXT_packed_pixels extension, subset of GL 1.2 | Brian Paul | 2000-06-08 | 1 | -1/+2 |
| | |||||
* | initial work for GL_NV_blend_square extension | Brian Paul | 2000-05-30 | 1 | -1/+3 |
| | |||||
* | more work on GL_ARB_texture_compression | Brian Paul | 2000-05-24 | 1 | -2/+6 |
| | |||||
* | initial work for GL_ARB_texture_compression | Brian Paul | 2000-05-23 | 1 | -1/+3 |
| | |||||
* | added GL_EXT_blend_func_separate | Brian Paul | 2000-05-22 | 1 | -3/+5 |
| | |||||
* | initial code for GL_ARB_texture_cube_map | Brian Paul | 2000-05-22 | 1 | -1/+3 |
| | |||||
* | implemented GL_EXT_histogram extension | Brian Paul | 2000-05-04 | 1 | -1/+2 |
| | |||||
* | work on GL_SGI_color_table | Brian Paul | 2000-04-17 | 1 | -1/+2 |
| | |||||
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -20/+21 |
| | |||||
* | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul | 2000-04-07 | 1 | -2/+4 |
| | |||||
* | Implemented support for the HP occlusion test extension (osmesa and X) | Randy Frank | 2000-03-28 | 1 | -2/+2 |
| | |||||
* | initial implementation of GL_HP_occlusion_test extension | Brian Paul | 2000-03-11 | 1 | -2/+4 |
| | |||||
* | added GL_EXT_texture_lod_bias extension (Michael Vance) | Brian Paul | 2000-03-07 | 1 | -6/+26 |
| | |||||
* | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell | 2000-02-25 | 1 | -3/+4 |
| | | | | | | mechanism. LogicOp state change callback | ||||
* | GL_EXT_blend_color is now DEFAULT_ON | Brian Paul | 2000-02-23 | 1 | -3/+3 |
| | |||||
* | implemented GL_ARB_tranpose_matrix | Brian Paul | 1999-12-10 | 1 | -1/+2 |
| | |||||
* | removed gl_get_proc_address() | Brian Paul | 1999-12-10 | 1 | -184/+1 |
| | |||||
* | replaced EXT_color_table with EXT_paletted_texture | Brian Paul | 1999-11-12 | 1 | -2/+2 |
| | |||||
* | added GL_EXT_texture_env_add extension | Brian Paul | 1999-11-12 | 1 | -1/+2 |
| | |||||
* | added gl_extension_is_enabled() | Brian Paul | 1999-11-12 | 1 | -1/+19 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -6/+7 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -1/+5 |
| | |||||
* | removed GL_EXT_get_proc_address | Brian Paul | 1999-10-16 | 1 | -134/+129 |
| | |||||
* | Fixed parameter type for notify function pointer parameter to gl_extensions_add | Ted Jump | 1999-10-13 | 1 | -2/+2 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -7/+7 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -8/+7 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -7/+9 |
| | |||||
* | GL_EXT_get_proc_address clean-up | Brian Paul | 1999-09-16 | 1 | -5/+5 |
| | |||||
* | GL_EXT_get_proc_address clean-up | Brian Paul | 1999-09-11 | 1 | -128/+127 |
| | |||||
* | added GL_EXT_get_proc_address | Brian Paul | 1999-09-11 | 1 | -1/+190 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+196 |