- ae7b3a6 glx: Move initialization of ext_list_first_time to where it's storage is allocated by Brian Paul · 15 years ago
- 1ca9683 DRI2: expose OML_sync_control if possible by Jesse Barnes · 15 years ago
- 6b3145d GLX: remove debug prints from glXWaitForMscOML dispatch by Jesse Barnes · 15 years ago
- 6d9a9e5 Fix unmatched parenthesis introduce by previous commits by Ian Romanick · 15 years ago
- f7dde2c Remove support for GCC older than 3.3.0 from generated sources by Ian Romanick · 15 years ago
- 016fc30 Remove support for GCC older than 3.3.0 by Ian Romanick · 15 years ago
- 5f40a7a glx: replace assertion with conditional by Brian Paul · 15 years ago
- 706fffb glx: Add assert to check input to memcpy. by Vinson Lee · 15 years ago
- 83f1183 glx: fix incorrect array stack memory allocation by Markus Fleschutz · 15 years ago
- 4cb13b4 glapi: Generated GLX sources should use glapidispatch.h. by Chia-I Wu · 15 years ago
- 07b07b4 glapi: GL_OES_EGL_image autogenerated files by Kristian Høgsberg · 15 years ago
- 251bf29 glx: Fix some typos in pointer checking for OML_sync_control entry points. by kleinerm · 15 years ago
- 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
- 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
- 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago
- 846cf49 glx: Fix a couple of warnings by Kristian Høgsberg · 15 years ago
- 215d0da glx: Only register wire handlers for the events the server supports by Kristian Høgsberg · 15 years ago
- 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
- 97ec607 glx: Move GetGLXDRIDrawable() prototype to glxclient.h by Kristian Høgsberg · 15 years ago
- 86d98fa glx: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
- d46d30f glx: Pass fbconfig ID or visual ID to CreateContext by Ian Romanick · 15 years ago
- c3db1d6 glx: Use the screen parameter everywhere instead of vis->screen, etc. by Ian Romanick · 15 years ago
- 52cf8db glx: Move work of converting a visual to an fbconfig by Ian Romanick · 15 years ago
- bc7b2f0 glx: Re-indent CreateContext after the previous commit by Ian Romanick · 15 years ago
- 2243029 glx: Handle imported contexts outside of CreateContext by Ian Romanick · 15 years ago
- 7bcfb66 glx: Pass screen number as parameter to CreateContext by Ian Romanick · 15 years ago
- 8bffadb glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter by Ian Romanick · 15 years ago
- 68fef18 glx: Fix interval test in glXSwapIntervalMESA by Ian Romanick · 15 years ago
- 1add535 glx: Change type to eliminate 'comparison between signed and unsigned' warning by Ian Romanick · 15 years ago
- 71a6fb1 glx: Add casts to eliminate 'comparison between signed and unsigned' warnings by Ian Romanick · 15 years ago
- 26b2bee glx: Eliminate several 'unused variable' warnings in glxcmds.c. by Ian Romanick · 15 years ago
- 2b4e009 glx: Use wrapper macro to detect direct rendering by Ian Romanick · 15 years ago
- 2ecbe4e glx: Fix TOP setting in src/glx Makefile by Kristian Høgsberg · 15 years ago
- 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago
- 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 15 years ago
- 01923fb glx: permit building with older protocol headers by Keith Whitwell · 15 years ago
- 697e221 glx: Don't mark the XF86DRI functions PUBLIC by Kristian Høgsberg · 15 years ago
- e3a99e8 glx: Remove unnecessary headers. by Vinson Lee · 15 years ago
- 81cca6d glx: fix possible memory leaks in dri2CreateScreen() by Rodolfo Ribeiro Gomes · 15 years ago
- 1469317 glx: Build GLX normally. by Chia-I Wu · 15 years ago
- 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
- 782b688 Merge branch 'arb_half_float_vertex' by Dave Airlie · 15 years ago
- 1ac5fd5 glapi: add GL_HALF_FLOAT enum support. by Dave Airlie · 15 years ago
- cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
- bdd2500 Do not include glapi/dispatch.h outside Mesa core. by Chia-I Wu · 15 years ago
- a7aaf05 Sun compilers now support some gcc __attribute__ values by Alan Coopersmith · 15 years ago
- e882943 glx: Set GL context to null in __glXSetCurrentContextNull by Luca Barbieri · 15 years ago
- 1cfd769 DRI2: don't send DRI2 requests the server doesn't know about by Jesse Barnes · 15 years ago
- 62eb28c GLX/DRI2: pass X drawable ID instead by Jesse Barnes · 15 years ago
- c6ef705 Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa by Jesse Barnes · 15 years ago
- 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
- efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
- daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
- a35f6bb DRI2: add SwapBuffers support by Jesse Barnes · 15 years ago
- ae44b92 Merge branch 'remove-intel-dri1' by Kristian Høgsberg · 15 years ago
- d61f073 Remove leftover __DRI{screen,drawable,context}Private references by Kristian Høgsberg · 15 years ago
- 287cbba apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX by Jeremy Huddleston · 15 years ago
- 32305e3 glxcmds: Fix comment about __DRI_ALLOCATE by Jeremy Huddleston · 15 years ago
- d0b7ff5 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Brian Paul · 15 years ago
- 6c8c1ce glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h. by Vinson Lee · 15 years ago
- cf3bb0c glx: Move declaration outside for loop. by Vinson Lee · 15 years ago
- cf02484 glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined. by Vinson Lee · 15 years ago
- 76b3523 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
- 26d2ce0 GLX: Change GLX client vendor string to "Mesa Project and SGI" by Ian Romanick · 15 years ago
- e055665 glx: Fix memory leak if XF86DRICreateDrawable() fails by Vinson Lee · 15 years ago
- 5e6a6a2 glx: don't destroy context immediately if it's currently bound by Brian Paul · 15 years ago
- 521e4b9 glx: fix glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
- ef9cd84 glx: indentation fixes by Brian Paul · 15 years ago
- eeb7e04 Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
- d09941c Fix build on non GLIBC platforms (FreeBSD at least) by Robert Noland · 15 years ago
- ba002eb Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
- bc75464 glx: include string.h to silence missing memset() prototype warning by Brian Paul · 15 years ago
- e857303 GLX: Warn only once about applications calling GLX 1.3 functions by Tormod Volden · 15 years ago
- 82c2f77 Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Nicolai Hähnle · 15 years ago
- 9666529 glx: Use initstate_r / random_r instead of corrupting global random number state by Ian Romanick · 15 years ago
- 6c6fe0a Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch by Ian Romanick · 15 years ago
- 1f309c4 GLX: Complain when buggy applications call GLX 1.3 functions. by Ian Romanick · 15 years ago
- 9053bb0 Merge branch 'mesa_7_5_branch' by Michel Dänzer · 15 years ago
- edb1178 glx/x11: Fix glXCreateGLXPixmap for direct rendering. by Michel Dänzer · 15 years ago
- 029e643 glx/dri2: Always use X drawable ID for DRI2 protocol. by Michel Dänzer · 15 years ago
- 49c0825 glx: initialize some local vars to silence warnings with -O3 by Brian Paul · 15 years ago
- 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
- 50f8ca2 glx: fix signedness warning by RALOVICH, Kristóf · 15 years ago
- 7013a4d mesa/glapi: regenerated files from gl_API.xml by Brian Paul · 15 years ago
- e87320b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
- 45f4e88 glx: assign per screen driver configs (DRISW) by RALOVICH, Kristóf · 15 years ago
- d090ba9 glx: assign per screen driver configs (DRI) by RALOVICH, Kristóf · 15 years ago
- 82f4dc2 glx: assign per screen driver configs (DRI2) by RALOVICH, Kristóf · 15 years ago
- e32b601 glx: properly release DRI configs by RALOVICH, Kristóf · 15 years ago
- ce0ad53 glx: cache DRI configs in __GLXscreenConfigsRec by RALOVICH, Kristóf · 15 years ago
- 8363dff glx: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
- 4b0b250 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
- b43887c ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX by Ian Romanick · 15 years ago
- 4e7476f ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXT by Ian Romanick · 15 years ago
- 7fd4400 ARB_fbo: Regenerate files from previous commits. by Ian Romanick · 15 years ago
- 25b492b GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. by Michel Dänzer · 15 years ago
- 28471cf Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
- b40dc7e Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
- fa5b036 glx: plug a leak by Kristof Ralovich · 15 years ago
- 52f895d glx: fix null pointer dereference segfault (bug 22546) by Brian Paul · 15 years ago