glsl/lower_int64: only set progress when something is lowered.
authorDave Airlie <airlied@redhat.com>
Wed, 31 May 2017 22:34:09 +0000 (08:34 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 31 May 2017 22:46:35 +0000 (08:46 +1000)
commit55d1550d352fd9ef820311a5a08815685e42f3d7
tree8654f212bd126c1ab9f35f308a6cb5fda018274f
parentaf2844116fdea7e97fdf3822166baadd05d8d58e
glsl/lower_int64: only set progress when something is lowered.

Otherwise we'd get progress continually set if we had non 64-bit
versions of these ops.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/compiler/glsl/lower_int64.cpp