Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -2/+2 |
| | | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX | ||||
* | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul | 2000-10-27 | 1 | -5/+2 |
| | | | | | | | | 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 | -5/+23 |
| | | | | EXT_secondary_color is disabled until we get some dispatch offsets from SGI. | ||||
* | added extern for gl_fog_coord_stage | Brian Paul | 2000-04-05 | 1 | -1/+4 |
| | |||||
* | changed _gl prefix to _mesa_ on fog functions | Brian Paul | 2000-02-02 | 1 | -9/+14 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -4/+17 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+51 |