67 Commits (e3ee7b487bad8e2dd12f6ae609deb8764e1f07de)

Author SHA1 Message Date
Vladimír Vondruš cbdff68052 Clarified signed normalized texture types, formatting fixes. 14 years ago
Vladimír Vondruš d9dff2c046 Clarified required version and extension for R/RG textures. 14 years ago
Vladimír Vondruš d5ab207552 Fixed compilation on non-GLES targets (oops). 14 years ago
Vladimír Vondruš 9cb27a4dc3 Depth/stencil can be stored only in renderbuffer in OpenGL ES 2.0. 14 years ago
Vladimír Vondruš e7bb19b70b Documented unsized internal depth/stencil format. 14 years ago
Vladimír Vondruš a22bbc9e15 Removed @todo (deprecated in GLES 3.0). 14 years ago
Vladimír Vondruš c8aa005e86 Added Color3 and Color4 classes with HSV conversion. 14 years ago
Vladimír Vondruš 29723d0975 Fixed texture subdata setters. 14 years ago
Vladimír Vondruš b5699863f2 Doc: @todo++ 14 years ago
Vladimír Vondruš c7bb153d0a Port to OpenGL ES 2. 14 years ago
Vladimír Vondruš 9170728c66 @todo++ 14 years ago
Vladimír Vondruš 4dcb5df21c Reworked binding of textures to shaders. 14 years ago
Vladimír Vondruš 79945ab6fc Documentation: organizing the classes into "modules". 14 years ago
Vladimír Vondruš 1aca6caf5f AbstractTexture: documented relation between loose and exact types. 14 years ago
Vladimír Vondruš f97a272fb6 Texture documentation reorganization. 14 years ago
Vladimír Vondruš 5133861750 Links to required extensions in documentation. 14 years ago
Vladimír Vondruš 83fd5df368 Disable instantiation of all Abstract* classes. 14 years ago
Vladimír Vondruš 1be7b8b9c2 Workarounds for Clang parsing issues. 14 years ago
Vladimír Vondruš ce09e50e05 Doc: Using @relates for texture internal format operator|. 14 years ago
Vladimír Vondruš 453aa4de99 glGenerateMipmap() requires OpenGL 3.0 / EXT_framebuffer_object. 14 years ago
Vladimír Vondruš 95725cae94 Workaround Doxygen parsing bug. 14 years ago
Vladimír Vondruš 97c516fd4c Windows build fixes. 14 years ago
Vladimír Vondruš 172c60a900 Support for anisotropic filtering. 14 years ago
Vladimír Vondruš a21e3ea02e Improved documentation for texture completeness. 14 years ago
Vladimír Vondruš 2976b30922 Reworded array textures to be consistent with CubeMapTextureArray. 14 years ago
Vladimír Vondruš 61bceb8462 Cube map texture array. 14 years ago
Vladimír Vondruš 728ddb19a3 Ability to set texture subdata from image with one less dimensions. 14 years ago
Vladimír Vondruš eca97de2fc Added safety dummy parameter to AbstractTexture::DataHelper::set*Data(). 14 years ago
Vladimír Vondruš cc1f9c60c9 Swapped size and type template parameters in Vector and Matrix. 14 years ago
Vladimír Vondruš 63f2e130b1 Fixed CubeMapTexture wrapping, simplified code of texture classes. 14 years ago
Vladimír Vondruš 2ae1a884cb Hiding AbstractTexture::DataHelper class from documentation. 14 years ago
Vladimír Vondruš 3f4e28cfca Documented required OpenGL version for some functionality. 14 years ago
Vladimír Vondruš efb36b4e33 Removed cube map coordinates from AbstractTexture::Target. 14 years ago
Vladimír Vondruš b26a4d0c3c Fixed copypaste error. 14 years ago
Vladimír Vondruš 2b7aa09520 Added some TODOs. 14 years ago
Vladimír Vondruš d8deeb836a Rectangle texture safety guards, doc++ 14 years ago
Vladimír Vondruš e8c76b7d96 Forced exclusive use of bracket operators in Matrix and Vector. 14 years ago
Vladimír Vondruš 8b9b161c5a Rework of image classes, added missing image formats. 14 years ago
Vladimír Vondruš e0470d6b58 Non-templated base for Image, BufferedImage and Trade::ImageData. 14 years ago
Vladimír Vondruš 11f4f0a500 Removed support for setting texture data directly. 14 years ago
Vladimír Vondruš 9097bb5d44 Added remaining internal formats to AbstractTexture. 14 years ago
Vladimír Vondruš f410266512 Added function to get OpenGL internal ID for given texture. 14 years ago
Vladimír Vondruš b641085b21 Doc++ 14 years ago
Vladimír Vondruš 0c1f789ab7 Functions changing OpenGL internal state shouldn't be constant. 14 years ago
Vladimír Vondruš 1cf69616a3 Documentation updates, "markdownization". 14 years ago
Vladimír Vondruš 6504aecf0c Added classes Image and BufferedImage. 14 years ago
Vladimír Vondruš 33e822a397 Function for pixel size of given color format and data type per channel. 14 years ago
Vladimír Vondruš a0ba7663b0 Doc++ 14 years ago
Vladimír Vondruš 8cdf5e87c4 Strong typed texture targets. 14 years ago
Vladimír Vondruš 6cd72578f0 Greatly simplified Texture::setWrapping(). 14 years ago