Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-20 | gallium: re-fix some msvc warnings | Brian | |
2008-02-18 | gallium: antialiased line drawing | Brian | |
New draw/prim stage: draw_aaline. When installed, lines are replaced by textured quads to do antialiasing. The current user-defined fragment shader is modified to do a texture fetch and modulate fragment alpha. |