i965g: init saturate field in fp dst_reg helper
This commit is contained in:
@@ -223,6 +223,7 @@ static struct brw_fp_dst dst_reg(GLuint file, GLuint idx)
|
||||
reg.index = idx;
|
||||
reg.writemask = BRW_WRITEMASK_XYZW;
|
||||
reg.indirect = 0;
|
||||
reg.saturate = 0;
|
||||
return reg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user