summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/gamma/gamma_dd.c
AgeCommit message (Collapse)Author
2010-02-25Drop fb, ffb and gamma dri driversKristian Høgsberg
2010-02-20gamma: Add missing headers.Vinson Lee
2010-02-19gamma: s/gammacontext.h/gamma_context.h/Vinson Lee
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)