mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
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:
parent
c5c3da6c90
commit
cc2fe57922
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue