Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-23 | sis: Remove unnecessary headers. | Vinson Lee | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | |
Each array element is now a BUFFER_x token rather than a BUFFER_BIT_x bitmask. The number of active color buffers is specified by _NumColorDrawBuffers. This builds on the previous DrawBuffer changes and will help with drivers implementing GL_ARB_draw_buffers. | |||
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell | |
2006-10-15 | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul | |
default/fallback functions are already plugged in by the call to _mesa_init_driver_functions(). | |||
2005-10-25 | Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's | Eric Anholt | |
last drop I saw, which was in turn based on a code drop of mine. Texturing, culling, and several extensions are unimplemented, and some features could probably be improved. It's untested, but there don't appear to be regressions on the 300-series code, so I'd like to get these bits in now so that it can be worked on as not a huge diff. |