fix some 0->NULLs
[mesa.git] / src / mesa / drivers / dri / common / dri_util.h
2005-02-14 Dave Airliefix some signed vs unsigned warnings
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-26 Roland Scheideggernew version check to allow to test for a range of ddx...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-06 Ian RomanickRemove the rest of the need for glxclient.h and remove...
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Ian RomanickMake sure USE_NEW_INTERFACE is defined if DRI_NEW_INTER...
2004-06-02 Ian RomanickReplace use of XID with __DRIid.
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-06-01 Ian RomanickFix a couple issues related to GetDrawableInfo. In...
2004-06-01 Ian RomanickReplace occurances of GLXDrawable and Drawable with...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...