summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fog.h
Commit message (Collapse)AuthorAgeFilesLines
* Basic work to support deep color channels:Brian Paul2000-10-281-2/+2
| | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-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 Whitwell2000-10-271-5/+23
| | | | EXT_secondary_color is disabled until we get some dispatch offsets from SGI.
* added extern for gl_fog_coord_stageBrian Paul2000-04-051-1/+4
|
* changed _gl prefix to _mesa_ on fog functionsBrian Paul2000-02-021-9/+14
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-4/+17
|
* Initial revisionjtg1999-08-191-0/+51