]> git.sesse.net Git - nageru/history - flow.h
Allow symlinked frame files. Useful for testing.
[nageru] / flow.h
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-05 Steinar H. GundersonFix some Clang warnings.
2018-09-16 Steinar H. GundersonDo deinterleaving on the GPU (subsampling still remains).
2018-09-16 Steinar H. GundersonDo the interpolation in Y'CbCr instead of RGBA; saves...
2018-09-15 Steinar H. GundersonRelease flow textures when we are done with them.
2018-09-15 Steinar H. GundersonSplit out the flow code from the example driver.
2018-09-15 Steinar H. GundersonMake disabling variational refinement somewhat more...
2018-09-15 Steinar H. GundersonParametrize patch size and number of iterations.
2018-09-15 Steinar H. GundersonStart parametrizing the operating points for DIS.
2018-09-15 Steinar H. GundersonMove flow classes into a header file; first step on...