mesa: point size arrays
[mesa.git] / src / mesa / swrast / s_linetemp.h
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-30 Briansimplify INIT_SPAN code
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-04-24 Briantrim down the number of line drawing functions, special...
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 BrianImprove the code for interpolating fragment attributes...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2007-02-02 BrianReplace color, z, w, texture interpolants with new...
2007-02-02 BrianNew span attrStart/attrStepX/attrStepY fields to replac...
2007-01-24 Brianonly setup varying vars that will be used
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-06 BrianUse GLuint instead of GLint to store intermediate Z...
2006-12-22 Brianadded INTERP_VARYING code
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-15 Brian Paulinit span.w, dwdx, dwdy in case we're running a fragmen...
2004-12-02 Alan HourihaneFix some warnings
2004-03-09 Brian PaulFix color index mode rendering.
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-02-25 Brian Paulcasts to silence g++ warnings
2002-11-15 Brian Paulmore clean-ups
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-09 Brian Paulfix one-bit error in float->int Z calculation
2002-03-19 Brian Paulfix Intel C compiler warnings (Gerk Huisma)
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-01-16 Brian Paulchanged PB (pixel buffer) to use texcoord[4] array
2001-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-02-07 Brian Paulfixed divide by zero problem
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.