summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
AgeCommit message (Expand)Author
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-02-27mesa: Add copyright headers.José Fonseca
2007-07-31Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell
2007-07-19fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger
2007-07-10Clear pointers to freed cliprects.Michel Dänzer
2007-05-22Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer
2007-02-26s/pdp/prp/ in DoBindContext()Panagiotis Papadakos
2007-02-26add missing param to _mesa_warning()Panagiotis Papadakos
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-12-01Fix an infinite loop error that may occur when many contexts are boundThomas Hellström
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-10-16Track the currently bound read drawable and make sure its info is upIan Romanick
2006-07-12fix another memleakTilman Sauerbeck
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-28Revert merge of new/experimental code from texmem branch.Keith Whitwell
2006-03-26merge from texman branchBrian Paul
2006-03-23fix coverity 926: use before NULL checkDave Airlie
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-09-04just formatting clean-upsBrian Paul
2005-08-05Fixes bugzillla #812.Ian Romanick
2005-07-28Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-06-02oops, undo previous changeBrian Paul
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-05Fix up origin in dri/fb driverJon Smirl
2005-04-13Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick
2005-02-14fix some signed vs unsigned warningsDave Airlie
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-12Simplify usage of drmHash functions and fix bug inKeith Whitwell
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-08Use union type to avoid strict aliasing problems.Alan Hourihane
2004-10-27Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do notAdam Jackson
2004-08-12Fix dri_util.c build with new headers.Eric Anholt
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-06-07Fix up some remaining include issues. Replace Xmalloc / Xfree withIan Romanick
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Require libGL API version 20040602, which actually exportsIan Romanick
2004-06-02XF86DRIDestroyContext, XF86DRICreateDrawable, andIan Romanick
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-06-01Fix a couple issues related to GetDrawableInfo. In the new DRIIan Romanick
2004-06-01Replace occurances of GLXDrawable and Drawable with __DRIid.Ian Romanick
2004-06-01Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.Ian Romanick
2004-05-27Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without includingIan Romanick
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick