Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not
[mesa.git] / src / mesa / drivers / dri / common / dri_util.c
2004-10-27 Adam JacksonBug #1713: Some rare libGL's have __glXFindDRIScreen...
2004-08-12 Eric AnholtFix dri_util.c build with new headers.
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-06-07 Ian RomanickFix up some remaining include issues. Replace Xmalloc...
2004-06-02 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Ian RomanickRequire libGL API version 20040602, which actually...
2004-06-02 Ian RomanickXF86DRIDestroyContext, XF86DRICreateDrawable, and
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-06-01 Ian RomanickFix a couple typos that prevent building with DRI_NEW_I...
2004-05-27 Ian RomanickDefine PFNGLXGETMSCRATEOMLPROC so that DRI will build...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...