diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-02-06 14:06:39 -0800 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-02-06 14:06:39 -0800 |
commit | 2d6355495ce6f8668df3d9eb8825815bfead5401 (patch) | |
tree | 99482125bc874a4d6bd344e83950c0bb50dd6859 /src/gallium/drivers/nv40 | |
parent | 5538323005a20d6911c7e51cb5f26b242c04a57c (diff) | |
parent | 776d86606cd8b250802730410d5e55a41944cf0a (diff) |
Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into gallium-0.2
Diffstat (limited to 'src/gallium/drivers/nv40')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_miptree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_miptree.c b/src/gallium/drivers/nv40/nv40_miptree.c index e8cd104ea4..9bef23ad1f 100644 --- a/src/gallium/drivers/nv40/nv40_miptree.c +++ b/src/gallium/drivers/nv40/nv40_miptree.c @@ -124,6 +124,7 @@ nv40_miptree_blanket(struct pipe_screen *pscreen, const struct pipe_texture *pt, mt->base = *pt; mt->base.refcount = 1; mt->base.screen = pscreen; + mt->level[0].pitch = stride[0]; mt->level[0].image_offset = CALLOC(1, sizeof(unsigned)); pipe_buffer_reference(pscreen, &mt->buffer, pb); |