[Bug 89224] Incorrect rendering of Unigine Valley running in VM on VMware Workstation
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 19 04:56:08 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89224
--- Comment #3 from Andrey <andrey.sudnik at intel.com> ---
I found quick fix, but not sure it is completely correct:
diff --git a/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
b/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
index 6769310..2ed9ce1 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
+++ b/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
@@ -47,6 +47,7 @@ is_direct_copy(vec4_instruction *inst)
return (inst->opcode == BRW_OPCODE_MOV &&
!inst->predicate &&
inst->dst.file == GRF &&
+ !inst->saturate &&
!inst->dst.reladdr &&
!inst->src[0].reladdr &&
inst->dst.type == inst->src[0].type);
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150219/b4fd440d/attachment.html>
More information about the intel-3d-bugs
mailing list