Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan: Fix bugs about linear images #2127

Merged
merged 1 commit into from
Aug 8, 2018
Merged

Conversation

Qining
Copy link
Contributor

@Qining Qining commented Aug 3, 2018

  1. When piping the image data to UI for the texture view, if the image
    is linear and has row pitch, depth pitch larger than a tightly packed
    blob, we need to cut off the extra data.

  2. For MEC, when pulling image data at the tracing side, if the image is
    linear, we may need to change the image level pool size, and when
    mapping the data to the pool, consider the row pitch and depth pitch.

@Qining Qining requested review from AWoloszyn and ben-clayton August 3, 2018 21:54
1. When piping the image data to UI for the texture view, if the image
is linear and has row pitch, depth pitch larger than a tightly packed
blob, we need to cut off the extra data.

2. For MEC, when pulling image data at the tracing side, if the image is
linear, we may need to change the image level pool size, and when
mapping the data to the pool, consider the row pitch and depth pitch.
@Qining Qining merged commit 020102b into google:master Aug 8, 2018
@Qining Qining deleted the fix-pitch branch October 23, 2018 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants