summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-03-05glx: Move initialization of ext_list_first_time to where it's storage is allo...Brian Paul
2010-03-05DRI2: expose OML_sync_control if possibleJesse Barnes
2010-03-05GLX: remove debug prints from glXWaitForMscOML dispatchJesse Barnes
2010-03-03Fix unmatched parenthesis introduce by previous commitsIan Romanick
2010-03-03Remove support for GCC older than 3.3.0 from generated sourcesIan Romanick
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-03-02glx: replace assertion with conditionalBrian Paul
2010-02-27glx: Add assert to check input to memcpy.Vinson Lee
2010-02-26glx: fix incorrect array stack memory allocationMarkus Fleschutz
2010-02-25glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg
2010-02-23glx: Fix some typos in pointer checking for OML_sync_control entry points.kleinerm
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick
2010-02-16glx: Fix a couple of warningsKristian Høgsberg
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee
2010-02-11glx: Pass fbconfig ID or visual ID to CreateContextIan Romanick
2010-02-11glx: Use the screen parameter everywhere instead of vis->screen, etc.Ian Romanick
2010-02-11glx: Move work of converting a visual to an fbconfigIan Romanick
2010-02-11glx: Re-indent CreateContext after the previous commitIan Romanick
2010-02-11glx: Handle imported contexts outside of CreateContextIan Romanick
2010-02-11glx: Pass screen number as parameter to CreateContextIan Romanick
2010-02-11glx: Pass opcode to CreateContext instead of use_glx_1_3 parameterIan Romanick
2010-02-11glx: Fix interval test in glXSwapIntervalMESAIan Romanick
2010-02-11glx: Change type to eliminate 'comparison between signed and unsigned' warningIan Romanick
2010-02-11glx: Add casts to eliminate 'comparison between signed and unsigned' warningsIan Romanick
2010-02-11glx: Eliminate several 'unused variable' warnings in glxcmds.c.Ian Romanick
2010-02-11glx: Use wrapper macro to detect direct renderingIan Romanick
2010-02-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez
2010-02-08glx: permit building with older protocol headersKeith Whitwell
2010-02-05glx: Don't mark the XF86DRI functions PUBLICKristian Høgsberg
2010-02-01glx: Remove unnecessary headers.Vinson Lee
2010-01-29glx: fix possible memory leaks in dri2CreateScreen()Rodolfo Ribeiro Gomes
2010-01-26glx: Build GLX normally.Chia-I Wu
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2010-01-19glx: Set GL context to null in __glXSetCurrentContextNullLuca Barbieri
2010-01-13DRI2: don't send DRI2 requests the server doesn't know aboutJesse Barnes
2010-01-13GLX/DRI2: pass X drawable ID insteadJesse Barnes
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes