49 Commits (9ece394566d666452b3113df31f4386daa2d7c1e)

Author SHA1 Message Date
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š d8deeb836a Rectangle texture safety guards, doc++ 14 years ago
Vladimír Vondruš 11f4f0a500 Removed support for setting texture data directly. 14 years ago
Vladimír Vondruš 03f15c714b Renamed template in Texture to prevent underscores in parameters. 14 years ago
Vladimír Vondruš c94acf2920 Fixed #include. 14 years ago
Vladimír Vondruš 0befe23356 Function to get target of Texture. 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š 7bae1a3f8a Renamed data access classes in Trade to avoid confusion. 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
Vladimír Vondruš 66956688d4 Using class constant instead of template parameter. 14 years ago
Vladimír Vondruš 70fa53b949 Removed unbind() from buffers and textures. 14 years ago
Vladimír Vondruš 8efb5a1e42 Added dllimport/dllexport macros for Windows builds. 14 years ago
Vladimír Vondruš dacd31fcc5 Moved AbstractImporter and Image to new Trade namespace. 14 years ago
Vladimír Vondruš 3174570969 Moved ColorFormat enum back to AbstractTexture. 14 years ago
Vladimír Vondruš b945f5f68b Happy New Year. 15 years ago
Vladimír Vondruš 31c70f2c08 Doc++ 15 years ago
Vladimír Vondruš 96bc58812a Using static variable instead of template parameter in Texture. 15 years ago
Vladimír Vondruš a0fc06bf94 Making Texture data setting functions public. 15 years ago
Vladimír Vondruš ef80006737 Using GLint instead of GLsizei for offset. 15 years ago
Vladimír Vondruš d6b4cbb466 Added convenience functions for feeding Textures with Images. 15 years ago
Vladimír Vondruš 40441b39e2 Removed unnecessary templating of AbstractTexture::DataHelper. 15 years ago
Vladimír Vondruš 53a978c434 Minor documentation fixes. 15 years ago
Vladimír Vondruš e9a556cc10 Using strongly-typed enums in AbstractTexture and derived classes. 15 years ago
Vladimír Vondruš d0044b960e Support for setting texture subdata. 15 years ago
Vladimír Vondruš e9a98d76e7 Support for setting textures as uniforms in AbstractShaderProgram. 15 years ago
Vladimír Vondruš 715d9910a8 Support for texture layers. 15 years ago
Vladimír Vondruš 24988ce520 Fixed wrong automagic texture target for 3D textures. 15 years ago
Vladimír Vondruš b924da57ad Splitting non-templated things from Texture to AbstractTexture. 15 years ago
Vladimír Vondruš cc0bffbdc4 Support for rectangle textures, documentation updates. 15 years ago
Vladimír Vondruš c51ea03b5b Texture Filter and Mipmap enum refactoring. 15 years ago
Vladimír Vondruš 4a58fc9f0c Added Texture.cpp with explicit specialization for all texture dimensions. 15 years ago
Vladimír Vondruš c0e8a92093 Better documentation for Texture, mainly about required function calls. 15 years ago
Vladimír Vondruš 8b8e97f54e Store template parameter in Texture class for later retrieving. 15 years ago
Vladimír Vondruš 08c967a6ae Fixed wrong target passed to glBindTexture. 15 years ago
Vladimír Vondruš b0ed6479df Totally reworked Texture::setData() using TypeTraits. 15 years ago
Vladimír Vondruš 1080c2900e Texture now allows user-specified target in addition to automagic. 15 years ago
Vladimír Vondruš c7b331d100 (Ahem...) Happy New Year! 15 years ago
Vladimír Vondruš b7221d0a33 Function to set texture border color. 16 years ago
Vladimír Vondruš aafecfb4ec Simple templated multidimensional texture class. 16 years ago