summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_tritemp.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03swrast: Remove support for rendering triangles into a color-index bufferIan Romanick
2007-12-04fix span->facing computation and gl_FrontFacing initializationBrian
2007-11-30fix broken two-sided stencilBrian
2007-07-03fix StepX/StepY typoBrian
2007-06-29simplify INIT_SPAN codeBrian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-05-02fix some StepX/StepY mix-ups in alpha interpolationBrian
2007-04-24s/INTERP_TEX/INTERP_ATTRIBS/Brian
2007-04-23remove SWvertex->fog field, use attrib fieldBrian
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian
2007-04-07fix some CHAN_TYPE==GL_FLOAT breakageRichard Hughes
2007-04-04init span.y=0 to silence warningsBrian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian
2007-01-24only setup varying vars that will be usedBrian
2006-12-21s/attribute/varying/Brian
2006-12-15varying var changesBrian
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul
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