On 9 September 2013 16:31, Kenneth Graunke <kenn...@whitecape.org> wrote:

> On 09/09/2013 08:20 AM, Paul Berry wrote:
> > +const struct brw_tracked_state gen7_gs_state = {
> > +   .dirty = {
> > +      .mesa  = _NEW_PROGRAM_CONSTANTS,
>
> I'm pretty sure you need _NEW_TRANSFORM here.  The atom earlier in this
> patch will upload new push constant data if _NEW_TRANSFORM is set, so
> you'll want to emit 3DSTATE_CONSTANT_GS to point to the new constant
> data as well.
>
> Otherwise, this looks good.
>

Good point.  Fixed, thanks!
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to