]> git.sesse.net Git - movit/history - image_format.h
If a shader fails to compile, output it for easier debugging.
[movit] / image_format.h
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-10 Steinar H. GundersonMerge branch 'master' into epoxy
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-09 Steinar H. GundersonComment and README updates about Rec. 2020 in light...
2013-12-30 Steinar H. GundersonAdd partial Rec. 2020 support.
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2012-10-14 Steinar H. GundersonColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-13 Steinar H. GundersonSupport conversion to and from the XYZ color space.
2012-10-08 Steinar H. GundersonChange so that all modifications to the graph (meta...
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-05 Steinar H. GundersonAdd missing file image_format.h, and add grayscale...