git://anongit.freedesktop.org/mesa/mesa
https://github.com/waffle-gl/waffle.git
git://anongit.freedesktop.org/piglit
While you can run piglit on released mesa versions, it's much more useful to see results on the latest and greatest. You can get instructions on building a git mesa from InstallNouveau. The recommended parameters that avoid most of the hangs/crashes that we've seen and aren't a direct result of mesa issues:
piglit $ ./piglit-run.py -x glx -x streaming-texture-leak -x max-texture-size \ -1 --dmesg tests/gpu.py \ ~/piglit-results/nvXX-`date +%Y-%m-%d`-$USERThis should generate a file
~/piglit-results/.../main
. You can then run piglit-summary(-html) on it to get a better view of the results. Find me on IRC in #nouveau on irc.oftc.net.