ソースを参照

Cell: Fix unintended breakage from commit 1d62a057bc

tags/mesa_20090313
Ian Romanick 17年前
コミット
f1257fd794
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/mesa/pipe/cell/ppu/cell_texture.c

+ 1
- 1
src/mesa/pipe/cell/ppu/cell_texture.c ファイルの表示

@@ -61,7 +61,7 @@ cell_texture_layout(struct cell_texture * spt)

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->height[level] = height;
pt->depth[level] = depth;

読み込み中…
キャンセル
保存