diff options
author | Maarten Maathuis <[email protected]> | 2009-09-14 19:42:53 +0200 |
---|---|---|
committer | Maarten Maathuis <[email protected]> | 2009-09-15 18:59:53 +0200 |
commit | db37279e0b3620c6be9de6dd96f0f4dac63bb48c (patch) | |
tree | cce9c9cb0a8d859e4795624145311105b37a7d7e /src/gallium/drivers/nv50/nv50_context.h | |
parent | 0469465c31371177d85ab7af103359500323c1f8 (diff) |
nv50: use flush_notify to reduce number of relocs
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 3a5f990e97e..4608854d711 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 *); |