commit | 2fb8b859f696240177f7ab2dc61b9023d7ab0ea4 | [log] [tgz] |
---|---|---|
author | Nanley Chery <nanley.g.chery@intel.com> | Tue Jan 05 12:13:56 2016 -0800 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Wed Jan 27 15:12:42 2016 -0800 |
tree | 764477c9d9495b6bd334beb3d6b1fb9ede889b3e | |
parent | c3546685edc2a4f51baf0eb05854b000dc84145c [diff] |
anv/meta: Use the uncompressed rectangle when blitting For an uncompressed ImageView of a compressed Image, the dimensions and offsets are all divided by the appropriate block dimensions. We are not yet using an uncompressed ImageView for a compressed Image, but will do so in a future commit.