mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
st_glsl_to_tgsi: init have_sqrt field.
Coverity reported this. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
8de5522d93
commit
7f6872d012
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue