Template work
[mesa.git] / src / mesa / swrast / s_copypix.c
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.