summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-11-17mesa: upgrade to glext.h version 66Brian Paul
2010-10-27glapi: Do not use glapioffsets.h.Chia-I Wu
2010-10-27glapi: Do not use glapidispatch.h.Chia-I Wu
2010-10-01ARB_texture_rg: Add GLX protocol supportIan Romanick
2010-09-30glx: remove duplicated includeNicolas Kaiser
2010-09-29glx: Only remove drawables from the hash when we actually delete themKristian Høgsberg
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick
2010-09-22glx: Invalidate buffers after binding a drawableKristian Høgsberg
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri
2010-09-21glx: Hold on to drawables if we're just switching to another contextKristian Høgsberg
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
2010-09-09glx: Optimize out no-op make current callsKristian Høgsberg
2010-09-09glx: Fix another use-after-free problemKristian Høgsberg
2010-09-08glx: Destroy pixmap after destroying glx and dri drawablesKristian Høgsberg
2010-09-08glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg
2010-09-08glx: Fix use after free problemKristian Høgsberg
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg
2010-09-07glx: Set an all NULL vtable for dummyContextKristian Høgsberg
2010-09-07glx: Fix compilation with out xf86vidmodeKristian Høgsberg
2010-09-07glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11Kristian Høgsberg
2010-09-07Fix crashes when some GLX API entrypoints are called with no current context.Michel Dänzer
2010-09-07Make XF86VIDMODE extension optionalJon TURNEY
2010-09-07glx: Drop unused dri2proto.h includeKristian Høgsberg
2010-09-07glx: Move dpy and scr fields out of direct rendering conditionalKristian Høgsberg
2010-09-07Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY
2010-09-07glx: Only clear the stored context tag when the context has been unboundJon TURNEY
2010-08-24make: Use C++ compiler to link stdc++ library.Brian Paul
2010-08-04glx: Move deref after NULL checkKristian Høgsberg
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