]> git.sesse.net Git - movit/history - flat_input.cpp
More tweaks to the .ld generation.
[movit] / flat_input.cpp
2014-03-11 Steinar H. GundersonSupport GL_R and 16-bit fixed-point textures in FlatInput.
2014-03-09 Steinar H. GundersonAdd support for fp16 and RG textures to FlatInput.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-26 Steinar H. GundersonRemove the finalize() member function from Input.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2014-01-21 Steinar H. GundersonMake FlatInput and YCbCrInput release the texture to...
2014-01-21 Steinar H. GundersonAdd support to the ResourcePool for 2D textures.
2014-01-20 Steinar H. GundersonRetire the GL_GENERATE_MIPMAP hack for FlatInput.
2014-01-19 Steinar H. GundersonStore GL_FLOAT FlatInputs as fp32, not fp16.
2014-01-12 Steinar H. GundersonLet the application manage PBOs.
2013-02-02 Steinar H. GundersonSplit out some private utilities into effect_util.cpp...
2013-01-19 Steinar H. GundersonInitialize pixel_data in FlatInput to NULL.
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2013-01-13 Steinar H. GundersonFix alpha handling with sRGB textures.
2013-01-09 Steinar H. GundersonChange to using GLEW everywhere.
2012-10-13 Steinar H. GundersonMove the GL_UNPACK_ALIGNMENT setting into the texture...
2012-10-13 Steinar H. GundersonMore deallocation.
2012-10-13 Steinar H. GundersonFix a case with non-float input textures.
2012-10-13 Steinar H. GundersonFlatInput had broken mipmap generation. Fixed.
2012-10-11 Steinar H. GundersonLet FlatInput take in float data (sort of kludgy, thoug...
2012-10-11 Steinar H. Gundersonneeds_update should be set even after we have created...
2012-10-07 Steinar H. GundersonMove pixel_format out of the ImageFormat struct, since...
2012-10-07 Steinar H. GundersonMove all OpenGL includes into one file.
2012-10-07 Steinar H. GundersonAdd YCbCr input. Required a bit of reworking of the...
2012-10-06 Steinar H. GundersonMake Input an abstract base class, and move the current...