summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_tritemp.h
AgeCommit message (Expand)Author
2006-04-11More GLSL code:Michal Krol
2006-03-29put braces around RENDER_SPAN macro when called, not when defined. Fixes -pe...Brian Paul
2005-11-15fix color interpolation problem reported on VMSBrian Paul
2005-10-21check span.y >=0 (bug 4842)Brian Paul
2005-09-20Change zLeft and zval to GLuint. Seems to fix 32-bit Z computationBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-22undef DEPTH_TYPE at endBrian Paul
2004-12-03silence warningBrian Paul
2004-07-05added cast to fix AIX color interpolation problem (bug 983144)Brian Paul
2004-06-24fix HP occlusion testing when using generic span pathBrian Paul
2004-03-14more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)Brian Paul
2004-03-09Fix color index mode rendering.Brian Paul
2004-02-17A bit of an overhaul of the fog code.Brian Paul
2004-02-17Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoublesBrian Paul
2004-02-15some code clean-upsBrian Paul
2004-02-15Minor clean-ups of variable scopes, initializations, etc.Brian Paul
2003-12-13init vars to silence warningsBrian Paul
2003-09-18s/_backface_sign/_BackfaceSign/Brian Paul
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-16Store partial derivative values in sw_span structure.Brian Paul
2003-03-16use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul
2003-03-16clean-ups, re-org in preparation for fragment program workBrian Paul
2003-03-04fix GLchan=GLfloat problemsBrian Paul
2003-01-20fix IBM CPP warning (Evgeny Kotsuba)Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-11-13moved function declaration into the template, define the NAME to specify the ...Brian Paul
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-08-07re-check-in - something didn't work on the previous check-inBrian Paul
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul
2002-03-16New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul
2002-03-01silence gcc warnings (Marc La France)Brian Paul
2002-01-28Still more texture/span simplification and clean-up.Brian Paul
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul
2001-12-17added some debug printfs (disabled)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-13minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul
2001-09-13replaced some tabs with spacesBrian Paul
2001-08-14Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul
2001-07-26Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-07-14removed unused tiny triangle test codeBrian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul