summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_util.c
Commit message (Expand)AuthorAgeFilesLines
* revert the DRI2 commitsAlan Hourihane2008-06-121-506/+530
* Bring in DRI2 changesAlan Hourihane2008-06-111-530/+506
* mesa: Add copyright headers.José Fonseca2008-02-271-1/+25
* Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-311-1/+7
|\
| * fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger2007-07-191-1/+7
* | Clear pointers to freed cliprects.Michel Dänzer2007-07-101-0/+2
|/
* Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer2007-05-221-0/+3
* s/pdp/prp/ in DoBindContext()Panagiotis Papadakos2007-02-261-1/+1
* add missing param to _mesa_warning()Panagiotis Papadakos2007-02-261-1/+1
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-1/+20
* Fix an infinite loop error that may occur when many contexts are boundThomas Hellström2006-12-011-2/+7
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-1/+1
* Track the currently bound read drawable and make sure its info is upIan Romanick2006-10-161-1/+9
* fix another memleakTilman Sauerbeck2006-07-121-0/+4
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-0/+10
* Revert merge of new/experimental code from texmem branch.Keith Whitwell2006-03-281-1/+1
* merge from texman branchmesa_20060325Brian Paul2006-03-261-1/+1
* fix coverity 926: use before NULL checkDave Airlie2006-03-231-2/+4
* assorted fixes for server-side direct rendering (bug 5199)Brian Paul2005-11-291-3/+3
* just formatting clean-upsBrian Paul2005-09-041-9/+13
* Fixes bugzillla #812.Ian Romanick2005-08-051-8/+0
* Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick2005-07-281-2/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-71/+22
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-594/+35
* oops, undo previous changeBrian Paul2005-06-021-6/+2
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-2/+6
* Fix up origin in dri/fb driverJon Smirl2005-05-051-0/+1
* 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