On Thu, Jul 26, 2012 at 10:18:01AM -0700, Eric Anholt wrote: > Olivier Galibert <galibert at pobox.com> writes: > > > In some cases the fragment shader view of the vue registers was out of > > sync with the builder. This fixes it. > > s/builder/SF outputs/ ? > > I'd love to see the pre-gen6 code get rearranged so the FS walked the > bitfield of FS inputs from SF and chose the urb offset for each. But > this does look like the minimal fix. In other words, an explicit linking pass? That could be useful with geometry shaders, too. OG.