st_glsl_to_tgsi: init have_sqrt field.

Coverity reported this.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2014-09-02 09:51:56 +10:00
parent 8de5522d93
commit 7f6872d012

View file

@ -3172,6 +3172,7 @@ glsl_to_tgsi_visitor::glsl_to_tgsi_visitor()
shader_program = NULL;
shader = NULL;
options = NULL;
have_sqrt = false;
}
glsl_to_tgsi_visitor::~glsl_to_tgsi_visitor()