i965g: init saturate field in fp dst_reg helper

This commit is contained in:
Keith Whitwell
2009-11-06 12:01:11 +00:00
parent a485341455
commit 1e3910a878
+1
View File
@@ -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;
}