st/glsl_to_tgsi: initialise need_uarl in contructor

Found by coverity

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Dave Airlie 2018-10-05 10:52:51 +10:00
parent c5c3da6c90
commit cc2fe57922

View file

@ -4656,6 +4656,7 @@ glsl_to_tgsi_visitor::glsl_to_tgsi_visitor()
ctx = NULL;
prog = NULL;
precise = 0;
need_uarl = false;
shader_program = NULL;
shader = NULL;
options = NULL;