summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
AgeCommit message (Expand)Author
2010-02-23glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg
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-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg