Skip to content

Comments

Vulkan: Fix bugs about linear images#2127

Merged
qining merged 1 commit intogoogle:masterfrom
qining:fix-pitch
Aug 8, 2018
Merged

Vulkan: Fix bugs about linear images#2127
qining merged 1 commit intogoogle:masterfrom
qining:fix-pitch

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