Browse Source

Cell: Fix unintended breakage from commit 1d62a057bc

tags/mesa_20090313
Ian Romanick 17 years ago
parent
commit
f1257fd794
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/pipe/cell/ppu/cell_texture.c

+ 1
- 1
src/mesa/pipe/cell/ppu/cell_texture.c View File



spt->buffer_size = 0; spt->buffer_size = 0;


for ( level = pt->first_level ; level <= pt->last_level ; level++ ) {
for ( level = 0 ; level <= pt->last_level ; level++ ) {
pt->width[level] = width; pt->width[level] = width;
pt->height[level] = height; pt->height[level] = height;
pt->depth[level] = depth; pt->depth[level] = depth;

Loading…
Cancel
Save