fix coverity 926: use before NULL check
[mesa.git] / src / mesa / drivers / dri / common / dri_util.c
2006-03-23 Dave Airliefix coverity 926: use before NULL check
2005-11-29 Brian Paulassorted fixes for server-side direct rendering (bug...
2005-09-04 Brian Pauljust formatting clean-ups
2005-08-05 Ian RomanickFixes bugzillla #812.
2005-07-28 Ian RomanickUse the routines supplied in the __DRIinterfaceMethods...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-06-02 Brian Pauloops, undo previous change
2005-06-02 Brian Paulstart removing old (pre-renderbuffer) span code
2005-05-05 Jon SmirlFix up origin in dri/fb driver
2005-04-13 Ian RomanickRevert revision 1.13. This allows server-side libGLcor...
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-12 Keith WhitwellSimplify usage of drmHash functions and fix bug in
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Alan HourihaneUse union type to avoid strict aliasing problems.
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...