]> git.sesse.net Git - nageru/history - nageru/image_input.cpp
Change Futatabi frames to be cached as textures instead of in system memory.
[nageru] / nageru / image_input.cpp
2020-03-08 Steinar H. GundersonChange Futatabi frames to be cached as textures instead...
2019-06-13 Steinar H. GundersonRework the chain concept.
2019-05-22 Steinar H. GundersonFix ImageInput sRGB behavior.
2019-05-22 Steinar H. GundersonRemove a fixed FIXME.
2019-05-22 Steinar H. GundersonMake the ImageInput cache store textures, not images.
2019-05-14 Steinar H. GundersonIn ImageInput, make one global update thread instead...
2019-05-13 Steinar H. GundersonRemove unused member in ImageInput.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...