OSDN Git Service

anv/meta: Use the uncompressed rectangle when blitting
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 5 Jan 2016 20:13:56 +0000 (12:13 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 27 Jan 2016 23:12:42 +0000 (15:12 -0800)
commit2fb8b859f696240177f7ab2dc61b9023d7ab0ea4
tree764477c9d9495b6bd334beb3d6b1fb9ede889b3e
parentc3546685edc2a4f51baf0eb05854b000dc84145c
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.
src/vulkan/anv_meta.c