svga: set rendered-to flag after updating the texture using PredCopyRegion
authorCharmaine Lee <charmainel@vmware.com>
Mon, 3 Oct 2016 20:29:58 +0000 (13:29 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Nov 2016 20:29:22 +0000 (14:29 -0600)
commita2d49c4b466e493954dea750a48cd816bcf3c5d6
treef7865393d046ea3388524dc8d3796a1b48d1faaf
parent59f14563a306b33171ea2d8fa73aa3a4363761a3
svga: set rendered-to flag after updating the texture using PredCopyRegion

This patch sets the rendered-to flag for the subresource after it is
updated using the PredCopyRegion command. This is to ensure that the GB surface
will be sync up properly before it will be directly mapped to.

Tested with MTT piglit, glretrace.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/svga/svga_pipe_blit.c