summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2011-09-20scons: MacOSX build fixes.José Fonseca1-3/+0
2011-09-19Remove unneeded xdamages header from dri2_glx.c.Matt Turner1-1/+0
2011-09-14glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.Michel Dänzer1-0/+4
2011-09-14GLX: Say something if we cannot connect via DRI2Andrew Deason1-0/+1
2011-09-06Enable GLX_EXT_texture_from_pixmap in software.nobled1-2/+81
2011-08-26dri: Remove all DRI1 driversIan Romanick2-3/+3
2011-08-19glx: use a block to fix declarations after code warningBrian Paul1-7/+9
2011-08-18glx: Don't flush twice if we fallback to dri2CopySubBufferKristian Høgsberg1-11/+10
2011-08-09glx: move declarations before codeBrian Paul1-3/+7
2011-08-05glx/dri2: Paper over errors in DRI2Connect when indirectChristopher James Halse Rogers1-0/+9
2011-07-19glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet2-9/+4
2011-07-16darwin: Include glxhash.c in libGL on darwinJeremy Huddleston1-0/+1
2011-07-15drisw: Fix 24bpp software rendering, take 2Marc Pignat1-0/+7
2011-07-14Rename swrastg_dri to swrast_driMarek Olšák1-3/+0
2011-07-08GLX/DRI2: handle swap event swap count wrappingJesse Barnes5-2/+108
2011-07-08DRI2/GLX: use new swap event typesJesse Barnes2-4/+4
2011-07-01scons: Actually add src/glx/SConscript.José Fonseca1-0/+85
2011-06-29drisw: Remove cargo culting that breaks GLX 1.3 ctorsAdam Jackson1-4/+0
2011-06-29glx: Verify that drawable creation on the client side actually workedAdam Jackson2-26/+63
2011-06-29glx: Alias glXFreeContextEXT to glXDestroyContextAdam Jackson1-14/+6
2011-06-20glx: Fix compile.Stéphane Marchesin1-1/+1
2011-06-20glx: Bind to our context before __glXSetCurrentContextJeremy Huddleston1-9/+16
2011-06-20glx: Destroy the old context only after the new one has been boundJeremy Huddleston1-7/+7
2011-06-20glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston7-1/+20
2011-06-17apple: Use apple_cgl_get_dl_handle() rather than opening a new handleJeremy Huddleston1-22/+2
2011-06-17glx: implement drawable refcounting.Stéphane Marchesin6-21/+37
2011-06-14apple: Set the glapi dispatch table on context bindJeremy Huddleston4-3/+4
2011-06-13glx: Remove check for gc->vtable->destroyJeremy Huddleston1-2/+1
2011-06-13apple: applegl_destroy_context: Pass along the correct displayJeremy Huddleston1-1/+1
2011-06-13apple: Dead code removalJeremy Huddleston2-2/+0
2011-06-11apple: Request OpenGL 3.2 from OpenGL.framework if availableJeremy Huddleston1-0/+15
2011-06-11apple: Store the CGL API version number for future referenceJeremy Huddleston2-5/+5
2011-06-11apple: Use a struct glx_config * rather than a void * in apple_visual_create_...Jeremy Huddleston2-19/+17
2011-06-11apple: Use _glapi_create_table_from_handle to initialize our dispatch tableJeremy Huddleston1-1117/+1
2011-06-08glx: Remove some GLX_USE_APPLEGL guards around glapiJeremy Huddleston1-7/+3
2011-06-08darwin: Use -fvisibility=hidden to set default symbol visibilityJeremy Huddleston2-20/+7
2011-06-08mesa: merge glapidispatch.h into dispatch.hChia-I Wu1-2/+2
2011-06-07apple: Update dispatch table to current OpenGL specsJeremy Huddleston1-25/+233
2011-06-07apple: Dead code removalJeremy Huddleston24-52219/+0
2011-06-07apple: Remove apple_glx_get_proc_addressJeremy Huddleston3-54/+0
2011-06-07apple: Use glapi rather than reinventing the wheelJeremy Huddleston10-53/+1065
2011-06-07apple: Rename __gl_api to __ogl_framework_apiJeremy Huddleston4-14/+14
2011-06-06dri2: protect dri2FlushFrontBuffer against NULL buffers.Stéphane Marchesin1-0/+6
2011-06-06apple: Finish build fixes for applegl_glx.cJeremy Huddleston1-3/+2
2011-06-06apple: More fixes for compilation failuresJeremy Huddleston1-6/+6
2011-06-05apple: Fix multiple build failures in applegl_glx.cJeremy Huddleston2-14/+29
2011-06-05apple: Build darwin using applegl rather than indirectJeremy Huddleston3-3/+20
2011-06-05glx: Dead code removalJeremy Huddleston1-2/+0
2011-06-05apple: ifdef out come glapi-foo on darwinJeremy Huddleston1-0/+4
2011-06-05apple: Change from XExtDisplayInfo to struct glx_displayJeremy Huddleston1-4/+6