summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2010-03-30Merge branch '7.8'Michel Dänzer1-0/+13
2010-03-30glx/dri2: Fix debug build with old dri2proto.Michel Dänzer1-0/+13
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis1-59/+30
2010-03-27drisw: update commentGeorge Sapountzis1-9/+15
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis1-1/+9
2010-03-27drisw: make stride issue profoundGeorge Sapountzis1-31/+61
2010-03-27glx: try swrastg_dri, if swrast_dri failsGeorge Sapountzis1-2/+15
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg1-1/+14
2010-03-22glx: Suppress BadDrawable from DRI2CopyRegionKristian Høgsberg1-1/+14
2010-03-22GLX/OML: honor OML semantics even if target, divisor and remainder are 0Jesse Barnes1-0/+3
2010-03-21glx: minor cosmeticGeorge Sapountzis1-5/+8
2010-03-21glx: swapBuffers prototype has changedGeorge Sapountzis1-2/+9
2010-03-12glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith1-0/+3
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul4-9/+3
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Jon TURNEY4-9/+3
2010-03-05DRI2: expose OML_sync_control if possibleJesse Barnes1-0/+3
2010-03-05GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes1-4/+0
2010-03-03Fix unmatched parenthesis introduce by previous commitsIan Romanick3-3/+3
2010-03-03Remove support for GCC older than 3.3.0 from generated sourcesIan Romanick4-6/+6
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick4-4/+4
2010-03-02glx: replace assertion with conditionalBrian Paul1-2/+2
2010-02-27glx: Add assert to check input to memcpy.Vinson Lee1-0/+1
2010-02-26glx: fix incorrect array stack memory allocationMarkus Fleschutz1-1/+2
2010-02-25glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu1-1/+1
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg1-2/+1
2010-02-23glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm1-3/+3
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2-33/+4
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-5/+2
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick1-137/+143
2010-02-16glx: Fix a couple of warningsKristian Høgsberg1-2/+0
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg1-1/+20
2010-02-16dri2: Event driven buffer validation.Francisco Jerez3-15/+39
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg3-8/+4
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee1-0/+1
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-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg1-1/+1
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg58-4342/+90
2010-02-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez2-0/+2
2010-02-08glx: permit building with older protocol headersKeith Whitwell3-6/+41