Skip to content

Comments

Vulkan: Handle D24 format correctly#1735

Merged
qining merged 3 commits intogoogle:masterfrom
qining:fix-depth-data-storage-transfer
Mar 9, 2018
Merged

Vulkan: Handle D24 format correctly#1735
qining merged 3 commits intogoogle:masterfrom
qining:fix-depth-data-storage-transfer

Conversation

@qining
Copy link
Contributor

@qining qining commented Mar 8, 2018

For D24 format with either X8 or S8 channel, the depth element size is
different for copying through buffer and storing in the image. We need
to manually strip the MSB byte when processing the data if the data is
retrieved through buffer image copy.

@qining qining requested a review from AWoloszyn March 8, 2018 22:47
@qining qining force-pushed the fix-depth-data-storage-transfer branch from 86c9475 to 0b6375b Compare March 8, 2018 22:58
qining added 2 commits March 8, 2018 22:09
For D24 format with either X8 or S8 channel, the depth element size is
different for copying through buffer and storing in the image. We need
to manually strip the MSB byte when processing the data if the data is
retrieved through buffer image copy.

sits on top of google#1728
@qining qining force-pushed the fix-depth-data-storage-transfer branch from 0b6375b to 0bfb3ea Compare March 9, 2018 03:10
@qining qining merged commit 54dc0e5 into google:master Mar 9, 2018
@qining qining deleted the fix-depth-data-storage-transfer branch October 23, 2018 17:26
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