Mesa bug causing garbage in wayland terminal client

Darxus at chaosreigns.com Darxus at chaosreigns.com
Mon Jan 31 17:49:07 PST 2011


There is currently a bug in mesa in git causing garbage output from the
terminal client.


Mesa bug report:
https://bugs.freedesktop.org/show_bug.cgi?id=33786


First bad commit:
commit 1dd8e2757852682af44b63193c89dff3c09c7703
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan 28 20:25:27 2011 -0700

    st/mesa: fix texture array dimensions


Last good commit:
commit 80777743b7b6238f034b8cb81d8d907d74929334
Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan 28 20:25:27 2011 -0700


To build mesa from the last good commit:

git clone git://anongit.freedesktop.org/mesa/mesa
cd mesa
git reset --hard 80777743b7b6238f034b8cb81d8d907d74929334
git clean -xfd
./autogen.sh --prefix=$HOME/install --enable-egl --enable-gles2    \
--enable-gallium-nouveau --with-state-trackers=glx,dri,egl         \
--with-egl-platforms=drm --enable-gles-overlay                     \
--enable-gallium-r600 --with-dri-drivers=i915,i965                 \
--disable-gallium-{i915,i965}
make && make install

-- 
"Blessed are the cracked, for they shall let in the light."
http://www.ChaosReigns.com


More information about the wayland-devel mailing list