https://bugs.freedesktop.org/show_bug.cgi?id=95085
--- Comment #14 from Nicolai Hähnle nhaehnle@gmail.com --- I think I understand now where the bug is coming from, and I'm not sure if it's a driver or an application bug :)
The trace uses glVertexAttribPointer instead of glVertexAttribIPointer to set up a vertex element that will consumed by an uint GLSL variable. I kind of suspect that that should be undefined behaviour, but I haven't found a corresponding spec reference.
In any case, it looks like this causes different parts of the driver and the various auxiliary tools to disagree about whether the element should be treated as an int or as a float, and some conversion happens somewhere that makes it all go wrong...
dri-devel@lists.freedesktop.org