glx: fix GLXChangeDrawableAttributesSGIX request
[mesa.git] / src / glx / dri2_glx.c
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-09 Juan Zhaodri2: release texture image.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-09-22 Kristian Høgsbergglx: Invalidate buffers after binding a drawable
2010-09-22 Luca Barbieriglx: decouple dri2.c and GLX, fixing Gallium EGL and...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Kristian Høgsbergglx: Hold on to drawables if we're just switching to...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Kristian Høgsbergglx: Don't destroy DRI2 drawables for legacy glx drawables
2010-09-08 Kristian Høgsbergglx: Drop broken drawable garbage collection
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-04 Kristian Høgsbergglx: Move deref after NULL check
2010-08-04 Kristian Høgsbergglx: dri2InvalidateBuffers() needs the X drawable XID...
2010-07-28 Kristian Høgsbergglx: Move bind and unbind to context vtable
2010-07-28 Kristian Høgsbergglx: Rename __GLXcontext and __GLXdisplayPrivate to...
2010-07-28 Kristian Høgsbergglx: Rename __GLXscreenConfigs to struct glx_screen
2010-07-28 Kristian Høgsbergglx: Rename __GLcontextModes to struct glx_config
2010-07-28 Carl WorthAvoid a compiler warning about a potentially unused...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-24 Eric Anholtglx: Fix another case of confusing driContext and dri2_...
2010-07-24 Eric Anholtglx: Correctly look up the dri2 context pointer for...
2010-07-24 Kristian Høgsbergglx: Don't destroy context with XID 0
2010-07-24 Kristian Høgsbergglx: zero out drawable structs after allocation
2010-07-24 Kristian Høgsbergglx: Refactor and simplify context creation
2010-07-24 Kristian Høgsbergglx: Move context destroy to context vtable
2010-07-23 Eric Anholtglx: Don't try to swap a front buffer if we don't have...
2010-07-23 Kristian Høgsbergglx: Drop screen argument to GetGLXDRIDrawable
2010-07-23 Kristian Høgsbergglx: Move WaitGL, WaitX, UseXFont to context vtable...
2010-07-23 Kristian Høgsbergglx: Allocate the __GLXcontext in the DRI drivers
2010-07-22 Kristian Høgsbergglx: Move __driContext field out of __GLXcontextRec
2010-07-20 Michel Dänzerglx/dri2: Fix dri2CopySubBuffer() again.
2010-07-20 Kristian Høgsbergglx: Move DRI CopySubBuffer extension to DRI1 code
2010-07-20 Kristian Høgsbergglx: Move driver_configs to DRI screen privates
2010-07-20 Kristian Høgsbergglx: Don't use __glXInitialize() when we might be holdi...
2010-07-20 Kristian Høgsbergglx: Workaround mismatch in signedness between extensio...
2010-07-20 Kristian Høgsbergglx: Move __DRIdrawable pointers to DRI drawable privates
2010-07-20 Kristian Høgsbergglx: Move __driScreen into the dri screen privates
2010-07-20 Kristian Høgsbergglx: Move DRI1 specific extensions and code to DRI1...
2010-07-20 Kristian Høgsbergglx: Move DRI2 extensions to DRI2 screen private
2010-07-20 Kristian Høgsbergglx: Add screen privates for dri drivers and moved...
2010-07-20 Kristian Høgsbergglx: Rename various DRI structs away from obnoxious...
2010-07-20 Kristian Høgsbergglx: Factor out common code from dri2WaitGL() and dri2W...
2010-07-20 Kristian Høgsbergglx: Dont use dri2WaitX() to update fake front
2010-07-19 Kristian Høgsbergglx: Fix drawable lookup in DRI2 event handler
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-22 Kristian Høgsbergglx: Invalidate drawable in glXBindTexImageEXT() if...
2010-05-22 Kristian Høgsbergglx: Split tfp functions out to context vtable
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-11 Kristian Høgsbergglx: Provide the __DRI_USE_INVALIDATE extension to...
2010-05-10 Kristian Høgsbergglx: Only call DRI2 invalidate when necessary
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-19 Kristian Høgsbergdri2_glx: Put the invalidate b/c code back in
2010-05-19 Kristian Høgsbergdri2_glx: Terminate loader extension list outside ...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-23 Michel Dänzerglx/dri2: Fix build with dri2proto which doesn't define...
2010-04-22 Jesse BarnesDRI2/GLX: check for vblank_mode in DRI2 GLX code
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesDRI2: check for swapAvailable before using swap interva...
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Pierre WillenbrockInitialize have_back.
2010-04-27 Pierre Willenbrokglx: Initialize have_back.
2010-04-27 Jeremy Huddlestonapple: Change ifdefs for DRI to be DRI && !APPLE
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesDRI2: synchronize swap interval with server at startup...
2010-04-14 Michael SchmidtInitialize DRI2 swap interval to 0
2010-04-14 Michael SchmidtInitialize DRI2 swap interval to 0
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-02 Jesse BarnesGLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffers
2010-04-02 Jeremy HuddlestonRevert accidental commits from the xquartz tree
2010-04-01 Jeremy Huddlestonapple: Change ifdefs for DRI to be DRI && !APPLE
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-30 Michel Dänzerglx/dri2: Fix debug build with old dri2proto.
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-06 Brian Paulglx: Move initialization of ext_list_first_time to...
2010-03-06 Jon TURNEYglx: Move initialization of ext_list_first_time to...
2010-03-05 Jesse BarnesDRI2: expose OML_sync_control if possible
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-16 Francisco Jerezdri2: Event driven buffer validation.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Kristian HøgsbergRetire miniglx and move the actual glx code up to src/glx