summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
AgeCommit message (Expand)Author
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTERFACE_ONLY isIan Romanick
2004-06-02Replace use of XID with __DRIid.Ian Romanick
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick
2004-06-01Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick