]> git.sesse.net Git - movit/history - init.h
Note in the README that OpenGL 3.0 is sufficient.
[movit] / init.h
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-02-12 Steinar H. GundersonMake init_movit() return a true/false error value.
2014-01-26 Steinar H. GundersonExplicitly declare use of round() as an #extension.
2014-01-19 Steinar H. GundersonRound explicitly after dithering, for GPUs that don...
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2013-01-10 Steinar H. GundersonChange the .dot/.frag writing to be dependent on an...
2013-01-09 Steinar H. GundersonAllow data files to be fetched somewhere else than...
2012-10-28 Steinar H. GundersonUpdate the comment on movit_texel_subpixel_precision.
2012-10-28 Steinar H. GundersonCheck required extensions at start.
2012-10-28 Steinar H. GundersonMake combine_two_pixels() handle the fact that the...