summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21glx: Split tfp functions out to context vtableKristian Høgsberg1-40/+41
2010-05-07glx: Get GLX_SCREEN first in __glXQueryContextInfo()Kristian Høgsberg1-3/+10
2010-05-05darwin: Fix buildJeremy Huddleston1-4/+4
2010-04-28glx: Fix buildJakob Bornecrantz1-1/+1
2010-04-28Merge branch '7.8'Brian Paul1-28/+175
2010-04-27darwin: Use clientattribJeremy Huddleston1-2/+0
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-52/+45
2010-04-27apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston1-14/+170
2010-04-09glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg1-5/+9
2010-04-09glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg1-5/+9
2010-04-04Merge branch '7.8'Ian Romanick1-3/+59
2010-04-02glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee1-2/+39
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-184/+27
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-55/+45
2010-04-01apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston1-14/+181
2010-04-01glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee1-3/+22
2010-03-22GLX/OML: honor OML semantics even if target, divisor and remainder are 0Jesse Barnes1-0/+3
2010-03-05GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes1-4/+0
2010-02-23glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm1-3/+3
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick1-137/+143
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg1-4/+0
2010-02-11glx: Pass fbconfig ID or visual ID to CreateContextIan Romanick1-10/+10
2010-02-11glx: Use the screen parameter everywhere instead of vis->screen, etc.Ian Romanick1-5/+3
2010-02-11glx: Move work of converting a visual to an fbconfigIan Romanick1-31/+29
2010-02-11glx: Re-indent CreateContext after the previous commitIan Romanick1-96/+95
2010-02-11glx: Handle imported contexts outside of CreateContextIan Romanick1-16/+10
2010-02-11glx: Pass screen number as parameter to CreateContextIan Romanick1-7/+16
2010-02-11glx: Pass opcode to CreateContext instead of use_glx_1_3 parameterIan Romanick1-8/+23
2010-02-11glx: Fix interval test in glXSwapIntervalMESAIan Romanick1-4/+0
2010-02-11glx: Change type to eliminate 'comparison between signed and unsigned' warningIan Romanick1-1/+2
2010-02-11glx: Add casts to eliminate 'comparison between signed and unsigned' warningsIan Romanick1-7/+8
2010-02-11glx: Eliminate several 'unused variable' warnings in glxcmds.c.Ian Romanick1-0/+11
2010-02-11glx: Use wrapper macro to detect direct renderingIan Romanick1-24/+8
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+3173