summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
AgeCommit message (Expand)Author
2007-10-11Add a version field to __DRIextension.Kristian Høgsberg
2007-10-11Move new texOffset extension to the new extension mechanism.Kristian Høgsberg
2007-10-11Convert a left-over private void * to __DRIcontext *.Kristian Høgsberg
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg
2007-10-10Implement new screen extension API.Kristian Høgsberg
2007-10-10Stop passing in unused fbconfigs to createNewScreen.Kristian Høgsberg
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-10-10Convert all DRI entrypoints to take pointers to __DRI* types.Kristian Høgsberg
2007-10-10Drop createContext and destroyContext from DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
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