6994 Commits (b0def187ae1d74b54ccb8893b5bf2bd60c54da40)
 

Author SHA1 Message Date
Vladimír Vondruš b0def187ae Mutable image views can be passed via const&. 7 years ago
Vladimír Vondruš bd1ce7d316 Math: return proper type from Range3D::xy(). 7 years ago
Vladimír Vondruš 0de0104abe Math: return proper type from Range*D::scaledFromCenter(). 7 years ago
Vladimír Vondruš 2030e7cfef Math: clarify how quaternion data are ordered. 7 years ago
Vladimír Vondruš 07b3253714 GL: make it possible to read pixel data into mutable image views. 7 years ago
Vladimír Vondruš 09f5a15d36 GL: my engrish is bettar now. 7 years ago
Vladimír Vondruš e8cd9a2b93 GL: minor cleanup in the test. 7 years ago
Vladimír Vondruš 1b7c2d9666 Use Basic[Mutable]ImageView aliases instead of nondescript raw types. 7 years ago
Vladimír Vondruš 6c5948e0d0 Restrict the Image::Image(T) constructor a bit. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš 41b975cb69 New Mutable[Compressed]ImageView types for non-const image data views. 7 years ago
Vladimír Vondruš 3d5f50ac49 Test: use the new setTestCaseTemplateName(). 7 years ago
Vladimír Vondruš 6144a73c8e GL: avoid using deprecated templated Image::data() in tests. 7 years ago
Vladimír Vondruš 3d5f7b9a3c Make r-value [Compressed]Image[Data]::data() return an Array. 7 years ago
Vladimír Vondruš 1c25bdba7a Deprecate templated [Compressed]Image{,View,Data}::data(). 7 years ago
Vladimír Vondruš 51587a63a0 Add file encoding to .editorconfig. 7 years ago
Vladimír Vondruš 15c417ac70 Doc++ 7 years ago
Vladimír Vondruš 50902e72d7 Platform: check for non-null GL_VENDOR before comparing it. 7 years ago
Vladimír Vondruš 035642748f TgaImporter: properly handle files with too short data. 7 years ago
Vladimír Vondruš cf7d2a487f Platform: actually properly redraw after EmscriptenApp::viewportEvent(). 7 years ago
Vladimír Vondruš 384fd5c363 Platform: fix EmscriptenApp::setContainerCssClass() to fire viewport event. 7 years ago
Vladimír Vondruš 4e20d22c4b Platform: separate the implicit engine startup log from the rest. 7 years ago
Vladimír Vondruš 291fa9a60a Platform: display also standard library defines in magnum-gl-info. 7 years ago
Vladimír Vondruš 1c8cbaa68a GL: trim vendor string in the engine startup log. 7 years ago
Vladimír Vondruš bb921d0f86 GL: print a message about GPU validation in verbose log output. 7 years ago
Vladimír Vondruš 3508439445 GL: clarify Context::DetectedDriver value docs. 7 years ago
Vladimír Vondruš 14911500bd GL: warn if using --magnum-gpu-validation w/o debug context on AMD. 7 years ago
Vladimír Vondruš e746b38d3c GL: what?! why? no. 7 years ago
Vladimír Vondruš 7feb6df0ab GL: harden image upload tests in GLCubeMapGLTest. 7 years ago
Vladimír Vondruš 8d98f1161e Shaders: clamp shininess factor in Phong to minimize artifacts. 7 years ago
Vladimír Vondruš a1cc0cb62d Math: off-center Matrix4::perspectiveProjection(). 7 years ago
Vladimír Vondruš 637e8ecd44 Math: de-duplicate code in Matrix4::perspectiveProjection(). 7 years ago
Vladimír Vondruš ad291c2afe Math: mention planeEquation() in Frustum docs and vice versa. 7 years ago
Vladimír Vondruš 8791488f4a MeshTools: show how generate*NormalsInto() can be used with std::vector. 7 years ago
Vladimír Vondruš cfbfdb72c0 doc: compile MeshTools snippets also when GL is disabled. 7 years ago
Vladimír Vondruš 32a090954a doc: updated changelog. 7 years ago
Vladimír Vondruš 7604309014 DebugTools: make it clearer that ForceRenderer takes a reference. 7 years ago
Vladimír Vondruš 10d5894e50 Trade: doc++ 7 years ago
Vladimír Vondruš 6d1569d82b Platform: build Application tests as WIN32 apps on Windows. 7 years ago
Vladimír Vondruš 4814285073 modules: updated FindCorrade.cmake. 7 years ago
Vladimír Vondruš be6d334a1c doc: updated changelog. 7 years ago
Vladimír Vondruš 745fc4ed91 package/ci: build for MSVC 2019 on AppVeyor. 7 years ago
Vladimír Vondruš d542e2b7e2 Animation: MSVC 2019 still doesn't like this. 7 years ago
Vladimír Vondruš 9e2a1117de MeshTools: yay? a new SILLY workaround for MSVC 2019? 7 years ago
Vladimír Vondruš ddb16f6df8 DebugTools: give up on optimism. 7 years ago
Vladimír Vondruš 4009d88c00 modules: updated FindCorrade.cmake. 7 years ago
Vladimír Vondruš bc9068efda GL: harden multi-Context test. 7 years ago
Vladimír Vondruš a03e237926 CMake: clean up docs related to MAGNUM_PLUGINS_DIR. 7 years ago
Vladimír Vondruš 057475fb8a CMake: don't enable -fPIC by default on Emscripten. 7 years ago
Vladimír Vondruš 51cd4b3dd0 GL: fixed a 64-to-32-bit conversion warning on MSVC. 7 years ago