2985 Commits (7c5762424bb47e180a91c02b6ef678bac01f9dd7)
 

Author SHA1 Message Date
Vladimír Vondruš 7c5762424b Platform: no-op context version setter in NaClApplication. 13 years ago
Vladimír Vondruš 8c39c5f11f Platform: ability to request context version in GlutApplication. 13 years ago
Vladimír Vondruš 3833478212 Platform: ability to request context version in Sdl2Application. 13 years ago
Vladimír Vondruš 63d4570f6a Platform: minor code deduplication, documentation and cleanup. 13 years ago
Vladimír Vondruš 49bd0b6ff0 Added version() utility function. 13 years ago
Vladimír Vondruš ce52f7b62f Moved Version enum to its own file. 13 years ago
Vladimír Vondruš 86e8739bc0 Updated and fixed *Query documentation. 13 years ago
Vladimír Vondruš 3d4db4e2b7 Primitives: set compile flags for proper library. 13 years ago
Vladimír Vondruš 533ff3d3d3 Don't modify CORRADE_CXX_FLAGS, but rather directly CMAKE_CXX_FLAGS. 13 years ago
Vladimír Vondruš 168807ed64 DebugTools: fix warning on MinGW. 13 years ago
Vladimír Vondruš e6200cc828 Use proper debug callback signature on Windows. 13 years ago
Vladimír Vondruš c9103b8947 Fix compilation of Shader on MinGW32. 13 years ago
Vladimír Vondruš 64a1d6be88 Mesh: set VAO id to 0 when the extension is not available. 13 years ago
Vladimír Vondruš f373b6518e Disabling strict aliasing on GCC >= 4.8. 13 years ago
Vladimír Vondruš cacd4c06eb NV_read_{depth,depth_stencil} is not available in unextended ES3. 13 years ago
Vladimír Vondruš 5115fb8624 Doc++, added todos. 13 years ago
Vladimír Vondruš 64c1b6cbd4 Text: disable test case if required extension is not available. 13 years ago
Vladimír Vondruš 8c0257e6e8 Abort the application on attempt to use any ES extension function. 13 years ago
Vladimír Vondruš ddc7fba391 Fixed compilation of tests on Clang. 13 years ago
Vladimír Vondruš ce7102df46 GCC 4.6 compatibility: no std::is_assignable. 13 years ago
Vladimír Vondruš bd955a77b7 Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy(). 13 years ago
Vladimír Vondruš 7fe926dcab Fix AbstractTexture::setWrapping() for rectangle textures. 13 years ago
Vladimír Vondruš fac8f7233c Sampler: remove old ES-specific workaround. 13 years ago
Vladimír Vondruš 1f15ac1d92 Added no-op fallback for unsupported EXT_texture_filter_anisotropic. 13 years ago
Vladimír Vondruš a8d35fb60f Testing all *Texture functionality. 13 years ago
Vladimír Vondruš fcfcc84e19 Platform: show BufferTexture::offsetAlignment() in magnum-info. 13 years ago
Vladimír Vondruš 13692f4895 Added BufferTexture::offsetAlignment() limit query. 13 years ago
Vladimír Vondruš 4a5308ef39 Make BufferTexture::id() public. 13 years ago
Vladimír Vondruš 7dd4cf1ea3 Fixed CubeMapTextureArray::image(). 13 years ago
Vladimír Vondruš 3bdf405f7f Fixed GL debug output performance warnings in Buffer test. 13 years ago
Vladimír Vondruš fa4f090f90 Enabled synchronous debug output for AbstractOpenGLTester. 13 years ago
Vladimír Vondruš f7a512fae4 Testing Buffer move construction and assignment. 13 years ago
Vladimír Vondruš 34c6565e71 Testing Mesh move constructor and assignment. 13 years ago
Vladimír Vondruš 9a9b5a90e1 Added move constructor/assignment to Query classes. 13 years ago
Vladimír Vondruš 3fd165e9bb Added move constructor/assignment to Framebuffer classes. 13 years ago
Vladimír Vondruš 17ac78f224 Added missing Framebuffer::id(). 13 years ago
Vladimír Vondruš 5f51652aff Updated, documented and tested Shader and ShaderProgram movement. 13 years ago
Vladimír Vondruš a4aad89cfb Ability to print Shader::Type enum to Debug output. 13 years ago
Vladimír Vondruš 42c2032d81 Simplified and tested Texture move constructor/assignment. 13 years ago
Vladimír Vondruš f3761b601d Added BufferImage&& overloads to *Texture*::set*Image() functions. 13 years ago
Vladimír Vondruš 98d77e5bd1 Improved BufferImage API, added test. 13 years ago
Vladimír Vondruš 576f9ef210 Improved tests for Image, ImageReference and Trade::ImageData classes. 13 years ago
Vladimír Vondruš 905cd2fb9f Doc++ 13 years ago
michael chung 5218fda6f8 Platform : This commit will allow failsafe core context creation on Mac OS X. 13 years ago
Vladimír Vondruš ca053ac102 Install also AbstractObject.h. 13 years ago
Vladimír Vondruš e7d7cc1f98 modules: added comment explaining include path issues with SDL1/OSX. 13 years ago
michael chung 7476b78c64 1.Build problems on Mac OS X (10.9) 13 years ago
Vladimír Vondruš 33775e33ca Fixed compilation of test on ES2. 13 years ago
Vladimír Vondruš 50d0cb6e1e Minor cleanup. 13 years ago
Vladimír Vondruš 85a2246911 Add missing file. 13 years ago