OSDN Git Service

dri/nouveau: Flush after texture validation.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 18 Mar 2010 12:46:20 +0000 (13:46 +0100)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 18 Mar 2010 14:02:37 +0000 (15:02 +0100)
commit3c0eab714816618314324ac02712fa59e5ed385a
tree2d04256964d77ec9c7d580ceb4be0f80430d4f85
parent6193c41bcd8c50d3f4fb38690061029866c37667
dri/nouveau: Flush after texture validation.

Swizzling needs the destination surface in VRAM, but the subsequent
rendering operations making use of it are likely to not care. Fire the
ring after validation to leave the memory manager more room for
maneuvering.
src/mesa/drivers/dri/nouveau/nouveau_texture.c