]> git.sesse.net Git - nageru/history - flow.cpp
Deal with buggy GPU timers that go backwards.
[nageru] / flow.cpp
2018-07-21 Steinar H. GundersonDeal with buggy GPU timers that go backwards.
2018-07-21 Steinar H. GundersonIf needed, resize the flow up (bilinearly) to the final...
2018-07-21 Steinar H. GundersonFix a typo.
2018-07-21 Steinar H. GundersonSupport giving in file names on the command line.
2018-07-21 Steinar H. GundersonLoad arbitrary images through SDL_image, instead of...
2018-07-21 Steinar H. GundersonFix some errors in the smoothness term.
2018-07-20 Steinar H. GundersonAdd some missing clears.
2018-07-20 Steinar H. GundersonIn the variational refinement, change the flow unit...
2018-07-20 Steinar H. GundersonAdd a FIXME on the scissor.
2018-07-20 Steinar H. GundersonAdd much more detailed GPU timers.
2018-07-20 Steinar H. GundersonFix flow output after we did normalization in the add...
2018-07-20 Steinar H. GundersonAvoid infinities in a uniform.
2018-07-20 Steinar H. GundersonFinish up the variational refinement, conceptually...
2018-07-20 Steinar H. GundersonImplement SOR.
2018-07-19 Steinar H. GundersonCalculate smoothness and set up the equations. Still...
2018-07-19 Steinar H. GundersonAlso calculate beta_0 when calculating derivatives.
2018-07-18 Steinar H. GundersonFix some indentation.
2018-07-18 Steinar H. GundersonUse textureOffset() wherever possible to save some...
2018-07-17 Steinar H. GundersonCalculate I_x and I_y for variational refinement.
2018-07-11 Steinar H. GundersonStart working on variational refinement.
2018-07-11 Steinar H. GundersonReduce the spam in apitrace a bit.
2018-07-07 Steinar H. GundersonDo patch normalization in densification.
2018-07-07 Steinar H. GundersonRemove an unused sampler.
2018-07-06 Steinar H. GundersonRemove some duplicate vertex attributes.
2018-07-06 Steinar H. GundersonUse fp16 for the densification output texture; evidentl...
2018-07-06 Steinar H. GundersonRemove an unused uniform.
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...