iris: Pay attention to blit masks
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 16 Jan 2019 10:02:19 +0000 (02:02 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commitc81941f1e7d72b80450e2250dcc1537177fd82c8
treea82092129d0647b170ca34b04f359c295d5c196c
parent7837fec740f93745174f1d4a6071a7d14fb07820
iris: Pay attention to blit masks

For combined depth/stencil formats, we may want to only blit one half.
If PIPE_BLIT_Z is set, blit depth; if PIPE_BLIT_S is set, blit stencil.
src/gallium/drivers/iris/iris_blit.c