1243 Commits (a22bf1bf4e16bebc65208582e1faa8761515196c)

Author SHA1 Message Date
Vladimír Vondruš a22bf1bf4e Shaders: don't use explicit attribute location on GL 2.1. 13 years ago
Vladimír Vondruš 1d88310521 Shaders: off-by-one error. 13 years ago
Vladimír Vondruš b7b955289a Math: Vector::lerp() can take `t` of arbitrary type. 13 years ago
Vladimír Vondruš 4c3e80b4f1 SceneGraph: added AbstractObject::transformationMatrix(). 13 years ago
Vladimír Vondruš 861e16e1f9 Doc++, @todo+- 13 years ago
Vladimír Vondruš f16a9d8310 Shorter convenience overload for ResourceManager::set(). 13 years ago
Vladimír Vondruš 8ce184ef7b Debug output for AbstractImage::Format and AbstractImage::Type enums. 13 years ago
Vladimír Vondruš d175dd1054 Updated workarounds for Doxygen 1.8.2. 13 years ago
Vladimír Vondruš 6e61354fde OpenGL ES compilation fixes. 13 years ago
Vladimír Vondruš c003f0499d Assert when improper pixel type is passed to AbstractImage::pixelSize(). 13 years ago
Vladimír Vondruš c8cfa467c0 SceneGraph: actually call animationStopped() after duration is exceeded. 13 years ago
Vladimír Vondruš 8d71d12187 SceneGraph: animationStopped() should be called after duration is exceeded. 13 years ago
Vladimír Vondruš d5a8cc0e3c DebugTools: fixed compilation of Profiler. 13 years ago
Vladimír Vondruš 9ffb8081f3 Got rid of TypeTraits class altogether. 13 years ago
Vladimír Vondruš 976377f0a4 Moved code to check allowed attribute types to internal implementation. 13 years ago
Vladimír Vondruš a9d25c995f Mesh: fixed attribute stride computation. 13 years ago
Vladimír Vondruš f4146bea94 Forgot to rename this to match OpenGL name. 13 years ago
Vladimír Vondruš fbeb7b02bc Minor renaming in shader/mesh guts. 13 years ago
Vladimír Vondruš b13d8644b4 Replaced scalar normalization code in Color with Math::[de]normalize(). 13 years ago
Vladimír Vondruš 263d8351b6 Math: vector overloads for normalize() and denormalize(). 13 years ago
Vladimír Vondruš ec23a3d13c Minor code cleanup. 13 years ago
Vladimír Vondruš ad9a55a867 Doc++ 13 years ago
Vladimír Vondruš 4d6d3fde88 Math: scalar/vector implementation of min(), max() and clamp(). 13 years ago
Vladimír Vondruš ee5f8766af Math: make type traits aware of long double. 13 years ago
Vladimír Vondruš bdba6b7221 Math: no need to have two versions of denormalize(), they are the same. 13 years ago
Vladimír Vondruš 3daefd70a9 Math: simplified internal pow<n>() implementation. 13 years ago
Vladimír Vondruš 2f2d4a4dfd Removed Magnum::Type and related functionality. 13 years ago
Vladimír Vondruš 03789a5b4b Math: got rid of MathTypeTraits::NumericType. 14 years ago
Vladimír Vondruš a4da7b764a Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 5ca096512e Forward declaration header for Math namespace. 14 years ago
Vladimír Vondruš cade175304 Math: finally implemented precise signed/unsigned normalization. 14 years ago
Vladimír Vondruš 7dc0fc4a4c Math: Renamed Math.h to Functions.h 14 years ago
Vladimír Vondruš 3b5b7c71d4 Debug output and configuration value handler for IndexedMesh::IndexType. 14 years ago
Vladimír Vondruš 98781b5052 Support for gaps in MeshTools::interleave(). 14 years ago
Vladimír Vondruš 42f5ee4ce4 Doc++ 14 years ago
Vladimír Vondruš c8ef795cce Removed SizeTraits, SizeBasedCall and related mess. 14 years ago
Vladimír Vondruš ca24fe8f41 Mesh index type cleanup. 14 years ago
Vladimír Vondruš 9a571abb37 Added OES_element_index_uint ES2 extension to the list. 14 years ago
Vladimír Vondruš 7d0a523618 Moved projection matrix computation to Math namespace. 14 years ago
Vladimír Vondruš f83c2b601b Implemented ARB_texture_storage. 14 years ago
Vladimír Vondruš c8444bdbbe Added EXT_texture_storage ES2 extension to the list. 14 years ago
Vladimír Vondruš 23d481afb7 Doc++ 14 years ago
Vladimír Vondruš 52300cf402 Math: function for base-2 logarithm. 14 years ago
Vladimír Vondruš 08d9f65b06 Text: assert that {ARB,EXT}_texture_rg is supported. 14 years ago
Vladimír Vondruš 9ad15b12fb Mark ARB_invalidate_subdata as done. 14 years ago
Vladimír Vondruš eaa87147d4 Doc++ 14 years ago
Vladimír Vondruš 35a918d050 Extension-aware Buffer and *Texture data invalidation. 14 years ago
Vladimír Vondruš 03f6095b9d Forgot to hide DSA functions when targetting ES. 14 years ago
Vladimír Vondruš 78bfe51966 Fixed compiler warnings. 14 years ago
Vladimír Vondruš 3829401e45 Fixed compilation on ES2. 14 years ago