summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_fog.c
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-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-10/+10
2011-04-25mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-07-31swrast: Remove unnecessary headers.Vinson Lee1-1/+0
2010-03-03swrast: Remove _swrast_fog_ci_span and associated codeIan Romanick1-85/+0
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-6/+6
2009-01-30swrast: replace macro with inline functionBrian Paul1-2/+2
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian1-1/+0
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-194/+141
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian1-10/+10
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian1-10/+10
2007-02-01New SWspanarrays attribs[] array.Brian1-9/+9
2006-10-19remove temp codeBrian Paul1-22/+15
2006-10-17fix fog color bugBrian Paul1-3/+18
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-2/+2
2006-09-25Initial work for supporting different renderbuffer color depths at runtime.Brian Paul1-90/+139
2005-09-19additional wrapper updates, bug 4468Brian Paul1-6/+6
2005-01-17use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto)Brian Paul1-3/+3
2004-10-13Fix minor fog / fragment program state bug.Brian Paul1-6/+3
2004-02-17A few more tweaks to fog code.Brian Paul1-4/+8
2004-02-17A bit of an overhaul of the fog code.Brian Paul1-189/+202
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-7/+7
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-10/+16
2002-02-17Simplified fog code.Brian Paul1-146/+80
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul1-92/+7
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul1-4/+4
2002-01-28More span clean-up, mostly texture-related.Brian Paul1-9/+2
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-17/+20
2002-01-21Klaus's latest patches and some clean-upBrian Paul1-13/+73
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-4/+5
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul1-7/+111
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-12/+12
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul1-22/+56
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-28/+17
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-13/+12
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-2/+2
2001-01-03added divide by zero checksBrian Paul1-3/+12
2001-01-03More color macro clean-ups.Brian Paul1-4/+6
2001-01-02minor GLchan-related changesBrian Paul1-9/+22
2000-12-15minor fog clean-ups (Klaus Niederkrueger)Brian Paul1-16/+19
2000-12-13replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)Brian Paul1-2/+2
2000-11-15rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...Brian Paul1-24/+85