[Mesa-dev] [PATCH 05/15] i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
stereotype441 at gmail.com
Tue Sep 10 16:20:07 PDT 2013
On 9 September 2013 13:05, Ian Romanick <idr at freedesktop.org> wrote:
> > @@ -123,21 +123,98 @@ get_attr_override(const struct brw_vue_map
> *vue_map, int urb_entry_read_offset,
> > return source_attr;
> > }
> >
> > +
> > +/**
> > + * Create the mapping from the FS inputs we produce to the VS outputs
> they
>
> Only VS outputs?
>
Wow, you'd think after how much time I've been working on geometry shaders
I wouldn't forget they exist so quickly :)
I've fixed the comment to read:
/**
* Create the mapping from the FS inputs we produce to the previous pipeline
* stage (GS or VS) outputs they source from.
*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130910/0a893fed/attachment.html>
More information about the mesa-dev
mailing list