aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/renderer/loadimage.cpp
AgeCommit message (Expand)Author
2014-07-11Clean up the functions in loadimage.h/cpp.Geoff Lang
2014-06-26Remove the clientVersion parameter from the format utils.Geoff Lang
2014-05-07Add a DXGI format for GL_LUMINANCE16F_EXT in ES3.Geoff Lang
2014-02-24Fix redefinition of variables.Geoff Lang
2013-10-23Added support for EXT_texture_rg in D3D9 and D3D11.Geoff Lang
2013-10-2324bit depth formats need to flip the depth and stencil bits when loading.Geoff Lang
2013-07-19Added load functions to depth texture formats.Geoff Lang
2013-05-30Added support for the remaining floating point textures.shannonwoods@chromium.org
2013-05-30Added support for SNORM texture formats.shannonwoods@chromium.org
2013-05-30Added support for GL_R11F_G11F_B10F textures.shannonwoods@chromium.org
2013-05-30Added support for the GL_RGB9_E5 format.shannonwoods@chromium.org
2013-05-30Added a templated load function for loading data formats that match.shannonwoods@chromium.org
2013-05-30Add support for GL_UNSIGNED_INT_2_10_10_10_REV textures.shannonwoods@chromium.org
2013-05-30Created new helper functions for converting texture formats, loading images a...shannonwoods@chromium.org