replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
[mesa.git] / src / mesa / swrast / s_copypix.c
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2002-12-05 Brian Paulclean-ups, comments
2002-10-30 Brian Pauldon't call abort()
2002-10-24 Brian PaulHeader file clean-up:
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-03-14 Brian Paulfixed pointer arithmetic error in glCopyPixels
2002-02-17 Brian Pauldon't include s_fog.h
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-16 Brian Pauladded another test in regions_overlap() (Klaus)
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-14 Brian Paulvertex program check-in
2001-07-23 Brian PaulGLubyte -> GLchan change
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulfixed two bad casts (Stephane Conversy)
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-18 Brian Paulfix glDraw/CopyPixels w/ fog bug. minor fog code clean...
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
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-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-22 Brian Paulimprovements to regions_overlap() function
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-28 Brian Paulchanged error tests for depth and stencil buffers
2000-11-28 Jouk Jansen Committing in .
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-10 Brian Paulreplaced s_imaging.h with s_histogram.h
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Brian PaulAlways call Driver.SetReadBuffer() in copy pixels funct...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.