mesa: comments and code documenting a bug with depth 32 TrueColor drawing/reading
authorBrian Paul <brianp@vmware.com>
Tue, 3 Mar 2009 00:51:44 +0000 (17:51 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 3 Mar 2009 00:51:44 +0000 (17:51 -0700)
commitd652d26a975a884fecd9c407e77b7259fb291906
treeb9fd130e4f0cdbbcb80025e81a5a0649b1835db3
parent6c75d7b4e6b04ce9e5e8d188a143cb7a1670c953
mesa: comments and code documenting a bug with depth 32 TrueColor drawing/reading

It seems that XGetImage() from a depth 32 TrueColor window is flakey.
Drawing with XPutImage() instead of XPutPixel() seems to work better, but
still not perfectly.

Keep using the original code for now until more is learned.
src/mesa/drivers/x11/xm_span.c