10038 Commits (656bc7e97b6344d293a7622307368394e2af1dbf)
 

Author SHA1 Message Date
Vladimír Vondruš 656bc7e97b doc: use the now-common naming scheme for custom SceneField IDs. 3 years ago
Vladimír Vondruš b74a11eebc sceneconverter: use MeshData::attributeId() instead of a custom helper. 3 years ago
Vladimír Vondruš 21b951cd2b Trade: doc++ 3 years ago
Vladimír Vondruš 79c2dfcc81 Trade: use Utility::copy() instead of painstakingly filling test data. 3 years ago
Vladimír Vondruš 886d4a721c Trade: compare data pointers instead of just testing equality. 3 years ago
Vladimír Vondruš 9ba9c406aa Trade: deinline SceneFieldData::*Data() accessors. 3 years ago
Vladimír Vondruš 08df2f28a7 Trade: reorder SceneFieldData fields. 3 years ago
Vladimír Vondruš 10191d352c Trade: polish SceneData docs. 3 years ago
Vladimír Vondruš 3129a197dd Trade: err, no, there's no "upper 15 bits" in a 16bit MeshAttribute. 3 years ago
Vladimír Vondruš 91ed119690 MeshTools: test a "shouldn't assert" case outside of an error redirect. 3 years ago
Vladimír Vondruš dcd40f75d7 MeshTools: update some outdated code comments. 3 years ago
Vladimír Vondruš d00ede0454 Primitives: document how the square/plane vertices are ordered. 3 years ago
Vladimír Vondruš 6dfbe038b6 Shaders: reduce error output redirection scope in tests to a minimum. 3 years ago
Vladimír Vondruš f904e483b3 Shaders: fix doc titles for bind*Buffer() APIs. 3 years ago
Vladimír Vondruš 7d6335ee55 Shaders: minor cleanup in tests. 3 years ago
Vladimír Vondruš 3aacfb8deb doc: change the way MAGNUM_BUILD_DEPRECATED is defined for Doxygen. 3 years ago
Vladimír Vondruš 2510a88b8f doc: don't link to deprecated APIs, again. 3 years ago
Vladimír Vondruš 8c62f8d736 Shaders: doc++ 3 years ago
Squareys 9730cd2400 Shaders: reuse already-calculated uniform locations in Phong. 3 years ago
Vladimír Vondruš eafb2de1f1 Link all magnum-* utilities to Corrade::Main. 3 years ago
Vladimír Vondruš b219ebe1c5 package/ci: the ARM64 build should depend on the nondeprecated build too. 4 years ago
Vladimír Vondruš a496029874 Trade: accidentally didn't test MeshData::mutableAttribute<T[]>(). 4 years ago
Vladimír Vondruš 46e6d61803 Math: make {un,}pack{Half,}Into() and castInto() assertions clearer. 4 years ago
Vladimír Vondruš a67effb57a Trade: allow array attributes to have implementation-specific formats. 4 years ago
Vladimír Vondruš fc5429421c Trade: minor cleanup in a test. 4 years ago
Vladimír Vondruš 8d138295ee Trade: test that MeshData::*AsArray() APIs pick the right attribute. 4 years ago
Vladimír Vondruš 112fd14a52 Trade: use the vertexFormat() helper instead of assuming enum order. 4 years ago
Vladimír Vondruš ab52aed884 Trade: clean up MeshData::*AsArray() test cases. 4 years ago
Vladimír Vondruš cf6fcdef4f Trade: use unique identifiers in assertion tests. 4 years ago
Vladimír Vondruš 9b2aaa06eb Shaders: fix an outdated comment. 4 years ago
Vladimír Vondruš 7de32e2013 Use the new, shorter Containers::Size / Stride typedefs. 4 years ago
Vladimír Vondruš 12c74a351f package/ci: make all CircleCI jobs depend on the nondeprecated build. 4 years ago
Vladimír Vondruš 744353b6cd Port away from deprecated Shaders functionality. 4 years ago
Vladimír Vondruš c5abcf5140 Shaders: take constructor arguments via a Configuration instance. 4 years ago
Vladimír Vondruš 3bf08a8251 Doc: don't link to long-deprecated APIs. 4 years ago
Vladimír Vondruš f0cbb8d3c1 Doc++ 4 years ago
Vladimír Vondruš 8000e82cfb Shaders: minor cleanup in a test. 4 years ago
Vladimír Vondruš e76405e0e0 CMake: fix a bug where TARGET_GLES2 was forced on mobile platforms. 4 years ago
Vladimír Vondruš 40593113f6 Shaders: drop nasty workarounds for Clang 3.8. 4 years ago
Vladimír Vondruš 649017c0ff Trade: add MaterialData::attributeDataOffset(). 4 years ago
Vladimír Vondruš 7ce5efc102 Trade: doc++ 4 years ago
Vladimír Vondruš a475c92d99 GL: use Containers::Iterable also in AbstractShaderProgram::draw(). 4 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš c2ab0dd3ac package/archlinux: use a wildcard .kateconfig for PKGBUILD highlighting. 4 years ago
Vladimír Vondruš c42013b608 package/archlinux: use a dedicated test target for Emscripten. 4 years ago
Vladimír Vondruš 169ca59608 doc: mention CORRADE_TESTSUITE_TEST_TARGET in building docs. 4 years ago
Vladimír Vondruš 66d1afca3f Shaders: use new AbstractShaderProgram subclass implementation macro. 4 years ago
Vladimír Vondruš fb0a970ecd GL: create a macro for AbstractShaderProgram subclass method chaining. 4 years ago
Vladimír Vondruš f4b9b10404 GL: skip also dispatchCompute() if count is zero in any dimension. 4 years ago
Vladimír Vondruš 951fc52ac6 GL: document when multi- and XFB-draw() doesn't result in any draw call. 4 years ago