There's code in Mesa to byte swap the results after a grLfbRead* call
depending on how the buffer was initialized. The problem is that the
read call always returns the data in the board native format. The
grSstWinOpen controls only how writes to the board are handled. You
really want to always use the else case (ABGR) for the readbacks. I made
that change to my copy and everything looks fine. I need to test that it
is actually correct in both cases, but I'm pretty sure it is.
- |Daryll
_______________________________________________
Mesa-bug maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-bug
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev