Dead code elimination and fix bufmgr_fake_wait_idle.
[mesa.git] / src / mesa / swrast / s_pointtemp.h
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
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-02-01 BrianNew SWspanarrays attribs[] array.
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-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint for GLSL compiler changes.
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-18 Brian Paulset lambda to zero for textured points (bug 8320)
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2004-12-16 Brian Pauldon't divide texcoords by q if using a fragment program
2004-12-15 Brian Paulfixes for fragment programs
2004-10-06 Karl Schultz*** empty log message ***
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-04-09 Brian Pauladded SPECULAR flag for sprite point functions
2004-03-09 Brian PaulFix color index mode rendering.
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
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-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-09 Brian Paulfix one-bit error in float->int Z calculation
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-03-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2001-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-07-19 Brian PaulGLchan changes
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-09 Brian Paulmissed a GLfixed->GLfloat fog change
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-01-30 Brian Paulfixed half pixel offset bug in aa point code
2001-01-04 Brian Paulminor bug fixes
2001-01-03 Brian PaulNew point rasterization functions based on template...