summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-1/+1
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-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-3/+3
2012-08-29mesa/es: Validate glFog pname in Mesa code rather than the ES wrapperIan Romanick1-4/+11
2011-11-01mesa: Add the basics for the NV_fog_distance extensionNicholas Miell1-0/+14
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-0/+5
2011-03-19mesa: replace macro with functionBrian Paul1-8/+13
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee1-1/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee1-2/+4
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul1-1/+1
2006-03-29 Committing in .Jouk Jansen1-12/+12
2006-03-21GLSL fixes:Michal Krol1-12/+23
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-0/+19
2003-05-10clamp fog colorBrian Paul1-8/+6
2002-10-24Header file clean-up:Brian Paul1-5/+1
2001-05-30added test for EXT_fog_coordBrian Paul1-4/+5
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-5/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-5/+5
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-8/+6
2000-12-26Major rework of tnl moduleKeith Whitwell1-14/+36
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-103/+1
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-2/+2
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-159/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-2/+2
2000-10-28New colormac.h file for color-related macros.Brian Paul1-1/+2
2000-10-28Basic work to support deep color channels:Brian Paul1-6/+6
2000-10-28Do per-pixel fog when GL_FOG_HINT is GL_NICEST.Keith Whitwell1-6/+6
2000-10-27restored test for __alpha in _mesa_win_fog_coords_from_z()Brian Paul1-3/+4
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-197/+171
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-2/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-2/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-07-07testKeith Whitwell1-2/+1
2000-07-07testKeith Whitwell1-1/+2
2000-06-05added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul1-1/+3
2000-03-07made gl_make_fog_coords() staticBrian Paul1-2/+3