114 Commits (61397afc31e6be7bc348dea0afbcd4bea5c71067)

Author SHA1 Message Date
Vladimír Vondruš 61397afc31 MeshTools: make a version of duplicate() not dependent on std::vector. 7 years ago
Vladimír Vondruš de1e1fa4d5 MeshTools: make interleave() work with Corrade containers too. 7 years ago
Vladimír Vondruš e45e13e552 MeshTools: remove obsolete TODO. 7 years ago
Vladimír Vondruš e1061f1766 MeshTools: fix a bad corner case in compile(). 7 years ago
Vladimír Vondruš bf4bf9eac5 MeshTools: 100% code coverage for compile(). 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš c12680ec38 Math: move batch functionality to FunctionsBatch.h. 7 years ago
Vladimír Vondruš b24ffa4a3e Use min() / max() / minmax() from Math instead of std::. 7 years ago
Vladimír Vondruš 8ba2cac0ee DebugTools, MeshTools, TextureTools: handle broken gl_VertexID. 7 years ago
Vladimír Vondruš 5bf09f0cea MeshTools: update fullScreenTriangle() docs. 7 years ago
Vladimír Vondruš cf3ad5c700 MeshTools: test fullScreenTriangle(). 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš f7dcb62e93 MeshTools: return just a mesh from fullScreenTriangle(). 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 4deb2a5fe7 MeshTools: inline functions should not be heavy. 7 years ago
Squareys e6fd70fe00 MeshTools: compile mesh colors to Color4 attribute 8 years ago
Vladimír Vondruš 89ab8c43e0 MeshTools: why put docs for transform() to an obscure dualquat overload? 8 years ago
Vladimír Vondruš 8dc1f8a7da MeshTools: make the generateFlatNormals() docs less handwavy. 8 years ago
Vladimír Vondruš 0adf7ea323 MeshTools: make the tests compile even if Primitives are not enabled. 8 years ago
Vladimír Vondruš b0186c3022 MeshTools: explicitly set buffer target hints in compile(). 8 years ago
Vladimír Vondruš 424eec4818 MeshTools: simplify compile(). 8 years ago
Vladimír Vondruš 4e757a3f64 Split the OpenGL layer out, pt 26: remove dependencies on the GL lib. 8 years ago
Vladimír Vondruš f279549044 Split the OpenGL layer out, pt 18: adapted MeshTools. 8 years ago
Vladimír Vondruš b1de952c13 Split the OpenGL layer out, pt 6: adapted buildsystem of dependent libs. 8 years ago
Vladimír Vondruš 3e23568202 MeshTools: don't link the test lib to a different version of itself. 8 years ago
Vladimír Vondruš 920db7aa73 Split the Trade library out. 8 years ago
Vladimír Vondruš fb483be512 MeshTools: suppress MSVC warning when using interleave(). 8 years ago
Vladimír Vondruš c139e0384d Primitives: get rid of useless classes. 8 years ago
Vladimír Vondruš d905809818 doc: compiled code snippets for the MeshTools namespace. 8 years ago
Vladimír Vondruš 8f27da9dfd Set library soversion to 1.0, version to 0. 8 years ago
Vladimír Vondruš 28475e1bd8 Doc++ 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 1ec14c678b Local Doxygen ignores for symbol export macros. 8 years ago
Vladimír Vondruš eee9cbb353 MeshTools: updates for the new documentation theme. 8 years ago
Vladimír Vondruš b109d520a9 MeshTools: doc++ 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Émile Grégoire dae1e8e9cf Started adding folders for Visual Studio. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš db3ef59ddc MeshTools: don't use deprecated functionality. 9 years ago
Vladimír Vondruš aaa38d3570 MeshTools: got rid of <limits> dependency in removeDuplicates(). 9 years ago
Vladimír Vondruš 09836c7115 MeshTools: shorten the benchmark name to avoid too wide CTest output. 10 years ago
Vladimír Vondruš aff85ce925 MeshTools: port the dead benchmark code to Corrade TestSuite. 10 years ago
Vladimír Vondruš ae954c70fc MeshTools: update outdated documentation. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš ce075752e9 MeshTools: removed unneeded enable_if. 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago