Merge Mesa 3.4 test for operating system support for SSE.
[mesa.git] / src / mesa / swrast /
2000-11-28 Brian Paulchanged error tests for depth and stencil buffers
2000-11-28 Brian Paulfixed parameter mis-ordering bug in Driver.StencilSpan...
2000-11-28 Jouk Jansen Committing in .
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-28 Brian Paulfixed a convolution pixel store bug
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Committing in .
2000-11-21 Brian Paulminor clean-ups (Klaus Niederkrueger)
2000-11-21 Brian Paulminor clean-ups
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-15 Brian Paulrewrite of _mesa_win_fog_coords_from_z() so that both...
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulreplaced s_imaging.h with s_histogram.h
2000-11-10 Brian Paulrenamed to histogram
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Brian Paulhooked in new AA line code, minor clean-up
2000-11-05 Brian PaulNew implementation of antialiased lines. Mesa should...
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.