summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.c
Commit message (Expand)AuthorAgeFilesLines
* Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick2005-04-131-1/+1
* fix some signed vs unsigned warningsDave Airlie2005-02-141-1/+1
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-4/+0
* Simplify usage of drmHash functions and fix bug inKeith Whitwell2005-01-121-35/+10
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+4
* Use union type to avoid strict aliasing problems.Alan Hourihane2004-12-081-20/+34
* Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do notAdam Jackson2004-10-271-6/+26
* Fix dri_util.c build with new headers.Eric Anholt2004-08-121-1/+1
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-0/+8
* Fix up some remaining include issues. Replace Xmalloc / Xfree withIan Romanick2004-06-071-43/+50
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-4/+4
* Require libGL API version 20040602, which actually exportsIan Romanick2004-06-021-2/+4
* XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick2004-06-021-3/+3
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-5/+5
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-25/+25
* Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick2004-06-011-0/+6
* Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick2004-06-011-11/+11
* Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.Ian Romanick2004-06-011-2/+2
* Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without includingIan Romanick2004-05-271-0/+4
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-0/+1654