Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_common_context.c
index 2a38c4599c643de3cee4a220a86e9e997e9e9c40..71f70d724b9458b9af7675b4997c626783ef0af0 100644 (file)
@@ -262,7 +262,7 @@ GLboolean radeonInitContext(radeonContextPtr radeon,
                else
                        radeon->texture_row_align = 32;
                radeon->texture_rect_row_align = 64;
-               radeon->texture_compressed_row_align = 64;
+               radeon->texture_compressed_row_align = 32;
        }
 
        radeon_init_dma(radeon);