summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* make: Use C++ compiler to link stdc++ library.Brian Paul2010-08-241-2/+3
* glx: Move deref after NULL checkKristian Høgsberg2010-08-041-1/+2
* glx: Fix use after free in drisw error pathKristian Høgsberg2010-08-041-2/+1
* glx: We no longer need screen extensions for driswKristian Høgsberg2010-08-041-2/+0
* glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX oneKristian Høgsberg2010-08-041-2/+2
* glx: Drop _Xglobal_lock while we create and initialize glx displayKristian Høgsberg2010-08-021-21/+39
* glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg2010-07-291-2/+2
* glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg2010-07-293-2/+4
* glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg2010-07-291-1/+1
* glx: Split indirect and applegl implementations into different filesKristian Høgsberg2010-07-287-547/+624
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-2811-275/+205
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-2828-757/+770
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-2810-101/+99
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-287-101/+74
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-287-7/+4
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-2817-289/+258
* glx: Delete unused glcontextmodes.c functionsKristian Høgsberg2010-07-283-101/+0
* glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg2010-07-283-93/+90
* Avoid a compiler warning about a potentially unused variable.Carl Worth2010-07-281-1/+1
* Avoid compiler warning for unused glx_dpy variable.Carl Worth2010-07-281-1/+1
* glx: Remove function prototypes no longer necessaryKristian Høgsberg2010-07-261-7/+0
* glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg2010-07-261-2/+0
* glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg2010-07-261-1/+3
* glx: Drop duplicate psc field in dri context structKristian Høgsberg2010-07-261-3/+2
* glx: Drop duplicate psc field in drisw context structKristian Høgsberg2010-07-241-3/+3
* glx: Fix another case of confusing driContext and dri2_context *Eric Anholt2010-07-231-1/+1
* glx: Correctly look up the dri2 context pointer for SetTexBuffer.Eric Anholt2010-07-231-1/+1
* glx: Don't destroy context with XID 0Kristian Høgsberg2010-07-234-4/+9
* glx: Fix use after free case when destroying screensKristian Høgsberg2010-07-231-1/+0
* glx: zero out drawable structs after allocationKristian Høgsberg2010-07-233-0/+3
* glx: Refactor and simplify context creationKristian Høgsberg2010-07-236-205/+185
* glx: Fix indirect screen initializationKristian Høgsberg2010-07-231-2/+7
* glx: Move context destroy to context vtableKristian Høgsberg2010-07-237-105/+83
* glx: Don't try to swap a front buffer if we don't have one.Eric Anholt2010-07-231-1/+2
* glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg2010-07-224-43/+33
* glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg2010-07-226-101/+97
* glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg2010-07-226-124/+136
* glx: Use _Xglobal_lock for protecting extension display listKristian Høgsberg2010-07-223-126/+86
* glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg2010-07-214-12/+19
* glx: Move __driContext field out of __GLXcontextRecKristian Høgsberg2010-07-212-4/+3
* Revert "dri2: Remove an unused variable."Jerome Glisse2010-07-211-0/+1
* dri2: Remove an unused variable.Carl Worth2010-07-211-1/+0
* glx: #ifdef DRI specific prototypeKristian Høgsberg2010-07-201-0/+2
* glx/dri2: Fix dri2CopySubBuffer() again.Michel Dänzer2010-07-201-3/+4
* glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg2010-07-196-39/+14
* glx: Move driver_configs to DRI screen privatesKristian Høgsberg2010-07-197-12/+22
* glx: Move drawHash to display privateKristian Høgsberg2010-07-195-41/+27
* glx: Don't use __glXInitialize() when we might be holding __glXLock()Kristian Høgsberg2010-07-193-5/+5
* glx: Workaround mismatch in signedness between extensions and protocolKristian Høgsberg2010-07-191-7/+32
* glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg2010-07-195-64/+88