mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-04 17:00:39 +02:00
radv: initialize aco_compiler_options::is_opengl
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Fixes: 8d5cc23c18 ("aco: use gds reg when ordered xfb counter add")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23434>
This commit is contained in:
parent
53383fe8a5
commit
69e259dcff
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ radv_aco_convert_opts(struct aco_compiler_options *aco_info,
|
|||
ASSIGN_FIELD(debug.func);
|
||||
ASSIGN_FIELD(debug.private_data);
|
||||
ASSIGN_FIELD(debug.private_data);
|
||||
aco_info->is_opengl = false;
|
||||
aco_info->load_grid_size_from_user_sgpr = radv_args->load_grid_size_from_user_sgpr;
|
||||
aco_info->optimisations_disabled = radv->key.optimisations_disabled;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue