summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fog.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-9/+0
* mesa: Clean up header file inclusion in fog.h.Vinson Lee2010-11-091-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-4/+4
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+18
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* Committing in .Jouk Jansen2000-11-221-6/+6
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-5/+1
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-32/+1
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-2/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-2/+2
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-5/+2
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-5/+23
* 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