summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-1916-188/+269
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-163-10/+3
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-151-11/+11
* rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...Brian Paul2000-11-151-24/+85
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-142-22/+8
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-1320-173/+292
* replaced s_imaging.h with s_histogram.hBrian Paul2000-11-101-2/+2
* renamed to histogramBrian Paul2000-11-101-106/+0
* minor changes to silence compiler warningsBrian Paul2000-11-105-23/+31
* hooked in new AA line code, minor clean-upBrian Paul2000-11-051-181/+53
* New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul2000-11-053-0/+871
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-0533-2104/+2578
* Always call Driver.SetReadBuffer() in copy pixels functions, just to be safeBrian Paul2000-10-311-2/+16
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-3144-0/+21081