Re: [Mesa-dev] [PATCH 2/9] i965/gs: Add a state atom to set up geometry shader state.

2013-09-10 Thread Paul Berry
On 9 September 2013 16:31, Kenneth Graunke 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 wi

Re: [Mesa-dev] [PATCH 2/9] i965/gs: Add a state atom to set up geometry shader state.

2013-09-09 Thread Kenneth Graunke
On 09/09/2013 08:20 AM, Paul Berry wrote: > v2: Do not attempt to share the code that uploads > 3DSTATE_BINDING_TABLE_POINTERS_GS, 3DSTATE_SAMPLER_STATE_POINTERS_GS, > or 3DSTATE_GS with VS. > --- > src/mesa/drivers/dri/i965/Makefile.sources | 1 + > src/mesa/drivers/dri/i965/brw_defines.h

[Mesa-dev] [PATCH 2/9] i965/gs: Add a state atom to set up geometry shader state.

2013-09-09 Thread Paul Berry
v2: Do not attempt to share the code that uploads 3DSTATE_BINDING_TABLE_POINTERS_GS, 3DSTATE_SAMPLER_STATE_POINTERS_GS, or 3DSTATE_GS with VS. --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + src/mesa/drivers/dri/i965/brw_defines.h | 7 ++ src/mesa/drivers/dri/i965/brw_state.h