3879 Commits (d950f9160e82b0a19cb1ec4e7bb216cf736ab650)
 

Author SHA1 Message Date
Vladimír Vondruš d950f9160e SceneGraph: fixed typo in example code. 11 years ago
Vladimír Vondruš 7ea9e82796 Primitives: added Cube::solidStrip(). 11 years ago
Vladimír Vondruš 7be1239adf Math: improve docs for vector cross/dot product. 11 years ago
Vladimír Vondruš aeb9943dc7 SceneGraph: reduce header bloat. 11 years ago
Vladimír Vondruš f1a3602cb3 Trade: make it possible to call default doOpenFile() implementation. 11 years ago
Vladimír Vondruš ce82c7fb32 Platform: use BUILD_STATIC_PIC also for *Context static libraries. 11 years ago
Vladimír Vondruš 74b9670650 Shaders: don't exceed limits for no reason. 11 years ago
Vladimír Vondruš f6268a2b1e external: fix links in README. 11 years ago
Vladimír Vondruš 64a9185e08 SceneGraph: fix aspect-ratio-corrected projection with inverted Y. 11 years ago
Vladimír Vondruš 0fb7ff21c0 SceneGraph: test proper behavior with Y-inverting camera projection. 11 years ago
Vladimír Vondruš a48a443f29 SceneGraph: make use of Vector::pad(). 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš fbc3920a3b Document limitations. 11 years ago
Vladimír Vondruš 998bb58ca5 Doc++ 11 years ago
Vladimír Vondruš e2bd394300 Coding style: leading underscore for private member variables. 11 years ago
Vladimír Vondruš 9619bf08b6 Support for ARB_get_texture_sub_image. 11 years ago
Vladimír Vondruš 7a24631161 Reduced duplicated blobs in texture tests. 11 years ago
Vladimír Vondruš 73a743668b Less verbose and annoyingly useless debug output. 11 years ago
Vladimír Vondruš e07454b1ee Added CubeMapTexture::{image,subImage}() for all six faces together. 11 years ago
Vladimír Vondruš 045448fa08 Added DimensionTraits::RangeType and RangeTypeFor. 11 years ago
Vladimír Vondruš 11b2247bf5 Clarified and fixed cube map texture image retrieval methods. 11 years ago
Vladimír Vondruš 67581895e2 Convenience *Texture::image() overloads. 11 years ago
Vladimír Vondruš 8e286b4964 Properly export CubeMapTextureArray symbols. 11 years ago
Vladimír Vondruš 2be625a23b Platform: display also max cube map texture sizes. 11 years ago
Vladimír Vondruš d11c993c34 Doc: proper buffer usage when reading images. 11 years ago
Vladimír Vondruš cb1895536c Ensure that pixel pack buffer is not bound when reading image to RAM. 11 years ago
Vladimír Vondruš b121e8758a Math: added Vector::pad(). 11 years ago
Vladimír Vondruš 6372711260 Math: save one swizzle in Vector3::cross(). 11 years ago
Vladimír Vondruš 7398b6ef8c modules: fixed Find*GL*.cmake, updated coding style. 11 years ago
Vladimír Vondruš 70150a8845 Don't use `return std::move()` where it is not needed. 11 years ago
Vladimír Vondruš 8882f62842 Text: clarified comments. 11 years ago
Vladimír Vondruš 2e43eb3dd4 Fix Doxygen warning. 11 years ago
Vladimír Vondruš 95c7fc7a56 Ignore macro which confuses Doxygen. 11 years ago
Bill Robinson 80e01ae18d Math: added Matrix4::lookAt(). 11 years ago
Vladimír Vondruš 3884359ac8 Forgotten file. 11 years ago
Vladimír Vondruš 7a6ed6abfa SceneGraph: avoid weird attribute warnings on GCC. 11 years ago
Vladimír Vondruš 7fd539882c Platform: include DebugGroup::maxStackDepth() in magnum-info. 11 years ago
Vladimír Vondruš c3d9f7a72b Support for debug groups from KHR_debug and EXT_debug_marker. 11 years ago
Vladimír Vondruš a118bec88b Super secret stuff. 11 years ago
Vladimír Vondruš 696856e8aa Doc++ 11 years ago
Vladimír Vondruš 3ca8fe7e6c TgaImageConverter, TgaImporter: fix linking of tests on Windows. 11 years ago
Vladimír Vondruš 5c75770a1b TgaImageConverter, TgaImporter: export symbols only on dynamic build. 11 years ago
Vladimír Vondruš ded991a74b MagnumPlugins: respect BUILD_PLUGINS_STATIC and not BUILD_STATIC. 11 years ago
Vladimír Vondruš 058108c622 Make BUILD_STATIC_PIC CMake option independent. 11 years ago
Vladimír Vondruš 127970eda1 Text: no need to pollute header with internal functions. 11 years ago
Vladimír Vondruš 0fcf763900 Fix off-by-one errors when converting const char[] to string. 11 years ago
Vladimír Vondruš 2ed432aeb1 Test output from AbstractShaderProgram::uniformLocation(). 11 years ago
Vladimír Vondruš bad9a20f64 Test cleanup. 11 years ago
Vladimír Vondruš fd0bfcb465 Get rid of annoying unsigned byte arrays. 11 years ago
Vladimír Vondruš 7a2914d5f4 Doc++ 11 years ago