summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/gamma/gamma_screen.h
AgeCommit message (Collapse)Author
2010-02-25Drop fb, ffb and gamma dri driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
As part of the DRI driver interface rewrite I merged __DRIscreenPrivate and __DRIscreen, and likewise for __DRIdrawablePrivate and __DRIcontextPrivate. I left typedefs in place though, to avoid renaming all the *Private use internal to the driver. That was probably a mistake, and it turns out a one-line find+sed combo can do the mass rename. Better late than never.
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
2003-09-30add gamma driver - no kernel driver yetAlan Hourihane
(build tested, not physically tested)