summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2000-11-28changed error tests for depth and stencil buffersBrian Paul
2000-11-28fixed parameter mis-ordering bug in Driver.StencilSpan callsBrian Paul
2000-11-28 Committing in .Jouk Jansen
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-28fixed a convolution pixel store bugBrian Paul
2000-11-22 Modified Files:Jouk Jansen
2000-11-22 Committing in .Jouk Jansen
2000-11-21minor clean-ups (Klaus Niederkrueger)Brian Paul
2000-11-21minor clean-upsBrian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul
2000-11-15rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...Brian Paul
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10replaced s_imaging.h with s_histogram.hBrian Paul
2000-11-10renamed to histogramBrian Paul
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-11-05hooked in new AA line code, minor clean-upBrian Paul
2000-11-05New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell
2000-10-31Always call Driver.SetReadBuffer() in copy pixels functions, just to be safeBrian Paul
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell