3911 Commits (8c4756a9e488ca796cbda886f215ecde4128f2a9)

Author SHA1 Message Date
Vladimír Vondruš 8c4756a9e4 Platform: use amd-nv-no-forward-compatible-core-context only when needed. 11 years ago
Vladimír Vondruš cbf3e427a1 Recognizing `amd-nv-no-forward-compatible-core-context` workaround. 11 years ago
Vladimír Vondruš 356491e1df More transparent way to handle driver workarounds. 11 years ago
Vladimír Vondruš cb897a497f Recognize and ignore --magnum-* command-line options in utilities. 11 years ago
Vladimír Vondruš f684882d63 Platform: reduce amount of included files, cleanup. 11 years ago
Vladimír Vondruš e7383d88fc Initial support for passing arguments directly to the engine. 11 years ago
Vladimír Vondruš 342b3c2b60 Fix failing TransformFeedback GL test on Mesa. 11 years ago
Vladimír Vondruš d2454ba6f3 Remove lvalue restrictions when converting images to image views. 11 years ago
Vladimír Vondruš d91cb8f9e8 Disallow default construction of tag types. 11 years ago
Vladimír Vondruš a58cbd8153 Avoid creating tag types more than once. 11 years ago
Vladimír Vondruš cd740671a6 Don't use raw GL calls (that are even deprecated) in tests. 11 years ago
Vladimír Vondruš 2dfa2815ae Platform: documentation formatting fixes. 11 years ago
Squareys 70e4d411f5 Audio: Remove hrtfs() test case from ContextTest. 11 years ago
Squareys 96c5a9a0f5 Audio: Add hrtfSpecifier() to Context for querying HRTF name. 11 years ago
Squareys 9d53f7cb2b Audio: Fix hrtfStatus() and isHrtfEnabled() and move them to Context. 11 years ago
Vladimír Vondruš 2d44f46f14 Math: fix compiler warning. 11 years ago
Vladimír Vondruš d483a549b4 Audio: don't export internal function. 11 years ago
Vladimír Vondruš fd624d605e Audio: try to fix AppVeyor build. 11 years ago
Vladimír Vondruš 360068475a Platform: Windows RT support for Sdl2Application. 11 years ago
Vladimír Vondruš df4e032e83 Platform: Sdl2Application documentation cleanup. 11 years ago
Vladimír Vondruš 247d8dba6f Math: added lerp(T, T, BoolVector). 11 years ago
Vladimír Vondruš 7fb0efcea7 Make Corrade::Utility::Fatal available in Magnum namespace. 11 years ago
Vladimír Vondruš e6567af364 Math: don't depend on char signedness in test. 11 years ago
Vladimír Vondruš 7bb8bb271b Math: test Quaternion SLERP division by zero with non-trivial data. 11 years ago
Squareys 998f63bcb2 Math: Fix slerp interpolation of equal quaternions and add test. 11 years ago
Vladimír Vondruš ef7b456d17 Audio: don't assume anything about OpenAL enum sizes. 11 years ago
Vladimír Vondruš 00cc967739 Audio: make the frequency setting optional too. 11 years ago
Vladimír Vondruš cf24013769 Audio: cleanup Context::Configuration member naming and documentation. 11 years ago
Vladimír Vondruš 443d6aaae2 Audio: rename Buffer::Format enum values for consistency. 11 years ago
Vladimír Vondruš 09e1eca432 Audio: add missing enum values to debug operator. 11 years ago
Vladimír Vondruš 5d1a26ec65 Audio: random cleanups. 11 years ago
Squareys 9587b31430 Doc: `ResourceManager::instance()` returns reference, not pointer. 11 years ago
Squareys e8a75f270f Audio: Add tests for hrtf methods in Renderer and the HrtfStatus enum. 11 years ago
Squareys 12c795b95e Audio: Improve support for ALC_HRTF_SOFT(X). 11 years ago
Squareys 488e8ab20c MagnumExternal: Add ALC_SOFTX_HRTF defines and ALC_SOFT_HRTF procedures. 11 years ago
Squareys c4af4da397 Audio: Implement support for AL_EXT_double. 11 years ago
Squareys 0c0c3dd70d Audio: Implement support for AL_EXT_float32. 11 years ago
Squareys 04077dcf6b Audio: Make sure AL and ALC extensions are both detected. 11 years ago
Squareys 2d3ef77ef5 Audio: Add Test for Context. 11 years ago
Squareys 9f409713cc Audio: Add ALC_ENUMERATION_EXT to extensions for testing 11 years ago
Squareys 4f5551dbec Audio: Initial Support for OpenAL Extensions (and ALC_SOFTX_HRTF) 11 years ago
Squareys 7421bf045d Audio: Add Extensions.h 11 years ago
Squareys 5536289890 MagnumExternal: Add OpenAL/extensions.h. 11 years ago
Squareys 8b911c4ee3 Audio: Print additional info on Context creation 11 years ago
Vladimír Vondruš 663fbc8aee Doc++ 11 years ago
Vladimír Vondruš 81f227bae1 Platform: do the core context workaround also for AMD. 11 years ago
Vladimír Vondruš 725ffbbfdb Platform: doc++ 11 years ago
Vladimír Vondruš 6dfcde1f48 TextureTools: improve distance field computation without texelFetch(). 11 years ago
Vladimír Vondruš 0383592d1b TextureTools: fix driver crash on AMD. 11 years ago
Vladimír Vondruš 5170aa4978 TextureTools: fix distance field converter on 3.0 <= GL < 3.2. 11 years ago