This repo is used to provide reproductions of graphical issues. It's meant to be simple and self-contained so that the demos can be attached to issue trackers of other open-source projects.
The basic framework is based on OpenGL Examples.
To build any of the following demos, run
mkdir out && cd out && cmake ..
make && ./[demo_executable_name]
Demostrates a bug with Mesa's GL software rasterizer that would unbind currently bound uniform buffer (perhaps unintentionally).