summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.c
AgeCommit message (Expand)Author
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-28Do per-pixel fog when GL_FOG_HINT is GL_NICEST.Keith Whitwell
2000-10-27restored test for __alpha in _mesa_win_fog_coords_from_z()Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-06-05added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul
2000-03-07made gl_make_fog_coords() staticBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-02minor clean-upsBrian Paul
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian 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-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg