[Mesa-dev] [PATCH 1/6] i965: Fix miptree matching for multisampled, non-interleaved miptrees.
Kenneth Graunke
kenneth at whitecape.org
Thu Feb 20 16:41:02 PST 2014
On 02/19/2014 05:30 PM, Eric Anholt wrote:
> We haven't been executing this code before the meta-blit case, because
> we've been flagging the miptree as validated at texstorage time, and never
> having to revalidate.
> ---
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 15 ++++++++++++++-
> src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 2 ++
> 2 files changed, 16 insertions(+), 1 deletion(-)
This series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
For patch 1, I verified that physical_depth0 is scaled by
mt->num_samples for UMS and CMS layouts, which trickles down to
mt->level[level].depth.
For patch 3, I believe the code matches the behavior we want.
The rest I read carefully, including making sure the merging algorithms
work.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140220/48997254/attachment.pgp>
More information about the mesa-dev
mailing list