summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/server
AgeCommit message (Collapse)Author
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
2004-03-15unfinished SOLO driver for TDFXDaniel Borca
2003-12-08build in SOLO environmentAlan Hourihane