summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_tritemp.h
Commit message (Expand)AuthorAgeFilesLines
* swrast: Avoid double promotion.Matt Turner2015-07-291-1/+1
* swrast: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* swrast: Mark MAX_GLUINT literal with u suffix.Matt Turner2015-04-131-1/+1
* mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul2015-02-241-0/+5
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* 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-100/+100
* swast: replace renderbuffer->GetPointer() with _swrast_pixel_address()Brian Paul2011-12-241-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* swrast: Remove support for rendering triangles into a color-index bufferIan Romanick2010-03-031-50/+0
* fix span->facing computation and gl_FrontFacing initializationBrian2007-12-041-5/+4
* fix broken two-sided stencilBrian2007-11-301-4/+5
* fix StepX/StepY typoBrian2007-07-031-1/+1
* simplify INIT_SPAN codeBrian2007-06-291-1/+1
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-472/+158
* fix some StepX/StepY mix-ups in alpha interpolationBrian2007-05-021-6/+6
* s/INTERP_TEX/INTERP_ATTRIBS/Brian2007-04-241-9/+10
* remove SWvertex->fog field, use attrib fieldBrian2007-04-231-6/+6
* Improve the code for interpolating fragment attributes a little. More to com...Brian2007-04-231-26/+12
* fix some CHAN_TYPE==GL_FLOAT breakageRichard Hughes2007-04-071-3/+3
* init span.y=0 to silence warningsBrian2007-04-041-0/+1
* Merge SWvertex texcoord and varying fields into attrib[] array field.Brian2007-02-051-157/+72
* Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian2007-02-021-101/+107
* New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian2007-02-021-40/+40
* only setup varying vars that will be usedBrian2007-01-241-3/+9
* s/attribute/varying/Brian2006-12-211-4/+5
* varying var changesBrian2006-12-151-11/+11
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-1/+1
* More GLSL code:Michal Krol2006-04-111-1/+65
* put braces around RENDER_SPAN macro when called, not when defined. Fixes -pe...Brian Paul2006-03-291-2/+4
* fix color interpolation problem reported on VMSBrian Paul2005-11-151-64/+38
* check span.y >=0 (bug 4842)Brian Paul2005-10-211-1/+4
* Change zLeft and zval to GLuint. Seems to fix 32-bit Z computationBrian Paul2005-09-201-6/+9
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-4/+5
* undef DEPTH_TYPE at endBrian Paul2005-04-221-0/+1
* 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