summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/gamma/gamma_dd.c
AgeCommit message (Collapse)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul
Makefile.template
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
default/fallback functions are already plugged in by the call to _mesa_init_driver_functions().
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that.
2003-12-04build fixesAlan Hourihane
2003-09-30add gamma driver - no kernel driver yetAlan Hourihane
(build tested, not physically tested)