From: Ben Skeggs Date: Fri, 8 Dec 2006 11:51:50 +0000 (+0000) Subject: state cache is automagically flushed on a normal BEGIN_RING_SIZE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=046ece3a2da89c30c8d1bfa25389b19caad0a64c;p=mesa.git state cache is automagically flushed on a normal BEGIN_RING_SIZE --- diff --git a/src/mesa/drivers/dri/nouveau/nv30_state.c b/src/mesa/drivers/dri/nouveau/nv30_state.c index aab0bd9fda8..f0b37a76f5b 100644 --- a/src/mesa/drivers/dri/nouveau/nv30_state.c +++ b/src/mesa/drivers/dri/nouveau/nv30_state.c @@ -90,7 +90,6 @@ static void nv30Clear(GLcontext *ctx, GLbitfield mask) hw_bufs |= 0x03; if (hw_bufs) { - /* should we flush the state cache before this? */ BEGIN_RING_SIZE(NvSub3D, NV30_TCL_PRIMITIVE_3D_CLEAR_WHICH_BUFFERS, 1); OUT_RING(hw_bufs); }