1299 Commits (90ba19b601e7c19b387ff714df64d36abae9b845)
 

Author SHA1 Message Date
Vladimír Vondruš 90ba19b601 Doc: copypasta error. 14 years ago
Vladimír Vondruš aef9b16c62 Don't allow removing vertex/index buffer from meshes. 14 years ago
Vladimír Vondruš 3f727b4abc Doc: fixed a few issues with OpenGL ES extensions. 14 years ago
Vladimír Vondruš cdb8893e7b Added all currently supported OpenGL ES extensions to the list. 14 years ago
Vladimír Vondruš 3c347441e6 Ability to build Magnum for OpenGL ES emulated with desktop OpenGL. 14 years ago
Vladimír Vondruš ae801ea945 OpenGL ES compilation fixes & workarounds. 14 years ago
Vladimír Vondruš b400fb7766 ES 2.0 extension list is equivalent to GL 2.1 extension list -- empty. 14 years ago
Vladimír Vondruš c6c659431b Marked implemented extensions as such. 14 years ago
Vladimír Vondruš 6fd67c978e Buffer memory mapping. 14 years ago
Vladimír Vondruš 3e32d5ece7 Added ARB_map_buffer_range extension to the list. 14 years ago
Vladimír Vondruš 7183110eee Doc++, @todo++ 14 years ago
Vladimír Vondruš 5f19343bee Math: linear interpolation of two Vectors. 14 years ago
Vladimír Vondruš 1eef70b184 Doc++ 14 years ago
Vladimír Vondruš a4514e7acb Brought Math::Quaternion<GLfloat> into Magnum namespace as Quaternion. 14 years ago
Vladimír Vondruš c7d7fdad28 Math: removed done TODO. 14 years ago
Vladimír Vondruš f06b53724c Math: spherical linear Quaternion interpolation. 14 years ago
Vladimír Vondruš 538601fc06 Minor code cleanup. 14 years ago
Vladimír Vondruš b9f21d1430 Removed unnecessary prefix from test filename. 14 years ago
Vladimír Vondruš 669a08daa5 Math: angle between two quaternions. 14 years ago
Vladimír Vondruš 53a95b6296 Math: test also parameterless Quaternion::dot(). 14 years ago
Vladimír Vondruš 23a94b2709 Math: Quaternion has dot product too! 14 years ago
Vladimír Vondruš ed147ebe40 Math: linear Quaternion interpolation. 14 years ago
Vladimír Vondruš eaa819755f Math: added Quaternion addition and subtraction. 14 years ago
Vladimír Vondruš 705bf3f597 Math: reverse scalar/quaternion multiplication and division operators. 14 years ago
Vladimír Vondruš eeed955154 Minor code cleanup. 14 years ago
Vladimír Vondruš d9c900f076 Doc++ 14 years ago
Vladimír Vondruš b55f3a2071 Math: function for negating Quaternion, improved tests. 14 years ago
Vladimír Vondruš 8e93520bd6 Math: converting Quaternion to rotation matrix. 14 years ago
Vladimír Vondruš 3b92d2b9f3 Math: creating Quaternion from axis/angle. 14 years ago
Vladimír Vondruš 3076c42663 Math: using absolute #includes in Quaternion.h. 14 years ago
Vladimír Vondruš 3126d0947d Math: "checked" function for inverting normalized Quaternion. 14 years ago
Vladimír Vondruš 3b57d530a4 Math: test also properties of normalized Quaternion. 14 years ago
Vladimír Vondruš c841c63b34 Doc++ 14 years ago
Vladimír Vondruš 7ae00deee7 Math: removed constexpr from non-trivial Quaternion methods. 14 years ago
Vladimír Vondruš fcb8a7b768 Got rid of header files in tests. 14 years ago
Vladimír Vondruš 89c2bf913c Math: initial implementation of Quaternion class. 14 years ago
Vladimír Vondruš 89f5200aae Minor code cleanup. 14 years ago
Vladimír Vondruš b8ae50267f DebugTools: ObjectRenderer class. 14 years ago
Vladimír Vondruš 22d405809f DebugTools: ShapeRenderer cleanup. 14 years ago
Vladimír Vondruš f9f95946b1 Shaders: 3D version of VertexColorShader. 14 years ago
Vladimír Vondruš ef81b1035c Doc++ 14 years ago
Vladimír Vondruš 5367bef3ef Ability to specify buffer range in BufferTexture. 14 years ago
Vladimír Vondruš 7151486e02 Another Doxygen parsing workaround. 14 years ago
Vladimír Vondruš 29a07c7d62 GCC 4.6 compilation fixes. 14 years ago
Vladimír Vondruš 21337dafc0 Doc++ 14 years ago
Vladimír Vondruš 9d260b72d8 Text: initial implementation of font and text rendering. 14 years ago
Vladimír Vondruš 3b92d711c7 CMake module for finding HarfBuzz library. 14 years ago
Vladimír Vondruš a208a289ba Initial support for Text library. 14 years ago
Vladimír Vondruš df1d8a95b4 Shaders: basic text shader. 14 years ago
Vladimír Vondruš 06d6032300 Shaders: base for text shaders. 14 years ago