diff options
author | Ben Skeggs <[email protected]> | 2010-03-03 11:45:08 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2010-03-10 16:29:58 +1000 |
commit | ac2b35fd2d5008a39fa394b7b04fd29b899d3e55 (patch) | |
tree | 1c14c8b47753f34bba529f359ef560c88db3b8fa /src/gallium/drivers/nv50/nv50_context.h | |
parent | 007f25b3bde88de550d6ddba6a96769e4f3d5ce7 (diff) |
nv50: use relocs rather than re-uploading TIC all the time
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 e91a61b27dd..2cb5538c54a 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -249,6 +249,7 @@ extern void nv50_so_init_sifc(struct nv50_context *nv50, unsigned offset, unsigned size); /* nv50_tex.c */ +extern void nv50_tex_relocs(struct nv50_context *); extern void nv50_tex_validate(struct nv50_context *); /* nv50_transfer.c */ |