https://bugs.freedesktop.org/show_bug.cgi?id=63132
José Fonseca <jfons...@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bri...@vmware.com, | |jfons...@vmware.com --- Comment #2 from José Fonseca <jfons...@vmware.com> --- Looking at the TGSI shader in the attachement, it looks like Mesa state tracker is doing an aweful job in allocating TEMP registers: they keep just increasing number, even though there is no indirection of TEMP registers. I recall that GLSL IR emits increasing indices and Mesa state tracker tries to be a bit smarter, but I suspect that the loop is thwarting it. Johannes, could you get an apitrace with this? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev