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
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
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