568 Commits (3a4041ce6918cd6b2d49766f3ed44ccb26d81c87)
 

Author SHA1 Message Date
Vladimír Vondruš 3a4041ce69 Updated FindMagnum.cmake documentation. 14 years ago
Vladimír Vondruš 7e62a19401 Don't try to find OpenGL ES more times than necessary. 14 years ago
Vladimír Vondruš 3c1c3d4668 Document Doxygen's inability to create full path, if it doesn't exist. 14 years ago
Vladimír Vondruš 6bd43a9f95 Modularization of building and installation process. 14 years ago
Vladimír Vondruš 5c70b482e7 Fail when Qt4 is not found and BUILD_TESTS is set to true. 14 years ago
Vladimír Vondruš 92aab9753d Fixed compilation of EglContext. 14 years ago
Vladimír Vondruš 75a6030205 (Incomplete) coding style for CMake code. 14 years ago
Vladimír Vondruš 6add425bb3 Cleaned up CMakeLists.txt. 14 years ago
Vladimír Vondruš 59ca55abe0 Undefine None from Xlib.h to avoid conflicts (e.g. in Framebuffer). 14 years ago
Vladimír Vondruš d56270835e Matrix3 code cleanup. 14 years ago
Vladimír Vondruš 4b352e43f0 Doc: @todo++ 14 years ago
Vladimír Vondruš 6ae92d5056 Matrix4 code cleanup 14 years ago
Vladimír Vondruš d5be1b43a6 OpenGL ES 2: GLchar is not defined on BeagleBoard/Ångström Linux 2011.3. 14 years ago
Vladimír Vondruš 51aa660f6c Decoupled framebuffer operations from Camera class. 14 years ago
Vladimír Vondruš 9b642413bf Doc: cleaned up something very ancient. 14 years ago
Vladimír Vondruš 65289db3d5 Using Set for Framebuffer::BlitMask. 14 years ago
Vladimír Vondruš c150f92d4a Added complement operator to Set. 14 years ago
Vladimír Vondruš a7b9407674 Using explicit conversion operator instead of Set::toUnderlyingType(). 14 years ago
Vladimír Vondruš 2a474e9005 Set::operator&= cannot be const. 14 years ago
Vladimír Vondruš 3cd991d04d Forgot hiding also Mesh function implementation from documentation. 14 years ago
Vladimír Vondruš 92b4429e2c New class ImageWrapper. 14 years ago
Vladimír Vondruš ba4dec8ec0 Use array delete operator for deleting array. 14 years ago
Vladimír Vondruš fa9836756a SizeBasedCall: unneeded templated constructor. 14 years ago
Vladimír Vondruš 24e4f819df Unneeded constructor parameter in TipsifyTest. 14 years ago
Vladimír Vondruš 9d31231471 Pedantic: first inline, then constexpr, then static. 14 years ago
Vladimír Vondruš 3824190a50 Fixed comma at the end of enumeration list (GCC 4.5 noticed it). 14 years ago
Vladimír Vondruš c89ceea72f Renamed configureMagnum -> magnumConfigure. 14 years ago
Vladimír Vondruš 6f65dd972c Renamed visibility configuration headers to resemble library names. 14 years ago
Vladimír Vondruš 29723d0975 Fixed texture subdata setters. 14 years ago
Vladimír Vondruš 6b55ca96f3 Barebone X/EGL context. 14 years ago
Vladimír Vondruš b5699863f2 Doc: @todo++ 14 years ago
Vladimír Vondruš c7bb153d0a Port to OpenGL ES 2. 14 years ago
Vladimír Vondruš 0ac52b1c8b Doc++ 14 years ago
Vladimír Vondruš 1720a67984 Trade::ObjectData: support for empty instances. 14 years ago
Vladimír Vondruš 43fbbb91fa Bumped version of AbstractImporter interface due to recent changes. 14 years ago
Vladimír Vondruš 28b28d66f1 AbstractImporter: Added functions for matching IDs and names. 14 years ago
Vladimír Vondruš 95e65ac830 AbstractImporter: strongly-typed Feature enum. 14 years ago
Vladimír Vondruš d5d0e49536 Trade: using signed/unsigned int instead of size_t for IDs. 14 years ago
Vladimír Vondruš cc4d05781f @todo++ 14 years ago
Vladimír Vondruš f4496a0ba2 Fixed typo. 14 years ago
Vladimír Vondruš 718f1f6743 Set implementation for strongly-typed enums. 14 years ago
Vladimír Vondruš e66779df32 Shader: follow pipeline order in Type enum. 14 years ago
Vladimír Vondruš 4e86dfa6ca Less verbose program parameter setters. 14 years ago
Vladimír Vondruš 901c987d35 Coding style: where to put deleted constructors and assignment operators. 14 years ago
Vladimír Vondruš 2d18915dcc Un-confused documentation. 14 years ago
Vladimír Vondruš 72f2bf3ff9 Support for setting shader program parameters. 14 years ago
Vladimír Vondruš 8ad76ad7e5 Fixed Windows build. 14 years ago
Vladimír Vondruš 4af08d04c1 Renamed visibility headers to distinguish them from API headers. 14 years ago
Vladimír Vondruš 9170728c66 @todo++ 14 years ago
Vladimír Vondruš 4dcb5df21c Reworked binding of textures to shaders. 14 years ago