Fix flipped sign to strerror.
[mesa.git] / src / mesa / drivers / dri / common / dri_util.c
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-10 Michel DänzerClear pointers to freed cliprects.
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Michel DänzerAdd interfaces for overriding texture images with drive...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-26 Panagiotis Papadakoss/pdp/prp/ in DoBindContext()
2007-02-26 Panagiotis Papadakosadd missing param to _mesa_warning()
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-06 Eric AnholtAdd reporting of damage by DRI drivers when the extensi...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-01 Thomas HellströmFix an infinite loop error that may occur when many...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-10-16 Ian RomanickTrack the currently bound read drawable and make sure...
2006-07-12 Tilman Sauerbeckfix another memleak
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-28 Keith WhitwellRevert merge of new/experimental code from texmem branch.
2006-03-26 Brian Paulmerge from texman branch
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...