summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick6-26/+31
2011-12-19glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick1-1/+1
2011-12-19glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick1-13/+32
2011-12-19glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick1-1/+1
2011-12-19glx: Don't create a shared context if the other context isn't the same kindIan Romanick3-0/+21
2011-12-17drisw: remove unused variableMarek Olšák1-1/+2
2011-12-13Regenerate files from previous commitsIan Romanick3-704/+690
2011-12-07glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner4-15/+54
2011-11-01drisw: Enable SGI_make_current_read for direct contextsAdam Jackson1-0/+2
2011-10-28glx: Don't enable INTEL_swap_event unconditionallyAdam Jackson1-1/+1
2011-10-24apple: Implement applegl_unbind_contextJeremy Huddleston1-0/+18
2011-10-21apple: Use the correct (OpenGL.framework) glViewport and glScissor during initJeremy Huddleston5-10/+15
2011-10-21apple: Silence some debug spewJeremy Huddleston1-3/+3
2011-10-14dri2: Implement a throttle dri extension.Thomas Hellstrom1-3/+50
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