st_glsl_to_tgsi: init have_sqrt field.
Coverity reported this. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user