From db37279e0b3620c6be9de6dd96f0f4dac63bb48c Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Mon, 14 Sep 2009 19:42:53 +0200 Subject: nv50: use flush_notify to reduce number of relocs --- src/gallium/drivers/nv50/nv50_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/nv50/nv50_context.h') diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 3a5f990e97..4608854d71 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -196,6 +196,7 @@ extern void nv50_program_destroy(struct nv50_context *nv50, struct nv50_program /* nv50_state_validate.c */ extern boolean nv50_state_validate(struct nv50_context *nv50); +extern void nv50_state_flush_notify(struct nouveau_channel *chan); /* nv50_tex.c */ extern void nv50_tex_validate(struct nv50_context *); -- cgit v1.2.3