Skip to content
Snippets Groups Projects
Commit 2f30ced6 authored by Niklas Haas's avatar Niklas Haas
Browse files

gpu: fix DRM fourcc format mapping table

The DRM fourcc formats are specified in little-endian MSB to LSB order,
which is the exact opposite of the memory order convention that we use.
So we simply have to reverse all of these format modifiers.

Closes https://github.com/haasn/libplacebo/issues/103
parent dcc102ef
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment