Age | Commit message (Expand) | Author |
2010-08-04 | glx: Move deref after NULL check | Kristian Høgsberg |
2010-08-04 | glx: Fix use after free in drisw error path | Kristian Høgsberg |
2010-08-04 | glx: We no longer need screen extensions for drisw | Kristian Høgsberg |
2010-08-04 | glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX one | Kristian Høgsberg |
2010-08-02 | glx: Drop _Xglobal_lock while we create and initialize glx display | Kristian Høgsberg |
2010-07-29 | glx: Fix copy/paste bug in glXWaitX and glXWaitGL | Kristian Høgsberg |
2010-07-29 | glx: Compare old ctx against dummyCtx, not NULL | Kristian Høgsberg |
2010-07-29 | glx: Fix linked list deletion in __glXCloseDisplay() | Kristian Høgsberg |
2010-07-28 | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg |
2010-07-28 | glx: Move bind and unbind to context vtable | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg |
2010-07-28 | glx: Use _X_EXPORT instead of our own PUBLIC macro | Kristian Høgsberg |
2010-07-28 | glx: Rename glcontextmodes.[ch] to glxconfig.[ch] | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg |
2010-07-28 | glx: Delete unused glcontextmodes.c functions | Kristian Høgsberg |
2010-07-28 | glx: Stop using glcore.h and glxint.h in glx | Kristian Høgsberg |
2010-07-28 | Avoid a compiler warning about a potentially unused variable. | Carl Worth |
2010-07-28 | Avoid compiler warning for unused glx_dpy variable. | Carl Worth |
2010-07-26 | glx: Remove function prototypes no longer necessary | Kristian Høgsberg |
2010-07-26 | glx: Drop debug fprintf that snug in with the previous commit | Kristian Høgsberg |
2010-07-26 | glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined | Kristian Høgsberg |
2010-07-26 | glx: Drop duplicate psc field in dri context struct | Kristian Høgsberg |
2010-07-24 | glx: Drop duplicate psc field in drisw context struct | Kristian Høgsberg |
2010-07-23 | glx: Fix another case of confusing driContext and dri2_context * | Eric Anholt |
2010-07-23 | glx: Correctly look up the dri2 context pointer for SetTexBuffer. | Eric Anholt |
2010-07-23 | glx: Don't destroy context with XID 0 | Kristian Høgsberg |
2010-07-23 | glx: Fix use after free case when destroying screens | Kristian Høgsberg |
2010-07-23 | glx: zero out drawable structs after allocation | Kristian Høgsberg |
2010-07-23 | glx: Refactor and simplify context creation | Kristian Høgsberg |
2010-07-23 | glx: Fix indirect screen initialization | Kristian Høgsberg |
2010-07-23 | glx: Move context destroy to context vtable | Kristian Høgsberg |
2010-07-23 | glx: Don't try to swap a front buffer if we don't have one. | Eric Anholt |
2010-07-22 | glx: Drop screen argument to GetGLXDRIDrawable | Kristian Høgsberg |
2010-07-22 | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg |
2010-07-22 | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg |
2010-07-22 | glx: Use _Xglobal_lock for protecting extension display list | Kristian Høgsberg |
2010-07-21 | glx: Move last few dri_interface.h types out of glxclient.h and drop include | Kristian Høgsberg |
2010-07-21 | glx: Move __driContext field out of __GLXcontextRec | Kristian Høgsberg |
2010-07-21 | Revert "dri2: Remove an unused variable." | Jerome Glisse |
2010-07-21 | dri2: Remove an unused variable. | Carl Worth |
2010-07-20 | glx: #ifdef DRI specific prototype | Kristian Høgsberg |
2010-07-20 | glx/dri2: Fix dri2CopySubBuffer() again. | Michel Dänzer |
2010-07-19 | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg |
2010-07-19 | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg |
2010-07-19 | glx: Move drawHash to display private | Kristian Høgsberg |
2010-07-19 | glx: Don't use __glXInitialize() when we might be holding __glXLock() | Kristian Høgsberg |
2010-07-19 | glx: Workaround mismatch in signedness between extensions and protocol | Kristian Høgsberg |
2010-07-19 | glx: Move __DRIdrawable pointers to DRI drawable privates | Kristian Høgsberg |
2010-07-19 | glx: Remove support for MESA_swap_frame_usage | Kristian Høgsberg |