Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10overlay_gl/init_mac.c: remove code based on CGDisplayIsCaptured()Davide Beatrici
2019-09-22Bump version to 1.4.0Jan Klass
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-03-11Correct case of AGL/agl.h to allow compilation on case-sensitive filesystemHarald Niesche
2018-02-19overlay: set custom build directory in relation to the global onedavidebeatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-09-03overlay_gl: linux: only assume absolute dynamic entries on glibc.Matthias von Faber
2017-08-05Fix indentation in pro filesJan Klass
2017-03-05Move .pri files and "toolchain" folder in "qmake"Davide Beatrici
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-12-09*.pro: use 'linux*' instead of 'linux' for Linux conditionals.Mikkel Krautz
2016-11-27Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR.Mikkel Krautz
2016-07-03overlay_gl: use Elf_Sym instead of Elf64_Sym in FreeBSD specific-code.Mikkel Krautz
2016-06-24Merge PR #2356: overlay_gl: call glDrawArrays with GL_TRIANGLES instead of GL...Mikkel Krautz
2016-06-19overlay_gl: unmask framebuffer color components in drawContext().Mikkel Krautz
2016-06-19overlay_gl: call glDrawArrays with GL_TRIANGLES instead of GL_QUADS.Mikkel Krautz
2016-05-10overlay_gl: update to use LICENSE.header.Mikkel Krautz
2015-11-23overlay_gl: port to FreeBSD.Mikkel Krautz
2015-11-15overlay_gl: add missing mach_override include for OS X.Mikkel Krautz
2015-11-09Fix warnings in overlay_gl when built with GCC 5.2.1 for i386.Mikkel Krautz
2015-10-28Fix warnings in overlay_gl C codeStefan Hacker
2015-07-04Handle some possible failure cases in overlay_glStefan Hacker
2015-07-04Fix various warnings in Linux buildStefan Hacker
2015-06-05Check for Mesa rather than GLX > 1.2 when determining glXQueryDrawable GLX_WI...Mikkel Krautz
2015-06-05Do not link the Linux overlay with '-z now'.Mikkel Krautz
2015-06-05overlay_gl: remove unnecessary qmake message.Mikkel Krautz
2015-05-12Mark shebanged files as executableWill Tange
2015-05-11Follow XDG directory spec for RPC socket & overlay pipeEvan Purkhiser
2015-02-08Unify overlay code for Unix and OS X.Mikkel Krautz
2015-01-10Fix indentation. Add curly braces according to coding style.Kissaki
2014-10-16Disable vertex attrib arrays in overlay_gl (fixes #1298)scapula
2014-04-05Bump version to 1.3.0Mikkel Krautz
2013-06-12Refac: Use constant to check return valueKissaki
2013-06-12* Commenting, varnaming, fix indentKissaki
2013-06-09Bump version to 1.2.5Mikkel Krautz
2011-05-16Fix warnings in overlay_glThorvald Natvig
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-20Bump version to 1.2.4Thorvald Natvig
2010-09-07Only disable GL_TEXTURE_GEN_* if they're already enabled. Fixes black screen ...Mikkel Krautz
2010-08-31Unix/MacOSX overlay library: Tell OverlayClient when we've mapped SharedMemor...Mikkel Krautz
2010-04-30Fix *nix OpenGL overlay and add FPS counter code to OSX overlay.mStefan Hacker
2010-04-29Transmit fps more often and represent them as floatStefan Hacker
2010-04-28Add an optional FPS counter to the overlayStefan Hacker
2010-04-18in case GL_ARRAY_BUFFER is bound, store and reset it before rendering overlay...Anton Romanov
2010-03-01Use premultiplied alpha texturesThorvald Natvig
2010-02-10Bump version to 1.2.3Thorvald Natvig
2010-02-04Make sure to pop the whole GL error stack when cleaning up.Mikkel Krautz
2010-02-03Only switch unpack buffer if we have toThorvald Natvig
2010-02-01Unbind PBO buffer before we draw our GL overlay.Mikkel Krautz