1025 Commits (4ea5dc41d2b8b583bb60ec56d0676e97cf93768a)

Author SHA1 Message Date
Vladimír Vondruš 4ea5dc41d2 Platform: NVidia workaround also in WindowlessGlxApplication. 11 years ago
Vladimír Vondruš 79cf010db0 Platform: minor cleanup. 11 years ago
Vladimír Vondruš 3a4eb8bfad Platform: forgot to destroy PBuffer in WindowlessGlxApplication. 11 years ago
Vladimír Vondruš dc533eba25 Platform: request forward-compatible core context in Sdl2Application. 11 years ago
Vladimír Vondruš 7e82eb215c Platform: finally properly create core contexts in Sdl2Application. 11 years ago
Vladimír Vondruš 8f35ebaedf Platform: actually create the fallback context in Sdl2Application. 11 years ago
Vladimír Vondruš d4ee9b7184 Revert "Platform: really properly fix context creation in Sdl2Application." 11 years ago
Vladimír Vondruš 83fb312cfb Platform: try to request core profile also in WindowlessGlxApplication. 11 years ago
Vladimír Vondruš 4adcc5b3a9 Platform: remove obsolete comment. 11 years ago
Vladimír Vondruš a7661d7076 Platform: really properly fix context creation in Sdl2Application. 11 years ago
Squareys 03106cf5cb Audio: Remove getter/setter cross references 11 years ago
Squareys 2d6f6af974 Audio: Add Listener feature and test 11 years ago
Squareys ef777c8078 Audio: Add Playable feature, PlayableGroup and test 11 years ago
Vladimír Vondruš 670c9d0763 Adapted to Corrade::Utility::Debug changes. 11 years ago
Vladimír Vondruš 0aa16595eb Use new-style debug operators everywhere. 11 years ago
Vladimír Vondruš 2ec073ad37 Superfluous comma. 11 years ago
Vladimír Vondruš b4aa394681 Platform: make it possible to use Sdl2Application with EGL on Windows. 11 years ago
Vladimír Vondruš eb590c7f47 Make it possible to run GL tests on Windows/EGL. 11 years ago
Vladimír Vondruš 8f9bda9817 Disable other utilities on Windows/GLES. 11 years ago
Vladimír Vondruš ad342ab18f Platform: build magnum-info on Windows/EGL too. 11 years ago
Vladimír Vondruš 500b18f657 Platform: added WindowlessWindowsEglApplication. 11 years ago
Vladimír Vondruš 70c0ca7c66 Fix constexpr mismatch on MSVC 2015 and GLES. 11 years ago
Vladimír Vondruš e7e8b75d06 Platform: properly find and use EGL when needed. 11 years ago
Vladimír Vondruš 222947ae2c Avoid including unsupported headers on ES2. 11 years ago
Vladimír Vondruš 5922c859a2 Don't compile desktop-only stuff on ES. 11 years ago
Vladimír Vondruš ebd8794ce6 Don't include ES3/desktop-only header on ES2. 11 years ago
Vladimír Vondruš 3d7953f2e9 Test Version debug output. 11 years ago
Vladimír Vondruš 8d5cccf285 Use BPTC instead of S3TC in 3D compressed texture test. 11 years ago
Vladimír Vondruš 0d2ee71f64 S3TC really is *not* supported on 3D textures. 11 years ago
Vladimír Vondruš 8ebbd5be45 Use Texture2DArray instead of Texture3D for compressed pixel storage test. 11 years ago
Vladimír Vondruš eb00614ece Fix compilation of transform feedback test shaders on Mesa. 11 years ago
Vladimír Vondruš c2ceda73d1 Fix compilation of MeshGLTest shader. 11 years ago
Vladimír Vondruš bbeed0ad83 Use CUBE_MAP_POSITIIVE_X instead of CUBE_MAP in glGetTexLevelParameter. 11 years ago
Vladimír Vondruš 420b3435f2 Use glGetStringi() on Emscripten/WebGL 2. 11 years ago
Vladimír Vondruš 39ec4900eb Various cleanup. 11 years ago
Vladimír Vondruš 597f37c177 GCC 4.7 compatibility: some {}-related issues. 11 years ago
Vladimír Vondruš ab2a5c8a28 Fix compilation on Clang. 11 years ago
Vladimír Vondruš da2ac00478 Shaders: ability to do alpha-masking with Phong. 11 years ago
Vladimír Vondruš 2ad49aa351 Support for KHR_blend_equation_advanced{,_coherent}. 11 years ago
Vladimír Vondruš f41321f930 MSVC 2015 compatibility: yet another {}-related bug. 11 years ago
Vladimír Vondruš f2e20ba5c0 Math: default alpha parameter also for Color4::fromHSV(). 11 years ago
Vladimír Vondruš 45e6985f25 SceneGraph: fix MSVC 2015 shadowing warnings. 11 years ago
Vladimír Vondruš 1965dffbbd Text: prefix private member variables with underscore. 11 years ago
Vladimír Vondruš 1ad5f330b0 MeshTools: silence conversion warning on MSVC. 11 years ago
Vladimír Vondruš 127f34b657 Math: fix typedef shadowing. 11 years ago
Vladimír Vondruš 5391ab247e Math/Algorithms: fix variable shadowing. 11 years ago
Vladimír Vondruš 8b6ff33476 DebugTools: prefix private member variables with underscore. 11 years ago
Squareys 2275544fa9 Audio: Expand Source test and fix bugs revealed in the process 11 years ago
Squareys c68e77e247 Audio: Add debug operator for Audio::Renderer::DistanceModel 11 years ago
Squareys 65c6eb78e3 Audio: Expand RendererTest 11 years ago