summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * glx: Add casts to eliminate 'comparison between signed and unsigned' warningsIan Romanick2010-02-111-7/+8
| * glx: Eliminate several 'unused variable' warnings in glxcmds.c.Ian Romanick2010-02-111-0/+11
| * glx: Use wrapper macro to detect direct renderingIan Romanick2010-02-111-24/+8
* | glx: Fix a couple of warningsKristian Høgsberg2010-02-161-2/+0
* | glx: Only register wire handlers for the events the server supportsKristian Høgsberg2010-02-161-1/+20
* | dri2: Event driven buffer validation.Francisco Jerez2010-02-163-15/+39
* | glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg2010-02-163-8/+4
* | glx: Silence uninitialized variable warning.Vinson Lee2010-02-141-0/+1
|/
* glx: Fix TOP setting in src/glx MakefileKristian Høgsberg2010-02-091-1/+1
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-0958-4342/+90
* glx: Fix SwapBuffers regression introduced by 01923fb72d.Francisco Jerez2010-02-082-0/+2
* glx: permit building with older protocol headersKeith Whitwell2010-02-083-6/+41
* glx: Don't mark the XF86DRI functions PUBLICKristian Høgsberg2010-02-051-16/+16
* glx: Remove unnecessary headers.Vinson Lee2010-02-018-12/+0
* glx: fix possible memory leaks in dri2CreateScreen()Rodolfo Ribeiro Gomes2010-01-291-5/+8
* glx: Build GLX normally.Chia-I Wu2010-01-261-12/+9
* mesa: misc GLX_INTEL_swap_event fixesRobert Bragg2010-01-253-10/+22
* Merge branch 'arb_half_float_vertex'Dave Airlie2010-01-231-0/+1
|\
| * glapi: add GL_HALF_FLOAT enum support.Dave Airlie2010-01-231-0/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+1
|\ \ | |/ |/|
| * glx: Set GL context to null in __glXSetCurrentContextNullLuca Barbieri2010-01-191-0/+1
* | Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-213-3/+6
* | Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith2010-01-194-7/+7
* | DRI2: don't send DRI2 requests the server doesn't know aboutJesse Barnes2010-01-131-5/+13
* | GLX/DRI2: pass X drawable ID insteadJesse Barnes2010-01-131-4/+4
* | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-1112-188/+704
|\ \
| * | DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-085-5/+163
| * | DRI2: add SwapInterval supportJesse Barnes2010-01-086-9/+80
| * | DRI2: add OML_sync_control supportJesse Barnes2010-01-089-185/+423
| * | DRI2: add SwapBuffers supportJesse Barnes2010-01-083-1/+50
* | | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-052-7/+7
|\ \ \ | |_|/ |/| |
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-042-7/+7
| |/
* | apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston2010-01-032-20/+0
* | glxcmds: Fix comment about __DRI_ALLOCATEJeremy Huddleston2010-01-031-2/+2
|/
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-273-2/+11
|\
| * glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.Vinson Lee2009-12-231-0/+4
| * glx: Move declaration outside for loop.Vinson Lee2009-12-231-2/+3
| * glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.Vinson Lee2009-12-221-0/+4