From: Steinar H. Gunderson Date: Fri, 27 Jul 2018 08:52:40 +0000 (+0200) Subject: Remove a TODO; setting up equations is not where our time goes. X-Git-Tag: 1.8.0~76^2~169 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a10be5d6a8a0652e434b725528265729aff19d27;p=nageru Remove a TODO; setting up equations is not where our time goes. --- diff --git a/equations.frag b/equations.frag index 4195d47..d4328de 100644 --- a/equations.frag +++ b/equations.frag @@ -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