diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_buffer.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_buffer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.h b/src/gallium/drivers/nouveau/nouveau_buffer.h index 3d97ac33b7d..19255a3c0fd 100644 --- a/src/gallium/drivers/nouveau/nouveau_buffer.h +++ b/src/gallium/drivers/nouveau/nouveau_buffer.h @@ -89,4 +89,11 @@ boolean nouveau_user_buffer_upload(struct nouveau_context *, struct nv04_resource *, unsigned base, unsigned size); +/* Copy data to a scratch buffer, update buffer address. + * Returns the bo the data resides in, or NULL on failure. + */ +struct nouveau_bo * +nouveau_scratch_data(struct nouveau_context *, + struct nv04_resource *, unsigned base, unsigned size); + #endif |