summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_fog.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-2/+2
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-241-4/+5
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-6/+6
* 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
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-10/+10
* mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick2011-04-251-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* swrast: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* swrast: Remove _swrast_fog_ci_span and associated codeIan Romanick2010-03-031-85/+0
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-6/+6
* swrast: replace macro with inline functionBrian Paul2009-01-301-2/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-4/+4
* Implement gl_PointCoord attribute for GLSL fragment shaders.Brian2007-10-241-1/+0
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-194/+141
* Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian2007-02-021-10/+10
* New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian2007-02-021-10/+10
* New SWspanarrays attribs[] array.Brian2007-02-011-9/+9
* remove temp codeBrian Paul2006-10-191-22/+15
* fix fog color bugBrian Paul2006-10-171-3/+18
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-2/+2
* Initial work for supporting different renderbuffer color depths at runtime.Brian Paul2006-09-251-90/+139
* additional wrapper updates, bug 4468Brian Paul2005-09-191-6/+6
* use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto)Brian Paul2005-01-171-3/+3
* Fix minor fog / fragment program state bug.Brian Paul2004-10-131-6/+3
* A few more tweaks to fog code.Brian Paul2004-02-171-4/+8
* A bit of an overhaul of the fog code.Brian Paul2004-02-171-189/+202
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-7/+7
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-10/+16
* Simplified fog code.Brian Paul2002-02-171-146/+80
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-92/+7
* More span improvements. Removed _mesa_write_monocolor_span().Brian Paul2002-01-281-4/+4
* More span clean-up, mostly texture-related.Brian Paul2002-01-281-9/+2
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-17/+20
* Klaus's latest patches and some clean-upBrian Paul2002-01-211-13/+73
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-4/+5
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-7/+111
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-12/+12
* fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul2001-06-181-22/+56
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-28/+17
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-13/+12
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* added divide by zero checksBrian Paul2001-01-031-3/+12
* More color macro clean-ups.Brian Paul2001-01-031-4/+6