Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Airlie
mesa
Commits
07a9a4fc
Commit
07a9a4fc
authored
Oct 10, 2022
by
Dave Airlie
Browse files
lavapipe: enable G8B8G8R8_422_UNORM and B8G8R8G8_422_UNORM
These aren't planar so are supported by current llvmpipe code.
parent
f6577964
Pipeline
#707449
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/frontends/lavapipe/lvp_private.h
View file @
07a9a4fc
...
...
@@ -603,8 +603,6 @@ lvp_vk_format_to_pipe_format(VkFormat format)
format
==
VK_FORMAT_R64G64B64_SFLOAT
||
format
==
VK_FORMAT_A2R10G10B10_SINT_PACK32
||
format
==
VK_FORMAT_A2B10G10R10_SINT_PACK32
||
format
==
VK_FORMAT_G8B8G8R8_422_UNORM
||
format
==
VK_FORMAT_B8G8R8G8_422_UNORM
||
format
==
VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM
||
format
==
VK_FORMAT_G8_B8R8_2PLANE_420_UNORM
||
format
==
VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM
||
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment