summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_tritemp.h
Commit message (Expand)AuthorAgeFilesLines
* silence warningBrian Paul2004-12-031-1/+1
* added cast to fix AIX color interpolation problem (bug 983144)Brian Paul2004-07-051-14/+14
* fix HP occlusion testing when using generic span pathBrian Paul2004-06-241-4/+0
* more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)Brian Paul2004-03-141-25/+80
* Fix color index mode rendering.Brian Paul2004-03-091-3/+6
* A bit of an overhaul of the fog code.Brian Paul2004-02-171-0/+10
* Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoublesBrian Paul2004-02-171-34/+91
* some code clean-upsBrian Paul2004-02-151-64/+67
* Minor clean-ups of variable scopes, initializations, etc.Brian Paul2004-02-151-29/+51
* init vars to silence warningsBrian Paul2003-12-131-1/+1
* s/_backface_sign/_BackfaceSign/Brian Paul2003-09-181-1/+1
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-11/+34
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-3/+0
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-2/+2
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-2/+2
* Store partial derivative values in sw_span structure.Brian Paul2003-03-161-179/+187
* use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul2003-03-161-156/+80
* clean-ups, re-org in preparation for fragment program workBrian Paul2003-03-161-387/+205
* fix GLchan=GLfloat problemsBrian Paul2003-03-041-5/+5
* fix IBM CPP warning (Evgeny Kotsuba)Brian Paul2003-01-201-3/+6
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-13/+13
* moved function declaration into the template, define the NAME to specify the ...Brian Paul2002-11-131-5/+9
* patches from Gerk Huisma for float-channel renderingBrian Paul2002-10-171-3/+3
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-1/+2
* re-check-in - something didn't work on the previous check-inBrian Paul2002-08-071-164/+164
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-164/+164
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-2/+2
* New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul2002-03-161-92/+57
* silence gcc warnings (Marc La France)Brian Paul2002-03-011-14/+15
* Still more texture/span simplification and clean-up.Brian Paul2002-01-281-9/+19
* More span improvements. Removed _mesa_write_monocolor_span().Brian Paul2002-01-281-3/+2
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-16/+18
* added some debug printfs (disabled)Brian Paul2001-12-171-1/+8
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-5/+7
* add inf and nan tests to swrast functionsKeith Whitwell2001-12-051-2/+2
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-17/+31
* minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul2001-09-131-4/+3
* replaced some tabs with spacesBrian Paul2001-09-131-94/+94
* Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul2001-08-141-26/+33
* Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.Brian Paul2001-07-261-85/+165
* more work on float colors (still not finished)Brian Paul2001-07-141-38/+137
* removed unused tiny triangle test codeBrian Paul2001-07-141-26/+4
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-8/+8
* fixed a +/- typo in the Y coord setupBrian Paul2001-06-131-4/+4
* Snap triangle x,y vertices to 1/16 subpixel positions.Brian Paul2001-06-121-35/+56
* use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul2001-05-161-1/+6
* New triangle rasterization code. Store per-span initial/step values in theBrian Paul2001-05-141-268/+299
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-36/+35
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-16/+16
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-081-6/+23