]> git.sesse.net Git - movit/history - flat_input.h
Add some asserts.
[movit] / flat_input.h
2014-03-28 Steinar H. GundersonMerge branch 'epoxy'
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-20 Steinar H. GundersonMake handling of non-RGBA sRGB textures more consistent.
2014-03-20 Steinar H. GundersonStop using BGR, BGRA and grayscale formats.
2014-03-18 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-16 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-15 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-13 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-12 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonSupport GL_R and 16-bit fixed-point textures in FlatInput.
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonHandle texture non-bounce a bit better.
2014-03-10 Steinar H. GundersonHandle texture non-bounce a bit better.
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonAdd support for fp16 and RG textures to FlatInput.
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonSwitch from using GLEW to epoxy.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-26 Steinar H. GundersonRemove the finalize() member function from Input.
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-12 Steinar H. GundersonLet the application manage PBOs.
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2013-02-01 Steinar H. GundersonGive the alpha enums somewhat better/more consistent...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2012-10-28 Steinar H. GundersonCheck required extensions at start.
2012-10-14 Steinar H. GundersonColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-13 Steinar H. GundersonMore deallocation.
2012-10-12 Steinar H. Gundersoncan_output_linear_gamma() should never return true...
2012-10-11 Steinar H. GundersonLet FlatInput take in float data (sort of kludgy, thoug...
2012-10-08 Steinar H. GundersonPull EffectChain a step closer to input resolution...
2012-10-08 Steinar H. GundersonFlatInput can only auto-expand from linear or sRGB...
2012-10-08 Steinar H. GundersonOutput the graph in dot form at finalize time.
2012-10-07 Steinar H. GundersonMove pixel_format out of the ImageFormat struct, since...
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...