glsl_to_tgsi: copy reladdr in st_src_reg(st_dst_reg) constructor
This is a glsl_to_tgsi port of commit f7cd9a858c.
This commit is contained in:
@@ -174,7 +174,7 @@ st_src_reg::st_src_reg(st_dst_reg reg)
|
||||
this->index = reg.index;
|
||||
this->swizzle = SWIZZLE_XYZW;
|
||||
this->negate = 0;
|
||||
this->reladdr = NULL;
|
||||
this->reladdr = reg.reladdr;
|
||||
}
|
||||
|
||||
st_dst_reg::st_dst_reg(st_src_reg reg)
|
||||
|
||||
Reference in New Issue
Block a user