summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_tritemp.h
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-100/+100
2011-12-24swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-03-03swrast: Remove support for rendering triangles into a color-index bufferIan Romanick1-50/+0
2007-12-04fix span->facing computation and gl_FrontFacing initializationBrian1-5/+4
2007-11-30fix broken two-sided stencilBrian1-4/+5
2007-07-03fix StepX/StepY typoBrian1-1/+1
2007-06-29simplify INIT_SPAN codeBrian1-1/+1
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-472/+158
2007-05-02fix some StepX/StepY mix-ups in alpha interpolationBrian1-6/+6
2007-04-24s/INTERP_TEX/INTERP_ATTRIBS/Brian1-9/+10
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-6/+6
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian1-26/+12
2007-04-07fix some CHAN_TYPE==GL_FLOAT breakageRichard Hughes1-3/+3
2007-04-04init span.y=0 to silence warningsBrian1-0/+1
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-157/+72
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian1-101/+107
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian1-40/+40
2007-01-24only setup varying vars that will be usedBrian1-3/+9
2006-12-21s/attribute/varying/Brian1-4/+5
2006-12-15varying var changesBrian1-11/+11
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2006-04-11More GLSL code:Michal Krol1-1/+65
2006-03-29put braces around RENDER_SPAN macro when called, not when defined. Fixes -pe...Brian Paul1-2/+4
2005-11-15fix color interpolation problem reported on VMSBrian Paul1-64/+38
2005-10-21check span.y >=0 (bug 4842)Brian Paul1-1/+4
2005-09-20Change zLeft and zval to GLuint. Seems to fix 32-bit Z computationBrian Paul1-6/+9
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-4/+5
2005-04-22undef DEPTH_TYPE at endBrian Paul1-0/+1
2004-12-03silence warningBrian Paul1-1/+1
2004-07-05added cast to fix AIX color interpolation problem (bug 983144)Brian Paul1-14/+14
2004-06-24fix HP occlusion testing when using generic span pathBrian Paul1-4/+0
2004-03-14more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)Brian Paul1-25/+80
2004-03-09Fix color index mode rendering.Brian Paul1-3/+6
2004-02-17A bit of an overhaul of the fog code.Brian Paul1-0/+10
2004-02-17Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoublesBrian Paul1-34/+91
2004-02-15some code clean-upsBrian Paul1-64/+67
2004-02-15Minor clean-ups of variable scopes, initializations, etc.Brian Paul1-29/+51
2003-12-13init vars to silence warningsBrian Paul1-1/+1
2003-09-18s/_backface_sign/_BackfaceSign/Brian Paul1-1/+1
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-11/+34
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-3/+0
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-2/+2
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-2/+2
2003-03-16Store partial derivative values in sw_span structure.Brian Paul1-179/+187
2003-03-16use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul1-156/+80