diff options
author | Luca Barbieri <[email protected]> | 2010-03-14 03:09:02 +0100 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-04-12 12:13:16 +0200 |
commit | c0341b22cab5444350032a2b6e2320ab36fcba16 (patch) | |
tree | 0dbd4c70a3a6c52be03a7df85c816c3b83df1441 /src/gallium/drivers/nvfx/nvfx_context.h | |
parent | 188b579e30cb7f8d7eef5cc9eb5913d9d43a3038 (diff) |
nvfx: stop using flush_notify
Rather than emitting relocations on flush notifications, emit them
in nvfx_state_start.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_context.h')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.h b/src/gallium/drivers/nvfx/nvfx_context.h index 9d988b015c2..138f480560e 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.h +++ b/src/gallium/drivers/nvfx/nvfx_context.h @@ -239,7 +239,7 @@ nv40_fragtex_build(struct nvfx_context *nvfx, int unit); extern void nvfx_init_state_functions(struct nvfx_context *nvfx); /* nvfx_state_emit.c */ -extern void nvfx_state_flush_notify(struct nouveau_channel *chan); +extern void nvfx_state_relocate(struct nvfx_context *nvfx); extern boolean nvfx_state_validate(struct nvfx_context *nvfx); extern boolean nvfx_state_validate_swtnl(struct nvfx_context *nvfx); extern void nvfx_state_emit(struct nvfx_context *nvfx); |