Re: [Mesa-dev] [PATCH] i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.

2012-11-29 Thread Eric Anholt
Kenneth Graunke writes: > This is needed to compute render_to_fbo. It even has the comment. > > NOTE: This is a candidate for stable branches. Reviewed-by: Eric Anholt pgpxzolhuP3BS.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@

[Mesa-dev] [PATCH] i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.

2012-11-29 Thread Kenneth Graunke
This is needed to compute render_to_fbo. It even has the comment. NOTE: This is a candidate for stable branches. --- src/mesa/drivers/dri/i965/gen7_sf_state.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/gen7_sf_state.c b/src/mesa/drivers/dri/i