summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-9/+0
2010-11-09mesa: Clean up header file inclusion in fog.h.Vinson Lee1-1/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-4/+4
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+18
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-5/+1
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-32/+1
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul1-2/+2
2000-10-28Basic work to support deep color channels:Brian Paul1-2/+2
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul1-5/+2
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-5/+23
2000-04-05added extern for gl_fog_coord_stageBrian Paul1-1/+4
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian Paul1-9/+14
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-4/+17
1999-08-19Initial revisionjtg1-0/+51