https://bugs.freedesktop.org/show_bug.cgi?id=65193
--- Comment #6 from Alexandre Demers alexandre.f.demers@gmail.com --- (In reply to comment #4)
Are you using the default backend + sb or llvm backend + sb?
Ccing vadimg.
R600_DEBUG=sb is set.
In my build script, I set the following: baseExec="./autogen.sh --prefix=/usr \ --enable-debug \ --enable-osmesa \ --enable-gbm \ --enable-xvmc \ --enable-vdpau \ --enable-gles1 \ --enable-gles2 \ --enable-openvg \ --enable-xorg \ --enable-xa \ --enable-egl \ --enable-gallium-egl \ --enable-glx-tls \ --enable-texture-float \ --enable-wgl \ --with-gallium-drivers=r600,swrast,svga \ --with-dri-drivers= \ --with-egl-platforms=x11,drm,wayland"
So that would be default + SB, right?