r300g: use pipelined transfers for RGTC textures

This commit is contained in:
Marek Olšák
2011-03-08 08:17:12 +01:00
parent 4dfcf3c4fe
commit 6051f26b78
+2 -1
View File
@@ -100,7 +100,8 @@ r300_texture_get_transfer(struct pipe_context *ctx,
}
blittable = desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ||
desc->layout == UTIL_FORMAT_LAYOUT_S3TC;
desc->layout == UTIL_FORMAT_LAYOUT_S3TC ||
desc->layout == UTIL_FORMAT_LAYOUT_RGTC;
trans = CALLOC_STRUCT(r300_transfer);
if (trans) {