https://bugs.freedesktop.org/show_bug.cgi?id=42622
--- Comment #3 from Scott Moreau oreaus@gmail.com 2011-12-18 21:43:34 PST --- Created attachment 54566 --> https://bugs.freedesktop.org/attachment.cgi?id=54566 patch
I went ahead and bisected mesa. Here's what I came up with:
12fa91b6753dccbd3aa12c570d1f1e55c7dc0582 is the first bad commit commit 12fa91b6753dccbd3aa12c570d1f1e55c7dc0582 Author: Thomas Hellstrom thellstrom@vmware.com Date: Mon Mar 7 11:24:43 2011 +0100
st/mesa: Fix an incorrect user vertex buffer reference
st->user_vb[attr] was always pointing to the same user vb, regardless of the value of attr. Together with reverting the temporary workaround for bug 34378, and a fix in the svga driver, this fixes googleearth on svga.
Signed-off-by: Thomas Hellstrom thellstrom@vmware.com
:040000 040000 ca575588faeb8fe79c3d768ff28a7a808a64afac 2b9a78c9034e26ee411981d8d0cd06b72133beab M src
The previous commit works. I've attached a patch that simply reverts the relevant bits.