From c0341b22cab5444350032a2b6e2320ab36fcba16 Mon Sep 17 00:00:00 2001 From: Luca Barbieri Date: Sun, 14 Mar 2010 03:09:02 +0100 Subject: nvfx: stop using flush_notify Rather than emitting relocations on flush notifications, emit them in nvfx_state_start. --- src/gallium/drivers/nvfx/nvfx_context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/nvfx/nvfx_context.c') diff --git a/src/gallium/drivers/nvfx/nvfx_context.c b/src/gallium/drivers/nvfx/nvfx_context.c index 61f55907e0..31c3e2bc39 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.c +++ b/src/gallium/drivers/nvfx/nvfx_context.c @@ -67,7 +67,6 @@ nvfx_create(struct pipe_screen *pscreen, void *priv) nvfx->pipe.flush = nvfx_flush; screen->base.channel->user_private = nvfx; - screen->base.channel->flush_notify = nvfx_state_flush_notify; nvfx->is_nv4x = screen->is_nv4x; -- cgit v1.2.3