Age | Commit message (Expand) | Author |
---|---|---|
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2002-02-02 | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-02-13 | fixed an assertion | Brian Paul |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | 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 |