3259 Commits (4c3b7bb37a5e227e7386ce53676fccd9b9d99ae7)

Author SHA1 Message Date
Vladimír Vondruš 4c3b7bb37a Test: fix TransformFeedbackGLTest on non-deprecated build. 12 years ago
Vladimír Vondruš e46cb0f238 Fix non-deprecated build. 12 years ago
Vladimír Vondruš 1bf8824d15 Fix class/struct mismatch. 12 years ago
Vladimír Vondruš 3dacecec93 Test: test transform feedback query in PrimitiveQueryGLTest. 12 years ago
Vladimír Vondruš 50d4bd5c55 Platform: show transform feedback-related limits in magnum-info. 12 years ago
Vladimír Vondruš 6f355c564d Initial transform feedback implementation. 12 years ago
Vladimír Vondruš 664e765fd9 Doc++ 12 years ago
Vladimír Vondruš d90a5e27e8 Hide forward declarations from Doxygen. 12 years ago
Vladimír Vondruš 5e066d6395 Math: hide macro from Doxygen. 12 years ago
Vladimír Vondruš 57bf08b929 Test: simplify Query tests. 12 years ago
Vladimír Vondruš 1cfb5b0eaf Moved Attribute class out of AbstractShaderProgram enum. 12 years ago
Vladimír Vondruš 5aac26ebc4 Primitives: use Constants::tau(). 12 years ago
Vladimír Vondruš 9bb5171365 Math: added Constants::tau(). 12 years ago
Vladimír Vondruš 4cccf8ed10 Primitives: fixed non-unique header guard. 12 years ago
Vladimír Vondruš 3cfa1ac3f3 Platform: print all CORRADE_TARGET_* flags in magnum-info. 12 years ago
Vladimír Vondruš 1fc92ac61c No need to install static test libraries on Windows. 12 years ago
Vladimír Vondruš 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. 12 years ago
Vladimír Vondruš 740c4dbcd6 TextureTools: shorter filenames for headers. 12 years ago
Vladimír Vondruš 9064891a73 MagnumPlugins: no need to install testing libs, as they are all static. 12 years ago
Vladimír Vondruš 1ada7cdaa0 Ability to control static build of plugins separately. 12 years ago
Vladimír Vondruš 39936f7fa7 MagnumExternal: updated flextGL-generated files. 12 years ago
Vladimír Vondruš 4480d9a5ec Fix BUILD_STATIC_PIC build. 12 years ago
Vladimír Vondruš 6baa1c748e Fix Windows compilation. 12 years ago
Vladimír Vondruš 3a18b0a952 Fix static build on Windows. 12 years ago
Vladimír Vondruš 826f5189c5 TextureTools: support also RGB and RGBA images in distancefieldconverter. 12 years ago
Vladimír Vondruš ac4971bd6f Disable ARB_shading_language_420pack for Intel on Windows. 12 years ago
Vladimír Vondruš a760aeeff8 Report disabled extensions also when the driver doesn't claim their support. 12 years ago
Vladimír Vondruš 5b3b722041 Detection of Intel Windows drivers. 12 years ago
Vladimír Vondruš 4cd4cbf148 Added OES_texture_npot ES extension to the list. 12 years ago
Vladimír Vondruš 24828466f5 Doc++ 12 years ago
Vladimír Vondruš e648b0ee8f Fix struct/class mismatch in forward declaration. 12 years ago
Siim Kallas a13e982105 Updated outdated Buffer::Target to Buffer::TargetHint 12 years ago
Vladimír Vondruš 1659f68d59 Print some more info when initializing Context. 12 years ago
Vladimír Vondruš 391ceae0c3 Minor cleanup. 12 years ago
Vladimír Vondruš 9f1fe58d66 TgaImporter: open the files as binary. 12 years ago
Vladimír Vondruš f0793d6aea Fixed access to nonexistent MagnumShaders resources in utilities. 12 years ago
Vladimír Vondruš bfb58d0b55 ARB_direct_state_access support for creating queries. 12 years ago
Vladimír Vondruš 2c998d2a38 Support ARB_framebuffer_sRGB. 12 years ago
Vladimír Vondruš e739c86e72 Replaced EXT_framebuffer_sRGB with ARB_framebuffer_sRGB. 12 years ago
Vladimír Vondruš 4c86d04042 Support for ARB_robustness_isolation. 12 years ago
Vladimír Vondruš 1d8b0ba268 Added remaining non-core ARB/KHR extensions to the list. 12 years ago
Vladimír Vondruš 64e85966de Replaced NV_half_float with hopefully more standard ARB_half_float. 12 years ago
Vladimír Vondruš e4119157b6 ARB_direct_state_access support for creating meshes. 12 years ago
Vladimír Vondruš 8aeb85875d ARB_direct_state_access support for creating renderbuffers. 12 years ago
Vladimír Vondruš 9f041b5d5b ARB_direct_state_access support for creating framebuffers. 12 years ago
Vladimír Vondruš db5b17938b ARB_direct_state_access support for creating buffers. 12 years ago
Vladimír Vondruš 1c543cd26b ARB_direct_state_access support for creating textures. 12 years ago
Vladimír Vondruš b0741493f9 Preparation for ARB_direct_state_access GL 4.5 feature. 12 years ago
Vladimír Vondruš b251b1b0c5 Mark also all GL 4.5 extensions as supported if GL 4.5 is supported. 12 years ago
Vladimír Vondruš a5c2efc8c0 Support glProgramUniform*() calls from OpenGL ES 3.1. 12 years ago