Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul | 2006-10-15 | 1 | -19/+2 |
| | | | | | default/fallback functions are already plugged in by the call to _mesa_init_driver_functions(). | ||||
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 1 | -2/+0 |
| | | | | | This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that. | ||||
* | build fixes | Alan Hourihane | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | add gamma driver - no kernel driver yet | Alan Hourihane | 2003-09-30 | 1 | -0/+128 |
(build tested, not physically tested) |