summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '7.8'Ian Romanick2010-04-042-2/+2
|\
| * Update to final names from GLX_INTEL_swap_event specIan Romanick2010-04-042-2/+2
* | Merge branch '7.8'Ian Romanick2010-04-042-5/+61
|\ \ | |/
| * 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
* | Merge branch '7.8'Michel Dänzer2010-03-301-0/+13
|\ \ | |/
| * 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
* | drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-59/+30
* | drisw: update commentGeorge Sapountzis2010-03-271-9/+15
* | drisw: add comment to libGL about strideGeorge Sapountzis2010-03-271-1/+9
* | drisw: make stride issue profoundGeorge Sapountzis2010-03-271-31/+61
* | glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis2010-03-271-2/+15
* | glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg2010-03-221-1/+14
* | GLX/OML: honor OML semantics even if target, divisor and remainder are 0Jesse Barnes2010-03-221-0/+3
* | glx: minor cosmeticGeorge Sapountzis2010-03-211-5/+8
* | glx: swapBuffers prototype has changedGeorge Sapountzis2010-03-211-2/+9
* | glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith2010-03-121-0/+3
* | glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY2010-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
| * 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