dri/nouveau: Just reemit the BO state on pushbuf flush.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 10 Mar 2010 22:51:06 +0000 (23:51 +0100)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 10 Mar 2010 23:59:59 +0000 (00:59 +0100)
commit878eef8c40046f77cf1527fef06f1ea95bd1629a
tree7270a42bb61615e99f69ebe20e1bbace76e71423
parent56ff30a9f97a1a7094432333906544d6138d6bf2
dri/nouveau: Just reemit the BO state on pushbuf flush.

Reemitting dirty states on flush causes problems if the GL context
isn't fully consistent when we get to it. It didn't serve any specific
purpose, so, use nouveau_bo_state_emit instead.
src/mesa/drivers/dri/nouveau/nouveau_context.c
src/mesa/drivers/dri/nouveau/nouveau_context.h
src/mesa/drivers/dri/nouveau/nv04_context.c