summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aalinetemp.h
AgeCommit message (Collapse)Author
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
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.
2000-11-05New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul
GL conformance tests for AA lines (but not tried yet). TODO: improve code sharing with the AA triangle code.