diff options
| -rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c index ff812c09f8..bd35e089f9 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -72,7 +72,7 @@ static struct pipe_texture*      r300_setup_miptree(tex); -    tex->buffer = screen->buffer_create(screen, 63, +    tex->buffer = screen->buffer_create(screen, 64,                                          PIPE_BUFFER_USAGE_PIXEL,                                          tex->size); | 
