644 Commits (d03fe4d41d4b63b7451369ad4575d39a3e2139d9)
 

Author SHA1 Message Date
Vladimír Vondruš d03fe4d41d Limited static polymorphism of EglContext and GlutContext. 14 years ago
Vladimír Vondruš d5ab207552 Fixed compilation on non-GLES targets (oops). 14 years ago
Vladimír Vondruš c74551e5c7 Doc++ 14 years ago
Vladimír Vondruš 6c111182e1 WTF? sizeof(int) != 8 and sizeof(long long) != 16. 14 years ago
Vladimír Vondruš 5c5da2b2f3 Clarified required OpenGL versions for queries. 14 years ago
Vladimír Vondruš 26b6d40a8b Added separate stencil formats to Renderbuffer. 14 years ago
Vladimír Vondruš f2dbb9e8d9 Don't copy unneeded from AbstractTexture documentation. 14 years ago
Vladimír Vondruš 9cb27a4dc3 Depth/stencil can be stored only in renderbuffer in OpenGL ES 2.0. 14 years ago
Vladimír Vondruš ac5969ee48 Don't copy enum value twice only because preprocessor. 14 years ago
Vladimír Vondruš e7bb19b70b Documented unsized internal depth/stencil format. 14 years ago
Vladimír Vondruš 6057693f9a Clarified required GL version for some Query result types. 14 years ago
Vladimír Vondruš 1ec34457ee Clarified required GL versions for shader attribute binding. 14 years ago
Vladimír Vondruš 8456609119 Mention only OpenGL ES (without version). 14 years ago
Vladimír Vondruš eac99d026e Conditional render is since OpenGL 3.0. 14 years ago
Vladimír Vondruš 2526f7f777 GL_PRIMITIVES_GENERATED is since OpenGL 3.1. 14 years ago
Vladimír Vondruš a22bbc9e15 Removed @todo (deprecated in GLES 3.0). 14 years ago
Vladimír Vondruš 88e6221ac3 Better name for parameter in VectorN constructor from VectorN-1. 14 years ago
Vladimír Vondruš e5a72b25ce Have non-explicit parameterless constructor for Vector3. 14 years ago
Vladimír Vondruš c8aa005e86 Added Color3 and Color4 classes with HSV conversion. 14 years ago
Vladimír Vondruš 57d6ded237 Added NumericType and FloatingPointType to Math::MathTypeTraits. 14 years ago
Vladimír Vondruš f2ac32341d Fixed massive bugs in Vector3 and Vector4. 14 years ago
Vladimír Vondruš 3bcaed6322 Using round() in denormalization. 14 years ago
Vladimír Vondruš 95ca0754f5 Hide MathTypeTraits implementation in Implementation namespace. 14 years ago
Vladimír Vondruš 06872c7727 Added Vector::min() and Vector::max(). 14 years ago
Vladimír Vondruš 37a5d6347e Vector::angle() now expects normalized vectors. 14 years ago
Vladimír Vondruš 0a0860a9f2 Renamed Vector::lengthSquared() to parameterless Vector::dot(). 14 years ago
Vladimír Vondruš 7f55f30ced CORRADE_ASSERT() now needs semicolon after. 14 years ago
Vladimír Vondruš cfc955debe Added Vector::sum(), so product() has a friend. 14 years ago
Vladimír Vondruš 4aa07d3029 Use std:: variants for sin(), cos() and sqrt(). 14 years ago
Vladimír Vondruš dc7c5f5fae Just-to-be-sure static_assert()s for Matrix and Vector size. 14 years ago
Vladimír Vondruš 2553e50444 Functions for normalizing and denormalizing numeric values. 14 years ago
Vladimír Vondruš 63f5637c1b EglContext: MOAR keys! 14 years ago
Vladimír Vondruš c23022d47f Another, more convenient way to swizzle. 14 years ago
Vladimír Vondruš 7669271b56 EglContext: forgot to revert this back. 14 years ago
Vladimír Vondruš 9d7b3d6d6b FindMagnum: don't expose internal ${COMPONENT}_INCLUDE_DIR to users. 14 years ago
Vladimír Vondruš 9ea8efe73b EglContext: Handle window closing. 14 years ago
Vladimír Vondruš 6c964d703c EglContext: Handle window resizing. 14 years ago
Vladimír Vondruš d92df0777e EglContext: Not sure what this did, but this doesn't affect anything. 14 years ago
Vladimír Vondruš ceb116c41c EglContext: keyboard and mouse handling. 14 years ago
Vladimír Vondruš b7df327466 EglContext: Show window on exec(), make the context current only once. 14 years ago
Vladimír Vondruš 54f3dc3d99 Small cleanup, fixed small typo. 14 years ago
Vladimír Vondruš 95c2b05a45 ...and install new Swizzle.h. Damn. 14 years ago
Vladimír Vondruš cedf9276fa Don't install removed Set.h. 14 years ago
Vladimír Vondruš fff22d0822 New function for vector component swizzling. 14 years ago
Vladimír Vondruš 079a7be67d Disable non-constexpr one-parameter constructor for Vector<1, T>. 14 years ago
Vladimír Vondruš b30d1d96c5 Moved Set utility class to Corrade, since it's now C++11 enabled. 14 years ago
Vladimír Vondruš f3c05e9854 Coding style guide is now shared with Corrade. 14 years ago
Vladimír Vondruš f94c378fc5 Updated toolchains submodule. 14 years ago
Vladimír Vondruš 74459a4125 Removed remains of Qt4 from CMakeLists. 14 years ago
Vladimír Vondruš 450100afbe Revert "Added lost parameter to FPHSA in FindMagnum.cmake." 14 years ago