15 Commits (07c0c4d845324b12a74d0520e4b38bf1efff3d50)

Author SHA1 Message Date
Vladimír Vondruš ddb8cd5052 Blind fix for some image formats not present in ES3. 13 years ago
Vladimír Vondruš c593594c3f Doc++ 13 years ago
Vladimír Vondruš 8ce184ef7b Debug output for AbstractImage::Format and AbstractImage::Type enums. 13 years ago
Vladimír Vondruš c003f0499d Assert when improper pixel type is passed to AbstractImage::pixelSize(). 13 years ago
Vladimír Vondruš 9ffb8081f3 Got rid of TypeTraits class altogether. 13 years ago
Vladimír Vondruš 90ed04dc7a Image formats rework. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 14 years ago
Vladimír Vondruš a021e4e209 Using CORRADE_INTERNAL_ASSERT() for, ahem, internal issues. 14 years ago
Vladimír Vondruš 930c9f2a5d Don't have `default:` in switches where all cases need to be handled. 14 years ago
Vladimír Vondruš 0145343d59 Pedantic: using std::size_t instead of size_t from C compat headers. 14 years ago
Vladimír Vondruš c7bb153d0a Port to OpenGL ES 2. 14 years ago
Vladimír Vondruš 7f21d5a05e Silenced wrong compiler warning (it is always initialized). 14 years ago
Vladimír Vondruš 8b9b161c5a Rework of image classes, added missing image formats. 14 years ago
Vladimír Vondruš e0470d6b58 Non-templated base for Image, BufferedImage and Trade::ImageData. 14 years ago
Vladimír Vondruš 6504aecf0c Added classes Image and BufferedImage. 14 years ago
Vladimír Vondruš 0945c50aa6 Removed "active camera" from Scene. 14 years ago
Vladimír Vondruš be98437682 De-inlined Light::clean(). 14 years ago
Vladimír Vondruš b945f5f68b Happy New Year. 15 years ago
Vladimír Vondruš e536c892c4 Added Math::pow() and Math::log() functions. 15 years ago
Vladimír Vondruš c7b331d100 (Ahem...) Happy New Year! 15 years ago
Vladimír Vondruš c38a1993db More robust object parenting. 16 years ago
Vladimír Vondruš 3f02de7ce1 Renamed AbstractObject -> Object, draw() is now dummy instead of pure virtual. 16 years ago
Vladimír Vondruš 57380e0681 Small pedantic fixes. 16 years ago
Vladimír Vondruš 9b6f3582e3 Orthographic and perspective camera projections. 16 years ago
Vladimír Vondruš c41d6ad582 New namespace Magnum::Math. 16 years ago
Vladimír Vondruš eeb12e3414 Vector3 class with additional functions for three-component vectors. 16 years ago
Vladimír Vondruš 2a2d8c3dd5 Template vector class. 16 years ago
Vladimír Vondruš 8f0bacd2f8 Function for transposing matrix. 16 years ago
Vladimír Vondruš 09d74422d9 Initial commit 16 years ago