more clean-ups
[mesa.git] / src / mesa / swrast / s_pointtemp.h
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...