s/GLuint/GLushort/ in read_depth_stencil_image()
[mesa.git] / src / mesa / swrast / s_pointtemp.h
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...