6386 Commits (b1454b94de41663093f174c7e03af5bf1db636a4)

Author SHA1 Message Date
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š 4480d9a5ec Fix BUILD_STATIC_PIC build. 12 years ago
Vladimír Vondruš 6baa1c748e Fix Windows compilation. 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š 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š 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
Siim Kallas fca7facd6d Switched SDL2 application's wheel direction 12 years ago
Vladimír Vondruš 9a0ebae1d5 Fix non-deprecated ES2 build. 12 years ago
Vladimír Vondruš b75d26be7b Fix non-deprecated build. 12 years ago
Vladimír Vondruš 4b30beaba1 Apparently NVidia drivers don't accept zero size in glBindBuffersRange(). 12 years ago
Vladimír Vondruš dc312cda0d Implemented indexed buffer binding. 12 years ago
Vladimír Vondruš e921d4f346 Run forgotten test cases in BufferGLTest. 12 years ago
Vladimír Vondruš 3e84a1848f Added multi-unbind function to AbstractTexture. 12 years ago
Vladimír Vondruš 3f56109ec1 Platform: include GL 4.5 and ES 3.1 in magnum-info output. 12 years ago
Vladimír Vondruš e193aa15c7 Added Mesh::maxElementIndex() limit query. 12 years ago
Vladimír Vondruš 5ad9ef56f4 Added Buffer::uniformOffsetAlignment() limit query. 12 years ago
Vladimír Vondruš af4fbcd982 Fix BufferTextureGLTest. 12 years ago
Vladimír Vondruš dfd7de8df1 Return 1 as implicit alignment value. 12 years ago
Vladimír Vondruš 3d0b573efb Doc++, minor cleanup. 12 years ago
Vladimír Vondruš af88f166fa Added Renderer::Feature::RasterizerDiscard. 12 years ago
Vladimír Vondruš 1f6ae8f359 Text: fix performance warning in test. 12 years ago
Vladimír Vondruš bdfa72e0e9 Fix Buffer move construction/assignment on NaCl. 12 years ago