summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-08-04glx: Fix use after free in drisw error pathKristian Høgsberg
2010-08-04glx: We no longer need screen extensions for driswKristian Høgsberg
2010-08-04glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX oneKristian Høgsberg
2010-08-02glx: Drop _Xglobal_lock while we create and initialize glx displayKristian Høgsberg
2010-07-29glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg
2010-07-29glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg
2010-07-29glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg
2010-07-28glx: Delete unused glcontextmodes.c functionsKristian Høgsberg
2010-07-28glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg
2010-07-28Avoid a compiler warning about a potentially unused variable.Carl Worth
2010-07-28Avoid compiler warning for unused glx_dpy variable.Carl Worth
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg
2010-07-26glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg
2010-07-26glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg
2010-07-26glx: Drop duplicate psc field in dri context structKristian Høgsberg
2010-07-24glx: Drop duplicate psc field in drisw context structKristian Høgsberg
2010-07-23glx: Fix another case of confusing driContext and dri2_context *Eric Anholt
2010-07-23glx: Correctly look up the dri2 context pointer for SetTexBuffer.Eric Anholt
2010-07-23glx: Don't destroy context with XID 0Kristian Høgsberg
2010-07-23glx: Fix use after free case when destroying screensKristian Høgsberg
2010-07-23glx: zero out drawable structs after allocationKristian Høgsberg
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg
2010-07-23glx: Fix indirect screen initializationKristian Høgsberg
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg
2010-07-23glx: Don't try to swap a front buffer if we don't have one.Eric Anholt
2010-07-22glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg
2010-07-22glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg
2010-07-22glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg
2010-07-22glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg
2010-07-21glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg
2010-07-21glx: Move __driContext field out of __GLXcontextRecKristian Høgsberg
2010-07-21Revert "dri2: Remove an unused variable."Jerome Glisse
2010-07-21dri2: Remove an unused variable.Carl Worth
2010-07-20glx: #ifdef DRI specific prototypeKristian Høgsberg
2010-07-20glx/dri2: Fix dri2CopySubBuffer() again.Michel Dänzer
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg
2010-07-19glx: Move drawHash to display privateKristian Høgsberg
2010-07-19glx: Don't use __glXInitialize() when we might be holding __glXLock()Kristian Høgsberg
2010-07-19glx: Workaround mismatch in signedness between extensions and protocolKristian Høgsberg
2010-07-19glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-07-19glx: Move __driScreen into the dri screen privatesKristian Høgsberg