added dispatch override mechanism, used by trace extension
[mesa.git] / src / mesa / swrast / s_copypix.c
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.