Age | Commit message (Expand) | Author |
---|---|---|
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul |
2002-08-07 | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul |
2002-04-19 | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul |
2002-02-02 | Converted line drawing over to new span code, pb no longer used. | Brian Paul |
2002-01-31 | Clean-up and optimize alpha test code. | Brian Paul |
2002-01-28 | More span clean-up, mostly texture-related. | Brian Paul |
2002-01-27 | LOTS of changes, building upon Klaus's work. | Brian Paul |
2002-01-21 | Klaus's latest patches and some clean-up | Brian Paul |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-10-31 | Moved software rasterizer functionality to new directory. | Keith Whitwell |