summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fog.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-201-1/+1
* mesa: Avoid double promotion.Matt Turner2015-07-291-1/+1
* mesa: trim down some #includesBrian Paul2014-09-101-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+1
* 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: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-1/+0
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-3/+3
* mesa/es: Validate glFog pname in Mesa code rather than the ES wrapperIan Romanick2012-08-291-4/+11
* mesa: Add the basics for the NV_fog_distance extensionNicholas Miell2011-11-011-0/+14
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-0/+5
* mesa: replace macro with functionBrian Paul2011-03-191-8/+13
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee2009-12-081-1/+4
* mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee2009-12-081-2/+4
* mesa: fix some potential uninitialized memory referencesBrian Paul2009-08-131-1/+1
* Committing in .Jouk Jansen2006-03-291-12/+12
* GLSL fixes:Michal Krol2006-03-211-12/+23
* 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-0/+19
* clamp fog colorBrian Paul2003-05-101-8/+6
* Header file clean-up:Brian Paul2002-10-241-5/+1
* added test for EXT_fog_coordBrian Paul2001-05-301-4/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-5/+5
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-8/+6
* Major rework of tnl moduleKeith Whitwell2000-12-261-14/+36
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-103/+1
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-2/+2
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-159/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-2/+2
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-6/+6
* Do per-pixel fog when GL_FOG_HINT is GL_NICEST.Keith Whitwell2000-10-281-6/+6
* restored test for __alpha in _mesa_win_fog_coords_from_z()Brian Paul2000-10-271-3/+4
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-197/+171
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-2/+2
* testKeith Whitwell2000-07-071-2/+1
* testKeith Whitwell2000-07-071-1/+2
* testKeith Whitwell2000-07-071-2/+1