1340 Commits (263d8351b6bf2112e66ce3ea330546bd7032eb9a)
 

Author SHA1 Message Date
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
Vladimír Vondruš 5c5efea168 Fixed CubeMapTexture*::invalidateSubImage(). 14 years ago
Vladimír Vondruš a7541e68d8 Doc++ 14 years ago
Vladimír Vondruš d59297aeeb Implemented ARB_invalidate_subdata GL 4.3 extension. 14 years ago
Vladimír Vondruš 77068a1810 Added alias for linking to ES extension functions to Doxyfile. 14 years ago
Vladimír Vondruš 5b9b2dedef Added EXT_discard_framebuffer ES2 extension to the list. 14 years ago
Vladimír Vondruš 80cb4eb8e5 Reworked framebuffer attachment enums. 14 years ago
Vladimír Vondruš 3ab53e050a Doc: another copypasta error. 14 years ago
Vladimír Vondruš d3208013a2 More strict compiler warnings. 14 years ago
Vladimír Vondruš 8837b35f58 Updated external OpenGL headers. 14 years ago
Vladimír Vondruš fdded7281d Renamed *Texture::set*Data() to set*Image(). 14 years ago
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