summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick
2010-02-16glx: Fix a couple of warningsKristian Høgsberg
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee
2010-02-11glx: Pass fbconfig ID or visual ID to CreateContextIan Romanick
2010-02-11glx: Use the screen parameter everywhere instead of vis->screen, etc.Ian Romanick
2010-02-11glx: Move work of converting a visual to an fbconfigIan Romanick
2010-02-11glx: Re-indent CreateContext after the previous commitIan Romanick
2010-02-11glx: Handle imported contexts outside of CreateContextIan Romanick
2010-02-11glx: Pass screen number as parameter to CreateContextIan Romanick
2010-02-11glx: Pass opcode to CreateContext instead of use_glx_1_3 parameterIan Romanick
2010-02-11glx: Fix interval test in glXSwapIntervalMESAIan Romanick
2010-02-11glx: Change type to eliminate 'comparison between signed and unsigned' warningIan Romanick
2010-02-11glx: Add casts to eliminate 'comparison between signed and unsigned' warningsIan Romanick
2010-02-11glx: Eliminate several 'unused variable' warnings in glxcmds.c.Ian Romanick
2010-02-11glx: Use wrapper macro to detect direct renderingIan Romanick
2010-02-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez
2010-02-08glx: permit building with older protocol headersKeith Whitwell
2010-02-05glx: Don't mark the XF86DRI functions PUBLICKristian Høgsberg
2010-02-01glx: Remove unnecessary headers.Vinson Lee
2010-01-29glx: fix possible memory leaks in dri2CreateScreen()Rodolfo Ribeiro Gomes
2010-01-26glx: Build GLX normally.Chia-I Wu
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2010-01-19glx: Set GL context to null in __glXSetCurrentContextNullLuca Barbieri
2010-01-13DRI2: don't send DRI2 requests the server doesn't know aboutJesse Barnes
2010-01-13GLX/DRI2: pass X drawable ID insteadJesse Barnes
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes
2010-01-08DRI2: add SwapInterval supportJesse Barnes
2010-01-08DRI2: add OML_sync_control supportJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-03apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston
2010-01-03glxcmds: Fix comment about __DRI_ALLOCATEJeremy Huddleston
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-23glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.Vinson Lee
2009-12-23glx: Move declaration outside for loop.Vinson Lee
2009-12-22glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.Vinson Lee
2009-12-06glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee
2009-11-06GLX: Change GLX client vendor string to "Mesa Project and SGI"Ian Romanick