1278 Commits (177898f93c50d72623ecd2c49fd8f7fbc8b63a28)

Author SHA1 Message Date
Vladimír Vondruš 177898f93c SceneGraph: code cleanup, documentation, fixed assertions. 13 years ago
Vladimír Vondruš 2267627242 Text: return rendered rectangle from TextRenderer::render(). 13 years ago
Vladimír Vondruš 5e8625bd98 SceneGraph: don't pass duration in Animable constructor. 13 years ago
Vladimír Vondruš 58f936386f Doc++ 13 years ago
Vladimír Vondruš 09b115679b MeshTools: making use of index range in compressIndices(). 13 years ago
Vladimír Vondruš f07e4743f9 Ability to specify index range in Mesh::setIndexBuffer(). 13 years ago
Vladimír Vondruš d20682f3e5 Mesh: don't allow specifying index data from client memory. 13 years ago
Vladimír Vondruš a1c37258d6 Added missing const. 13 years ago
Vladimír Vondruš b9513d28cb Merged index type setting to Mesh::setIndexBuffer() and added offset. 13 years ago
Vladimír Vondruš ea2faa91b7 Explicit offset also in Mesh::addVertexBuffer(). 13 years ago
Vladimír Vondruš e29b608632 Proper passing of image data to textures. 13 years ago
Vladimír Vondruš 82f3b948af Trade: debug output for ObjectData*D::InstanceType enum. 13 years ago
Vladimír Vondruš 80661e4e61 Trade: resource names are handled by importer, not *Data classes. 13 years ago
Vladimír Vondruš 0cba8db268 Shaders: added missing 3D version of text shader. 13 years ago
Vladimír Vondruš 55477b98fe DebugTools: don't use CORRADE_INTERNAL_ASSERT() for user-triggered error. 13 years ago
Vladimír Vondruš fecb5eec29 DebugTools: simplified renderers example code. 13 years ago
Vladimír Vondruš 1415f70a7f Doc++ 13 years ago
Vladimír Vondruš c52f64b381 SceneGraph: testing everything in transformations. 13 years ago
Vladimír Vondruš 64a0645724 DebugTools: ObjectShape must contain shape when creating renderer. 13 years ago
Vladimír Vondruš dc798b7320 Shaders: added missing 3D version of FlatShader vertex shader. 13 years ago
Vladimír Vondruš 196c68ccf1 DebugTools: added missing 3D alternatives. 13 years ago
Vladimír Vondruš 389ed07806 SceneGraph: initial per-transformation unit tests. 13 years ago
Vladimír Vondruš ddb8cd5052 Blind fix for some image formats not present in ES3. 13 years ago
Vladimír Vondruš 0c4d433f70 Quick dirty fix for element array buffer binding in VAOs. 13 years ago
Vladimír Vondruš 834d08bdea Emit fake glViewport() call for the first time if ApiTrace is detected. 13 years ago
Vladimír Vondruš c593594c3f Doc++ 13 years ago
Vladimír Vondruš dc5a4d83d9 Removing IndexedMesh, part 5: merged documentation, removed IndexedMesh. 13 years ago
Vladimír Vondruš a8abbdb7d3 Removing IndexedMesh, part 4: merged draw algorithm. 13 years ago
Vladimír Vondruš a2a66803be Removing IndexedMesh, part 3: moved last remaining setter to Mesh. 13 years ago
Vladimír Vondruš dfb9491433 Saving vertex attribute parameters only if not using VAOs. 13 years ago
Vladimír Vondruš 9449e330d2 Saving index buffer pointer only if not using VAOs. 13 years ago
Vladimír Vondruš b20c83f258 Removing IndexedMesh, part 2: moved all member variables to Mesh. 13 years ago
Vladimír Vondruš e4fc418db1 Properly specify pointers for all matrix attribute columns. 13 years ago
Vladimír Vondruš 3f1592c23d Inlined Mesh::setVertexCount(). 13 years ago
Vladimír Vondruš 688251add9 Removing IndexedMesh, part 1: moved enums and related stuff to Mesh. 13 years ago
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