summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2010-11-17mesa: upgrade to glext.h version 66Brian Paul2-17/+17
2010-10-27glapi: Do not use glapioffsets.h.Chia-I Wu2-7/+5
2010-10-27glapi: Do not use glapidispatch.h.Chia-I Wu3-41/+31
2010-10-01ARB_texture_rg: Add GLX protocol supportIan Romanick3-0/+3
2010-09-30glx: remove duplicated includeNicolas Kaiser1-2/+0
2010-09-29glx: Only remove drawables from the hash when we actually delete themKristian Høgsberg1-4/+6
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick1-8/+0
2010-09-22glx: Invalidate buffers after binding a drawableKristian Høgsberg1-4/+15
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri3-6/+14
2010-09-21glx: Hold on to drawables if we're just switching to another contextKristian Høgsberg1-1/+4
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul1-2/+2
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul3-5/+5
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg1-1/+11
2010-09-09glx: Optimize out no-op make current callsKristian Høgsberg1-0/+4
2010-09-09glx: Fix another use-after-free problemKristian Høgsberg1-1/+3
2010-09-08glx: Destroy pixmap after destroying glx and dri drawablesKristian Høgsberg1-2/+2
2010-09-08glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg1-1/+1
2010-09-08glx: Fix use after free problemKristian Høgsberg1-6/+7
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg9-59/+48
2010-09-07glx: Set an all NULL vtable for dummyContextKristian Høgsberg3-8/+9
2010-09-07glx: Fix compilation with out xf86vidmodeKristian Høgsberg1-7/+1
2010-09-07glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11Kristian Høgsberg1-11/+0
2010-09-07Fix crashes when some GLX API entrypoints are called with no current context.Michel Dänzer1-5/+5
2010-09-07Make XF86VIDMODE extension optionalJon TURNEY2-1/+7
2010-09-07glx: Drop unused dri2proto.h includeKristian Høgsberg1-1/+0
2010-09-07glx: Move dpy and scr fields out of direct rendering conditionalKristian Høgsberg1-3/+3
2010-09-07Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY3-5/+9
2010-09-07glx: Only clear the stored context tag when the context has been unboundJon TURNEY1-5/+8
2010-08-24make: Use C++ compiler to link stdc++ library.Brian Paul1-2/+3
2010-08-04glx: Move deref after NULL checkKristian Høgsberg1-1/+2
2010-08-04glx: Fix use after free in drisw error pathKristian Høgsberg1-2/+1
2010-08-04glx: We no longer need screen extensions for driswKristian Høgsberg1-2/+0
2010-08-04glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX oneKristian Høgsberg1-2/+2
2010-08-02glx: Drop _Xglobal_lock while we create and initialize glx displayKristian Høgsberg1-21/+39
2010-07-29glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg1-2/+2
2010-07-29glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg3-2/+4
2010-07-29glx: Fix linked list deletion in __glXCloseDisplay()Kristian Høgsberg1-1/+1
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg7-547/+624
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg11-275/+205
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg28-757/+770
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg10-101/+99
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg7-101/+74
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg7-7/+4
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg17-289/+258
2010-07-28glx: Delete unused glcontextmodes.c functionsKristian Høgsberg3-101/+0
2010-07-28glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg3-93/+90
2010-07-28Avoid a compiler warning about a potentially unused variable.Carl Worth1-1/+1
2010-07-28Avoid compiler warning for unused glx_dpy variable.Carl Worth1-1/+1
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg1-7/+0
2010-07-26glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg1-2/+0