mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
i965/fs: Add missing initializer in fs_visitor().
This commit is contained in:
parent
7a58262e58
commit
73f4010082
1 changed files with 1 additions and 1 deletions
|
|
@ -4193,7 +4193,7 @@ fs_visitor::fs_visitor(struct brw_context *brw,
|
|||
reg_null_d(retype(brw_null_vec(dispatch_width), BRW_REGISTER_TYPE_D)),
|
||||
reg_null_ud(retype(brw_null_vec(dispatch_width), BRW_REGISTER_TYPE_UD)),
|
||||
key(key), prog_data(&prog_data->base),
|
||||
dispatch_width(dispatch_width)
|
||||
dispatch_width(dispatch_width), promoted_constants(0)
|
||||
{
|
||||
this->mem_ctx = mem_ctx;
|
||||
init();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue