Skip to content
Snippets Groups Projects
Commit d21320f6 authored by Roland Scheidegger's avatar Roland Scheidegger
Browse files

radeon: fix some potential big endian issues


The formats chosen (both by texture format choser, fbo storage allocation)
are different for big endian not just for rgba8 but also lower bit width
formats (why I don't actually know). Even the function to test for renderable
formats used different formats, however the actual colorbuffer setup did not.
And the blitter did not take that into account neither.
Untested (what could possibly go wrong...).

Acked-by: default avatarMarek Olšák <marek.olsak@amd.com>
parent 882476fe
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