summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_linetemp.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-402/+0
2020-04-21Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker1-1/+1
2015-04-14swrast: replace __FUNCTION__ with __func__Marius Predut1-2/+2
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-2/+2
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-31/+31
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-05swrast: Remove stray comment that mentions ctx->VisualIan Romanick1-1/+0
2010-03-03swrast: Remove support for rendering lines into a color-index bufferIan Romanick1-18/+0
2007-11-30fix broken two-sided stencilBrian1-0/+3
2007-06-29simplify INIT_SPAN codeBrian1-1/+4
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-71/+57
2007-04-24trim down the number of line drawing functions, special casesBrian1-31/+3
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-2/+3
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian1-22/+19
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-3/+4
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-56/+25
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian1-35/+36
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian1-18/+19
2007-01-24only setup varying vars that will be usedBrian1-22/+26
2007-01-06Use GLuint instead of GLint to store intermediate Z values. Fixes problems w...Brian1-5/+6
2006-12-21added INTERP_VARYING codeBrian1-0/+29
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul1-4/+4
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+2
2004-12-15init span.w, dwdx, dwdy in case we're running a fragment programBrian Paul1-3/+7
2004-12-02Fix some warningsAlan Hourihane1-0/+2
2004-03-09Fix color index mode rendering.Brian Paul1-3/+3
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-2/+2
2003-02-25casts to silence g++ warningsBrian Paul1-3/+4
2002-11-15more clean-upsBrian Paul1-25/+16
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul1-365/+195
2002-11-09fix one-bit error in float->int Z calculationBrian Paul1-6/+7
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul1-3/+3
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul1-70/+12
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul1-1/+13
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell1-1/+8
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-15/+15
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-3/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-8/+8
2001-03-08do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul1-2/+14
2001-02-07fixed divide by zero problemBrian Paul1-3/+7
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-2/+2
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-2/+2
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-99/+65