summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: Initialize have_back.Pierre Willenbrok2010-04-271-0/+1
* Buildfixes to work around issues in OpenGL.frameworkJeremy Huddleston2010-04-2711-135/+60
* Update OpenGL specsJeremy Huddleston2010-04-2710-274/+2522
* apple: Use mesa gl.h rather than generating one.Jeremy Huddleston2010-04-277-181/+48
* apple: Integrate our libGL into the existing build system betterJeremy Huddleston2010-04-272-74/+111
* darwin: Use clientattribJeremy Huddleston2010-04-273-3/+3
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-2717-120/+108
* apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston2010-04-277-20231/+0
* apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-2770-40/+71580
* Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig t...7.8-branchpointAaron Plattner2010-04-231-0/+2
* glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.Michel Dänzer2010-04-231-0/+2
* DRI2: check for swapAvailable before using swap interval protocolJesse Barnes2010-04-191-1/+7
* DRI2: synchronize swap interval with server at startup timeJesse Barnes2010-04-191-1/+6
* Initialize DRI2 swap interval to 0Michael Schmidt2010-04-141-0/+1
* DRI2: report swap events correctly in direct rendered caseJesse Barnes2010-04-131-2/+1
* glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg2010-04-091-5/+9
* Update to final names from GLX_INTEL_swap_event specIan Romanick2010-04-042-2/+2
* glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-021-2/+39
* GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes2010-04-011-2/+2
* Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-0170-51303/+94
* apple: Use mesa gl.h rather than generating one.Jeremy Huddleston2010-04-017-181/+48
* apple: Integrate our libGL into the existing build system betterJeremy Huddleston2010-04-013-74/+113
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-0116-121/+106
* apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston2010-04-017-20231/+0
* apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-0170-38/+71587
* glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-011-3/+22
* glx/dri2: Fix debug build with old dri2proto.Michel Dänzer2010-03-301-0/+13
* glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg2010-03-221-1/+14
* glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul2010-03-054-9/+3
* DRI2: expose OML_sync_control if possibleJesse Barnes2010-03-051-0/+3
* GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes2010-03-051-4/+0
* Fix unmatched parenthesis introduce by previous commitsIan Romanick2010-03-033-3/+3
* Remove support for GCC older than 3.3.0 from generated sourcesIan Romanick2010-03-034-6/+6
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-034-4/+4
* glx: replace assertion with conditionalBrian Paul2010-03-021-2/+2
* glx: Add assert to check input to memcpy.Vinson Lee2010-02-271-0/+1
* glx: fix incorrect array stack memory allocationMarkus Fleschutz2010-02-261-1/+2
* glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu2010-02-251-1/+1
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-241-2/+1
* glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm2010-02-231-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-33/+4
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-5/+2
* 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