]> git.sesse.net Git - nageru/commitdiff
Remove a TODO; setting up equations is not where our time goes.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 27 Jul 2018 08:52:40 +0000 (10:52 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 27 Jul 2018 08:52:40 +0000 (10:52 +0200)
equations.frag

index 4195d4783b80b2f5a7383c4dc4193ee584e38314..d4328decfb997cbdd2e12600c909ed44bdcb2df8 100644 (file)
@@ -14,9 +14,6 @@ uniform float delta;
 // Relative weighting of gradient term.
 uniform float gamma;
 
-// TODO: Consider a specialized version for the case where we know that du = dv = 0,
-// since we run so few iterations.
-
 // Similar to packHalf2x16, but the two values share exponent, and are stored
 // as 12-bit fixed point numbers multiplied by that exponent (the leading one
 // can't be implicit in this kind of format). This allows us to store a much