summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.h
AgeCommit message (Expand)Author
2010-11-09mesa: Clean up header file inclusion in fog.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-04-05added extern for gl_fog_coord_stageBrian 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-08-19Initial revisionjtg