89 Commits (d55e1c7600a08e911be2c7a621cae931d24bace7)

Author SHA1 Message Date
Vladimír Vondruš 6d509b7a1b Random updates for the new documentation theme in the root namespace. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš fc54226a83 Make internal function file-local and fix its name. 9 years ago
Vladimír Vondruš 0371ebd9a3 SVGA3D: work around broken glTex[ture][Sub]Image*D() for arrays. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 3b3f71faa9 doc: adapted GL function/extension to Khronos domain move. 9 years ago
Vladimír Vondruš f68b40c5d9 Implemented *Framebuffer::copyImage() and copySubImage(). 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš d9b25c6057 Implemented ARB_shader_image_load_store. 10 years ago
Vladimír Vondruš d5dae1a211 Added workaround for NVidia reporting compressed block size in bits. 10 years ago
Vladimír Vondruš 645edecbcd Compressed image support, part 15: compressed subimage download. 10 years ago
Vladimír Vondruš 56cdc71a52 Compressed image support, part 14: queries for compressed block sizes. 10 years ago
Vladimír Vondruš 27aea0ccd5 Don't spread cubemap texture level parameter query workarounds elsewhere. 10 years ago
Vladimír Vondruš bbeed0ad83 Use CUBE_MAP_POSITIIVE_X instead of CUBE_MAP in glGetTexLevelParameter. 11 years ago
Vladimír Vondruš 3067bbcf7e Pixel storage support, part 10: actually use the parameters now. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš 741743534c Remove obsolete TODOs. 11 years ago
Vladimír Vondruš ce72c4d637 Doc++ 11 years ago
Vladimír Vondruš ae70a62644 Properly create cube map texture before calling ARB_DSA functions. 11 years ago
Vladimír Vondruš edb7d680fc Hide fallback texture storage implementation from ES3 builds. 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š a808c3c7fb Compressed image support, part 2: renamed ImageReference to ImageView. 11 years ago
Vladimír Vondruš fc523595e1 Document that KHR_debug is covered by AEP too. 11 years ago
Vladimír Vondruš 4276d65a75 Implemented EXT_texture_border_clamp AEP extension. 11 years ago
Vladimír Vondruš 6f2b39ea94 Implemented OES_texture_storage_multisample_2d_array AEP extension. 11 years ago
Vladimír Vondruš adf88d5535 Ability to instantiate OpenGL objects without creating them. 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š be09303e28 Removed deprecated Texture::Target enum. 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š 13ca01c826 Minor code reorganization. 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š 3e2a91d27a Cleaned up old Doxygen workarounds. 11 years ago
Vladimír Vondruš 959180dfd8 Math: removed deprecated Geometry::Rectangle class. 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš 9619bf08b6 Support for ARB_get_texture_sub_image. 11 years ago
Vladimír Vondruš 0fcf763900 Fix off-by-one errors when converting const char[] to string. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš f3e02008fb No need to use class/struct keyword in friend declarations. 12 years ago
Vladimír Vondruš a5381993a5 Full ARB_direct_state_access support in textures. 12 years ago
Vladimír Vondruš a68811a1c5 This is no longer true. 12 years ago
Vladimír Vondruš 3de303fd60 Discourage usage of *Texture::setImage() even more. 12 years ago
Vladimír Vondruš a894904cab Removed autolink-preventing % noise and unneeded HTML from root namespace. 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š 3e84a1848f Added multi-unbind function to AbstractTexture. 12 years ago
Vladimír Vondruš 3d0b573efb Doc++, minor cleanup. 12 years ago