projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a1488
)
Cell: Fix unintended breakage from commit 1d62a057bcb3ee4ef6ebedd93f62ed2e0d8061ba
author
Ian Romanick
<idr@us.ibm.com>
Thu, 14 Feb 2008 19:55:19 +0000
(11:55 -0800)
committer
Ian Romanick
<idr@us.ibm.com>
Thu, 14 Feb 2008 19:55:19 +0000
(11:55 -0800)
src/mesa/pipe/cell/ppu/cell_texture.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/ppu/cell_texture.c
b/src/mesa/pipe/cell/ppu/cell_texture.c
index df178d9ca2476bc4b593c2bd54b54997902b0507..c8ef36002f7376d6ae615f477737ad17271a1f20 100644
(file)
--- a/
src/mesa/pipe/cell/ppu/cell_texture.c
+++ b/
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;