aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/gamma/gamma_dd.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-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 Paul2006-10-151-2/+0
| | | | | This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that.
* build fixesAlan Hourihane2003-12-041-1/+1
|
* add gamma driver - no kernel driver yetAlan Hourihane2003-09-301-0/+128
(build tested, not physically tested)