New implementation of antialiased lines. Mesa should now pass the remaining
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 5 Nov 2000 23:15:16 +0000 (23:15 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 5 Nov 2000 23:15:16 +0000 (23:15 +0000)
commit7798374e472a8fa2f8699d38873e6b8490d853a4
tree5b320550e20335504ee952a909422c08dfea463e
parent14940c4ffe066a8b85bc14274c19ad3d8e334d61
New implementation of antialiased lines.  Mesa should now pass the remaining
GL conformance tests for AA lines (but not tried yet).
TODO: improve code sharing with the AA triangle code.
src/mesa/swrast/s_aaline.c [new file with mode: 0644]
src/mesa/swrast/s_aaline.h [new file with mode: 0644]
src/mesa/swrast/s_aalinetemp.h [new file with mode: 0644]