--- src/gallium/drivers/r300/r300_texture_desc.c.orig 2011-05-14 12:14:11.454133135 +0200 +++ src/gallium/drivers/r300/r300_texture_desc.c 2011-05-14 15:21:51.118339359 +0200 @@ -41,9 +41,9 @@ { /* Macro: linear linear linear Micro: linear tiled square-tiled */ - {{ 32, 1}, { 8, 4}, { 0, 0}}, /* 8 bits per pixel */ + {{ 32, 2}, { 8, 4}, { 0, 0}}, /* 8 bits per pixel */ {{ 16, 1}, { 8, 2}, { 4, 4}}, /* 16 bits per pixel */ - {{ 8, 1}, { 4, 2}, { 0, 0}}, /* 32 bits per pixel */ + {{ 8, 2}, { 4, 2}, { 0, 0}}, /* 32 bits per pixel */ {{ 4, 1}, { 2, 2}, { 0, 0}}, /* 64 bits per pixel */ {{ 2, 1}, { 0, 0}, { 0, 0}} /* 128 bits per pixel */ },