iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 2 Apr 2019 06:28:06 +0000 (23:28 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 4 Apr 2019 18:41:10 +0000 (11:41 -0700)
commit8d9e169bdd46c028fd14af90bfb1be40e744c31a
treefa2f9a8fcfc14e4acfe56644de7e819eabb2bf96
parentd1dd3cbcc766a70ec3b193201299792566c6b69a
iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.

MI_PREDICATE_DATA is an intermediate storage for the MI_PREDICATE
command's calculations - it holds the result of the subtraction when
the compare operation is SRCS_EQUAL or DELTAS_EQUAL.  But the actual
result of the predication is MI_PREDICATE_RESULT, which is what we
want to copy from the render context to the compute context.
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_draw.c
src/gallium/drivers/iris/iris_query.c