DRI2: Drop sarea, implement swap buffers in the X server.
[mesa.git] / src / mesa / drivers / dri / common / dri_util.h
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Alan CoopersmithSolaris port of Mesa 7.1 with autoconf support
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-04 Dave Airliemesa/drm/ttm: allow build against non-TTM aware libdrm
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-20 George SapountzisMake utils.h self-contained.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-28 Alan Hourihanebuild fix for xorg driver
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-10 Kristian HøgsbergDRI2: Drop DriverAPI.UpdateBuffer.
2008-03-10 Kristian HøgsbergDRI2: Pass the context instead of the screen to __dri2P...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-26 Kristian HøgsbergRemove now unused setTexOffset from __DriverAPIRec.
2008-02-14 Kristian HøgsbergAdd new DRI2 infrastructure.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergStop passing in unused fbconfigs to createNewScreen.
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2007-10-10 Kristian HøgsbergDrop createContext and destroyContext from DRIinterface...
2007-10-10 Kristian HøgsbergDrop createDrawable and destroyDrawable fron DRIinterfa...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-05 Kristian HøgsbergRemove XIDs from DRI interface (see #5714).
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Michel DänzerAdd interfaces for overriding texture images with drive...
2007-04-05 George SapountzisRemove SI imports/exports remnants.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
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-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2005-11-29 Brian Paulassorted fixes for server-side direct rendering (bug...
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-02-14 Dave Airliefix some signed vs unsigned warnings
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-26 Roland Scheideggernew version check to allow to test for a range of ddx...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-06 Ian RomanickRemove the rest of the need for glxclient.h and remove...
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Jon SmirlRemoved need for sarea.h, various touch ups to get...
2004-06-02 Ian RomanickMake sure USE_NEW_INTERFACE is defined if DRI_NEW_INTER...
2004-06-02 Ian RomanickReplace use of XID with __DRIid.
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-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...