72 Commits (b12792d15a186635e2eea250b4e3ddf1ad7ce708)

Author SHA1 Message Date
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
Vladimír Vondruš f4fb9b5e7d Classes for managing framebuffer. 14 years ago
Vladimír Vondruš 6504aecf0c Added classes Image and BufferedImage. 14 years ago
Vladimír Vondruš 7bae1a3f8a Renamed data access classes in Trade to avoid confusion. 14 years ago
Vladimír Vondruš 6cd72578f0 Greatly simplified Texture::setWrapping(). 14 years ago
Vladimír Vondruš 856b8b44a5 Moved static_asserts from TypeTraits header to implementation. 14 years ago
Vladimír Vondruš f855d72660 Totally reworked Trade::AbstractImporter. 14 years ago
Vladimír Vondruš 5818a76850 New library with sample shaders, currently only Phong shader. 14 years ago
Vladimír Vondruš f5c8ae6bd6 Include Qt include dir for building tests. 14 years ago
Vladimír Vondruš be98437682 De-inlined Light::clean(). 14 years ago
Vladimír Vondruš 8efb5a1e42 Added dllimport/dllexport macros for Windows builds. 14 years ago