72 Commits (bab8ce0a4adc2c389e7b77faee066ad57fbf560f)

Author SHA1 Message Date
Vladimír Vondruš a91d6fc193 Compressed image support, part 11: support ASTC formats. 11 years ago
Vladimír Vondruš 75ef110efe Compressed image support, part 10: support ETC2/EAC formats. 11 years ago
Vladimír Vondruš cb6a1bd7b5 Compressed image support, part 8: compressed image download. 11 years ago
Vladimír Vondruš c470bc1e85 Compressed image support, part 7: compressed (sub)image upload. 11 years ago
Vladimír Vondruš 7aef7f44f5 Compressed image support, part 5: added EXT_texture_compression_s3tc. 11 years ago
Vladimír Vondruš a808c3c7fb Compressed image support, part 2: renamed ImageReference to ImageView. 11 years ago
Vladimír Vondruš 4276d65a75 Implemented EXT_texture_border_clamp AEP extension. 11 years ago
Vladimír Vondruš c4b74f72a8 Implemented OES_texture_stencil8 AEP extension. 11 years ago
Vladimír Vondruš 6f2b39ea94 Implemented OES_texture_storage_multisample_2d_array AEP extension. 11 years ago
Vladimír Vondruš d86311bae9 Fix unused variable warning when building w/o assertions. 11 years ago
Vladimír Vondruš 6313791812 Don't expose EXT_sRGB on ES3/WebGL2 builds. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 7f36c4537c Fixed texture wrapping for cube map and array textures (with story!). 11 years ago
Vladimír Vondruš 503ce1f948 Removed deprecated *Texture::maxLayers(). 11 years ago
Vladimír Vondruš ea1c335a2b Ability to wrap and release existing OpenGL objects. 11 years ago
Vladimír Vondruš 2424d47567 Try to not use MAGNUM_TARGET_GLES3. 11 years ago
Vladimír Vondruš 90b89c6f3d First-class WebGL support, part 7: reduced color formats. 11 years ago
Vladimír Vondruš cb16c932a4 First-class WebGL support, part 4: reduced texture functionality. 11 years ago
Vladimír Vondruš 1f985dfec6 First-class WebGL support, part 2: no debug output. 11 years ago
Vladimír Vondruš 9619bf08b6 Support for ARB_get_texture_sub_image. 11 years ago
Vladimír Vondruš cb1895536c Ensure that pixel pack buffer is not bound when reading image to RAM. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš a5381993a5 Full ARB_direct_state_access support in textures. 12 years ago
Vladimír Vondruš b6d9de83dc Fix size computation for array textures in setStorage() fallback. 12 years ago
Vladimír Vondruš 3de303fd60 Discourage usage of *Texture::setImage() even more. 12 years ago
Vladimír Vondruš eb4eda48f5 Using std::unique_ptr instead of naked pointers in internal implementation. 12 years ago
Vladimír Vondruš 664e765fd9 Doc++ 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š dc312cda0d Implemented indexed buffer binding. 12 years ago
Vladimír Vondruš 3e84a1848f Added multi-unbind function to AbstractTexture. 12 years ago
Vladimír Vondruš a3aa26bbe4 Proper state tracking also in texture-multi-bind. 12 years ago
Vladimír Vondruš 4242072695 Ensure that texture object is properly created before using it. 12 years ago
Vladimír Vondruš ac015f926d Hide Buffer::bind() and Buffer::unbind() from public API. 12 years ago
Vladimír Vondruš 278877f8e3 Enabled 2D multisample textures in ES 3.1. 12 years ago
Vladimír Vondruš ac0b63da0b Enabled multisample texture limit queries in ES 3.1. 12 years ago
Vladimír Vondruš 10faa49363 Enabled texture image size queries in ES 3.1. 12 years ago
Vladimír Vondruš 01053ec504 Enabled stencil texturing in ES 3.1. 12 years ago
Vladimír Vondruš 7468887e99 Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
Vladimír Vondruš c2974f5ced Removed dead code. 12 years ago
Vladimír Vondruš 61bebc3417 Enabled TextureFormat::R8 and RG8 on ES2, clarified the docs. 12 years ago
Vladimír Vondruš 05e0c8dcaa Disable TextureFormat::RGB10 for ES3. 12 years ago
Vladimír Vondruš 623ed89328 Removed dead code. 12 years ago
Vladimír Vondruš 1b45a71ff5 Allocation-free overloads for *::setLabel(). 12 years ago
Vladimír Vondruš c621886f72 Minor color/texture format fixes. 12 years ago
Vladimír Vondruš 4b6ae7afe6 Support for EXT_texture_sRGB_decode. 12 years ago
Vladimír Vondruš 4e50aeee31 Ability to reset internal state tracker. 12 years ago
Vladimír Vondruš 8c0c80a5c3 Implemented ARB_texture_swizzle. 12 years ago
Vladimír Vondruš 1b1ad41ae1 Renamed internal function to avoid name clashes. 12 years ago
Vladimír Vondruš ef897de79e Implemented depth texture compare mode and function. 12 years ago