| Commit message (Expand) | Author | Age | Files | Lines |
* | fix span->facing computation and gl_FrontFacing initialization | Brian | 2007-12-04 | 1 | -5/+4 |
* | fix broken two-sided stencil | Brian | 2007-11-30 | 1 | -4/+5 |
* | fix StepX/StepY typo | Brian | 2007-07-03 | 1 | -1/+1 |
* | simplify INIT_SPAN code | Brian | 2007-06-29 | 1 | -1/+1 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -472/+158 |
* | fix some StepX/StepY mix-ups in alpha interpolation | Brian | 2007-05-02 | 1 | -6/+6 |
* | s/INTERP_TEX/INTERP_ATTRIBS/ | Brian | 2007-04-24 | 1 | -9/+10 |
* | remove SWvertex->fog field, use attrib field | Brian | 2007-04-23 | 1 | -6/+6 |
* | Improve the code for interpolating fragment attributes a little. More to com... | Brian | 2007-04-23 | 1 | -26/+12 |
* | fix some CHAN_TYPE==GL_FLOAT breakage | Richard Hughes | 2007-04-07 | 1 | -3/+3 |
* | init span.y=0 to silence warnings | Brian | 2007-04-04 | 1 | -0/+1 |
* | Merge SWvertex texcoord and varying fields into attrib[] array field. | Brian | 2007-02-05 | 1 | -157/+72 |
* | Replace color, z, w, texture interpolants with new generic attrib interpolants. | Brian | 2007-02-02 | 1 | -101/+107 |
* | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian | 2007-02-02 | 1 | -40/+40 |
* | only setup varying vars that will be used | Brian | 2007-01-24 | 1 | -3/+9 |
* | s/attribute/varying/ | Brian | 2006-12-21 | 1 | -4/+5 |
* | varying var changes | Brian | 2006-12-15 | 1 | -11/+11 |
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -1/+1 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -1/+65 |
* | put braces around RENDER_SPAN macro when called, not when defined. Fixes -pe... | Brian Paul | 2006-03-29 | 1 | -2/+4 |
* | fix color interpolation problem reported on VMS | Brian Paul | 2005-11-15 | 1 | -64/+38 |
* | check span.y >=0 (bug 4842) | Brian Paul | 2005-10-21 | 1 | -1/+4 |
* | Change zLeft and zval to GLuint. Seems to fix 32-bit Z computation | Brian Paul | 2005-09-20 | 1 | -6/+9 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -4/+5 |
* | undef DEPTH_TYPE at end | Brian Paul | 2005-04-22 | 1 | -0/+1 |
* | silence warning | Brian Paul | 2004-12-03 | 1 | -1/+1 |
* | added cast to fix AIX color interpolation problem (bug 983144) | Brian Paul | 2004-07-05 | 1 | -14/+14 |
* | fix HP occlusion testing when using generic span path | Brian Paul | 2004-06-24 | 1 | -4/+0 |
* | more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad) | Brian Paul | 2004-03-14 | 1 | -25/+80 |
* | Fix color index mode rendering. | Brian Paul | 2004-03-09 | 1 | -3/+6 |
* | A bit of an overhaul of the fog code. | Brian Paul | 2004-02-17 | 1 | -0/+10 |
* | Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles | Brian Paul | 2004-02-17 | 1 | -34/+91 |
* | some code clean-ups | Brian Paul | 2004-02-15 | 1 | -64/+67 |
* | Minor clean-ups of variable scopes, initializations, etc. | Brian Paul | 2004-02-15 | 1 | -29/+51 |
* | init vars to silence warnings | Brian Paul | 2003-12-13 | 1 | -1/+1 |
* | s/_backface_sign/_BackfaceSign/ | Brian Paul | 2003-09-18 | 1 | -1/+1 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -11/+34 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -3/+0 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -2/+2 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -2/+2 |
* | Store partial derivative values in sw_span structure. | Brian Paul | 2003-03-16 | 1 | -179/+187 |
* | use TEX_UNIT_LOOP macro to coalesce some code | Brian Paul | 2003-03-16 | 1 | -156/+80 |
* | clean-ups, re-org in preparation for fragment program work | Brian Paul | 2003-03-16 | 1 | -387/+205 |
* | fix GLchan=GLfloat problems | Brian Paul | 2003-03-04 | 1 | -5/+5 |
* | fix IBM CPP warning (Evgeny Kotsuba) | Brian Paul | 2003-01-20 | 1 | -3/+6 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -13/+13 |
* | moved function declaration into the template, define the NAME to specify the ... | Brian Paul | 2002-11-13 | 1 | -5/+9 |
* | patches from Gerk Huisma for float-channel rendering | Brian Paul | 2002-10-17 | 1 | -3/+3 |
* | finished up GL_EXT_stencil_two_side | Brian Paul | 2002-10-02 | 1 | -1/+2 |
* | re-check-in - something didn't work on the previous check-in | Brian Paul | 2002-08-07 | 1 | -164/+164 |