Re: [Mesa-dev] [PATCH] i965: Listen to BRW_NEW_*_PROGRAM in L3 state atom.

2017-11-28 Thread Jason Ekstrand
It would be helpful to add a /* BRW_NEW_*_PROGRAM */ comment to get_pipeline_state_l3_weights. With that, Reviewed-by: Jason Ekstrand On Wed, Nov 15, 2017 at 1:29 PM, Kenneth Graunke wrote: > This looks at prog->*. You don't get to do that unless

[Mesa-dev] [PATCH] i965: Listen to BRW_NEW_*_PROGRAM in L3 state atom.

2017-11-15 Thread Kenneth Graunke
This looks at prog->*. You don't get to do that unless you listen to BRW_NEW_*_PROGRAM, which is a superset of the cases where BRW_NEW_*_PROG_DATA is flagged. --- src/mesa/drivers/dri/i965/gen7_l3_state.c | 5 + 1 file changed, 5 insertions(+) diff --git