glsl: enable/disable certain lowering passes for doubles
authorDave Airlie <airlied@gmail.com>
Thu, 14 Aug 2014 08:44:50 +0000 (18:44 +1000)
committerIlia Mirkin <imirkin@alum.mit.edu>
Thu, 19 Feb 2015 05:28:35 +0000 (00:28 -0500)
commit8be5ee23de774a1101b808ff081cc3316d358933
treec8631e36a54c2b892d5d499d8b1346c4430a563d
parent3bbaf719940447045b4f1faae77953e15908cfec
glsl: enable/disable certain lowering passes for doubles

We want to restrict some lowering passes to floats only,
and enable other for doubles.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/glsl/lower_instructions.cpp