diff options
author | Marek Olšák <[email protected]> | 2011-03-01 21:15:20 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-02 00:54:06 +0100 |
commit | 30600e3dabd5055a838ddfbf0c3fe6b0eac83979 (patch) | |
tree | 9185a23815378caeb0d479b46eda6a094519482a /src/gallium/drivers/r300 | |
parent | 8be58df67a3d3cc682407f10badcb92a1c988e65 (diff) |
r300g: accelerate resoure_copy_region for rgtc
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r-- | src/gallium/drivers/r300/r300_blit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c index 8c13ac5dff7..6391ea7f3be 100644 --- a/src/gallium/drivers/r300/r300_blit.c +++ b/src/gallium/drivers/r300/r300_blit.c @@ -474,7 +474,8 @@ static void r300_resource_copy_region(struct pipe_context *pipe, } /* Handle compressed formats. */ - if (desc->layout == UTIL_FORMAT_LAYOUT_S3TC) { + if (desc->layout == UTIL_FORMAT_LAYOUT_S3TC || + desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { switch (util_format_get_blocksize(old_dst.format)) { case 8: /* 1 pixel = 4 bits, |