]> git.sesse.net Git - nageru/history - sobel.frag
Allow symlinked frame files. Useful for testing.
[nageru] / sobel.frag
2018-08-08 Steinar H. GundersonSupport rendering forward and backward flow in parallel.
2018-08-03 Steinar H. GundersonPack the gradients and image together into a single...
2018-07-27 Steinar H. GundersonUse textureSize() instead of sending in uniforms manual...
2018-07-18 Steinar H. GundersonUse textureOffset() wherever possible to save some...
2018-07-05 Steinar H. GundersonFix normalization in the Sobel calculation.
2018-07-04 Steinar H. GundersonUpdate some comments.
2018-07-04 Steinar H. GundersonMake image width/height consistently a vec2.
2018-07-01 Steinar H. GundersonAdd some beginning flow computation code (currently...