Re: [Mesa-dev] [PATCH] i965: Fix zeroing of unused attributes in 3DSTATE_SBE.

2012-01-09 Thread Eric Anholt
On Sun, 8 Jan 2012 16:30:29 -0800, Kenneth Graunke wrote: > This brings the code in sync with gen6_sf_state.c; presumably the > mistake was a botched rebase on initial Ivybridge bring-up patches. > > Found by diffing batch buffer dumps and noticing the random values. > Thanks to Eric for catchi

[Mesa-dev] [PATCH] i965: Fix zeroing of unused attributes in 3DSTATE_SBE.

2012-01-08 Thread Kenneth Graunke
This brings the code in sync with gen6_sf_state.c; presumably the mistake was a botched rebase on initial Ivybridge bring-up patches. Found by diffing batch buffer dumps and noticing the random values. Thanks to Eric for catching the obvious mistake. NOTE: This is a candidate for the 7.11 branch.