diff options
author | Christoph Bumiller <[email protected]> | 2013-04-03 00:18:55 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2013-04-03 12:54:44 +0200 |
commit | 8e1dd58a7e76834c1fb6d117b6ea5755e05cfb77 (patch) | |
tree | 5332b79c7af6d65cedc8139fd7f55414db35a9ab /src/gallium/drivers/nv50/nv50_resource.h | |
parent | ba9b0b682f51222752ac56e7a0615f9bbb686089 (diff) |
nvc0: place staging textures in GART and map them directly
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_resource.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_resource.h b/src/gallium/drivers/nv50/nv50_resource.h index a2bc9803fbe..469d812098f 100644 --- a/src/gallium/drivers/nv50/nv50_resource.h +++ b/src/gallium/drivers/nv50/nv50_resource.h @@ -67,7 +67,7 @@ nv50_miptree(struct pipe_resource *pt) /* Internal functions: */ boolean -nv50_miptree_init_layout_linear(struct nv50_miptree *mt); +nv50_miptree_init_layout_linear(struct nv50_miptree *mt, unsigned pitch_align); struct pipe_resource * nv50_miptree_create(struct pipe_screen *pscreen, |