82 Commits (67f2e0fc7fee11a95eeaa3872c3b5576efa33e21)

Author SHA1 Message Date
Vladimír Vondruš 67f2e0fc7f GCC 4.6 compatibility is now handled by Corrade. 14 years ago
Vladimír Vondruš 2fc010263d Class AbstractResourceLoader. 14 years ago
Vladimír Vondruš 72145e1339 Debug output operator for ResourceState enum. 14 years ago
Vladimír Vondruš b7e3871cde Split Resource and ResourceManager to two files. 14 years ago
Vladimír Vondruš def1d7b3c6 Class for putting marks into OpenGL command stream for use in debuggers. 14 years ago
Vladimír Vondruš 1e2720eeb7 Explicit template instantiation for common matrix and vector functions. 14 years ago
Vladimír Vondruš e1cd13021b Platform/Application renaming. 14 years ago
Vladimír Vondruš 2779455c5f Moved configuration to root CMakeLists so it is near to option() calls. 14 years ago
Vladimír Vondruš b6b15e387f Don't compile and install unsupported functionality if targetting ES 2.0. 14 years ago
Vladimír Vondruš 264a2e768f Don't compile/install desktop-only features if targeting OpenGL ES. 14 years ago
Vladimír Vondruš 6ebe42c3a9 Compatibility mode for GCC 4.6. 14 years ago
Vladimír Vondruš ef6858aeca Warn about self-initialization. 14 years ago
Vladimír Vondruš 6b3781b97f Tracking Buffer state. 14 years ago
Vladimír Vondruš 193246e533 Private (implementation-only) OpenGL state tracker. 14 years ago
Vladimír Vondruš 5283b3b9cd Buffer: support for copying. 14 years ago
Vladimír Vondruš 18c23cbd37 Ooops, forgot to install DimensionTraits.h. 14 years ago
Vladimír Vondruš caadb242b3 Explicit instantiation of Image types. 14 years ago
Vladimír Vondruš f637106727 Initial version of resource manager. 14 years ago
Vladimír Vondruš 90a3b76e05 Have both 2D and 3D alternatives of mesh and object data in Trade. 14 years ago
Vladimír Vondruš 1cc13db704 Timeline class. 14 years ago
Vladimír Vondruš ae28de197b Classes for handling version and extension information. 14 years ago
Vladimír Vondruš f15906b28b Fixed linking errors when only OpenGL ES 2 is available. 14 years ago
Vladimír Vondruš d88171aaae Simplified linking step. 14 years ago
Vladimír Vondruš 37b6049a62 Initial version of Profiler class. 14 years ago
Vladimír Vondruš e3ee7b487b Moved Object, Scene and Light to separate SceneGraph library. 14 years ago
Vladimír Vondruš 0177ec8b5d Moved swizzle() functions to root namespace. 14 years ago
Vladimír Vondruš c8aa005e86 Added Color3 and Color4 classes with HSV conversion. 14 years ago
Vladimír Vondruš cedf9276fa Don't install removed Set.h. 14 years ago
Vladimír Vondruš 74459a4125 Removed remains of Qt4 from CMakeLists. 14 years ago
Vladimír Vondruš f27e6aa0ff Revert "Disabled RTTI and exceptions." 14 years ago
Vladimír Vondruš 4594781d74 Warn about float -> double promotion. 14 years ago
Vladimír Vondruš 8fec5075a1 Enable some more warnings. 14 years ago
Vladimír Vondruš eb82cb462a Disabled RTTI and exceptions. 14 years ago
Vladimír Vondruš 6bd43a9f95 Modularization of building and installation process. 14 years ago
Vladimír Vondruš 6add425bb3 Cleaned up CMakeLists.txt. 14 years ago
Vladimír Vondruš c89ceea72f Renamed configureMagnum -> magnumConfigure. 14 years ago
Vladimír Vondruš c7bb153d0a Port to OpenGL ES 2. 14 years ago
Vladimír Vondruš 8ad76ad7e5 Fixed Windows build. 14 years ago
Vladimír Vondruš 5824ecfe39 New library for OpenGL context creation using various toolkits. 14 years ago
Vladimír Vondruš 531bb74232 Using more portable CMAKE_SHARED_LIBRARY_CXX_FLAGS instead of -fPIC. 14 years ago
Vladimír Vondruš 86b1aaa2af Reuse most of the already compiled objects for unit test libraries. 14 years ago
Vladimír Vondruš 952f8ebb27 Compiling with -fvisibility=hidden. 14 years ago
Vladimír Vondruš 0600764790 Revamped Scene/Camera features. 14 years ago
Vladimír Vondruš dc19538f2a Added support for three-component internal formats to BufferedTexture. 14 years ago
Vladimír Vondruš 43301c170c Initial Physics classes, interfaces, documentation and unit tests. 14 years ago
Vladimír Vondruš 0443bbe286 Caching light position relative to camera. 14 years ago
Vladimír Vondruš aaf8d65446 Use variables instead of direct library names for linking. 14 years ago
Vladimír Vondruš 74449f8e13 Classes for querying primitive count, passed sample count etc. 14 years ago
Vladimír Vondruš 8b9b161c5a Rework of image classes, added missing image formats. 14 years ago
Vladimír Vondruš e0470d6b58 Non-templated base for Image, BufferedImage and Trade::ImageData. 14 years ago