Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -3/+3 |
| | | | | Makefile.template | ||||
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -8/+10 |
| | | | | | | | 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. | ||||
* | switch remaining drivers over to vbo | Keith Whitwell | 2006-10-31 | 1 | -2/+2 |
| | |||||
* | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul | 2006-10-15 | 1 | -18/+0 |
| | | | | | default/fallback functions are already plugged in by the call to _mesa_init_driver_functions(). | ||||
* | Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's | Eric Anholt | 2005-10-25 | 1 | -0/+753 |
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. |