aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_linetemp.h
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-2/+2
| | | | | | | Completely removed the dirty texture object list. Set texObj->Complete to GL_FALSE to indicate dirty. Made point/line/triangle/quad SWvertex parameters const. Minor code clean-ups.
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-99/+65
| | | | | | with tighter interfaces with the rest of the world. Proper documentation to come.
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+682