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

r200: 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...).
Same as for r100.

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