]> git.sesse.net Git - nageru/history - sor.frag
Allow symlinked frame files. Useful for testing.
[nageru] / sor.frag
2018-08-08 Steinar H. GundersonSupport rendering forward and backward flow in parallel.
2018-08-04 Steinar H. GundersonFix a bug where the first black pass of SOR would read...
2018-08-04 Steinar H. GundersonUpdate the SOR comment about twinned buffering.
2018-08-04 Steinar H. GundersonMicrooptimization in the SOR fragment shader.
2018-08-04 Steinar H. GundersonSplit the equation texture in two, which speeds up...
2018-08-02 Steinar H. GundersonCompute diffusivity instead of smoothness, which saves...
2018-08-02 Steinar H. GundersonFix an issue where we would lose >1 ms for computing...
2018-07-27 Steinar H. GundersonUse textureSize() instead of sending in uniforms manual...
2018-07-26 Steinar H. GundersonFinally get SOR working.
2018-07-25 Steinar H. GundersonFix a done TODO (gamma is for E_G, not E_S, and we...
2018-07-21 Steinar H. GundersonHack around a convergence problem in the SOR code,...
2018-07-21 Steinar H. GundersonPack the two b values in the equations with shared...
2018-07-21 Steinar H. GundersonFix some errors in the smoothness term.
2018-07-20 Steinar H. GundersonImplement SOR.