summaryrefslogtreecommitdiffstats
path: root/src/glx/glxcmds.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-65/+76
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-41/+41
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-281-39/+39
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-281-1/+0
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-106/+99
* glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg2010-07-261-2/+0
* glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg2010-07-261-1/+3
* glx: Don't destroy context with XID 0Kristian Høgsberg2010-07-231-1/+3
* glx: Refactor and simplify context creationKristian Høgsberg2010-07-231-177/+150
* glx: Move context destroy to context vtableKristian Høgsberg2010-07-231-67/+37
* glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg2010-07-221-33/+25
* glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg2010-07-221-82/+66
* glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg2010-07-221-51/+57
* glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg2010-07-211-6/+3
* glx: Move drawHash to display privateKristian Høgsberg2010-07-191-26/+16
* glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg2010-07-191-1/+1
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-107/+0
* glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg2010-07-191-110/+3
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-71/+0
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-11/+11
* glx: Split tfp functions out to context vtableKristian Høgsberg2010-05-211-40/+41
* glx: Get GLX_SCREEN first in __glXQueryContextInfo()Kristian Høgsberg2010-05-071-3/+10
* darwin: Fix buildJeremy Huddleston2010-05-051-4/+4
* glx: Fix buildJakob Bornecrantz2010-04-281-1/+1
* Merge branch '7.8'Brian Paul2010-04-281-28/+175
|\
| * darwin: Use clientattribJeremy Huddleston2010-04-271-2/+0
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-271-52/+45
| * apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-271-14/+170
| * glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg2010-04-091-5/+9
* | glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg2010-04-091-5/+9
* | Merge branch '7.8'Ian Romanick2010-04-041-3/+59
|\|
| * glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-021-2/+39
| * Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-184/+27
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-011-55/+45
| * apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-011-14/+181
| * glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-011-3/+22
* | GLX/OML: honor OML semantics even if target, divisor and remainder are 0Jesse Barnes2010-03-221-0/+3
|/
* GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes2010-03-051-4/+0
* glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm2010-02-231-3/+3
* Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick2010-02-171-137/+143
|\
| * glx: Pass fbconfig ID or visual ID to CreateContextIan Romanick2010-02-111-10/+10
| * glx: Use the screen parameter everywhere instead of vis->screen, etc.Ian Romanick2010-02-111-5/+3
| * glx: Move work of converting a visual to an fbconfigIan Romanick2010-02-111-31/+29
| * glx: Re-indent CreateContext after the previous commitIan Romanick2010-02-111-96/+95
| * glx: Handle imported contexts outside of CreateContextIan Romanick2010-02-111-16/+10
| * glx: Pass screen number as parameter to CreateContextIan Romanick2010-02-111-7/+16
| * glx: Pass opcode to CreateContext instead of use_glx_1_3 parameterIan Romanick2010-02-111-8/+23
| * glx: Fix interval test in glXSwapIntervalMESAIan Romanick2010-02-111-4/+0
| * glx: Change type to eliminate 'comparison between signed and unsigned' warningIan Romanick2010-02-111-1/+2
| * glx: Add casts to eliminate 'comparison between signed and unsigned' warningsIan Romanick2010-02-111-7/+8