]> git.sesse.net Git - nageru/history - flow.cpp
Check uniform locations ahead-of-time, for slightly reduced GL overhead.
[nageru] / flow.cpp
2018-07-06 Steinar H. GundersonCheck uniform locations ahead-of-time, for slightly...
2018-07-06 Steinar H. GundersonAdd some utility functions for working with .flo files.
2018-07-06 Steinar H. GundersonWrite a .flo file for easier evaluation.
2018-07-05 Steinar H. GundersonShow GPU time used.
2018-07-05 Steinar H. GundersonVisualize the flow consistently with .flo files (which...
2018-07-04 Steinar H. GundersonUpdate some comments.
2018-07-04 Steinar H. GundersonFactor out the RGB conversion code into a header file.
2018-07-04 Steinar H. GundersonMake image width/height consistently a vec2.
2018-07-03 Steinar H. GundersonImplement coarse-to-fine. Still too buggy.
2018-07-03 Steinar H. GundersonSome refactoring in flow.cpp.
2018-07-03 Steinar H. GundersonVarious fixes to flow visualization. Still broken.
2018-07-03 Steinar H. GundersonAdd the densification step, in theory now providing...
2018-07-02 Steinar H. GundersonStart implementing motion search.
2018-07-02 Steinar H. GundersonBe slightly more DSA.
2018-07-01 Steinar H. GundersonAdd some beginning flow computation code (currently...