Re: [Mesa-dev] [PATCH 3/3] i965: Fix missing dirty bits in the gen8_sbe_state atom.

2014-04-07 Thread Eric Anholt
Kenneth Graunke writes: > These are clearly needed---the comments in the function are even present > for each one of them. I originally had two separate state atoms for > 3DSTATE_SBE and 3DSTATE_SBE_SWIZ. When I combined the functions, I must > have forgotten to add the atoms for 3DSTATE_SBE_S

[Mesa-dev] [PATCH 3/3] i965: Fix missing dirty bits in the gen8_sbe_state atom.

2014-03-20 Thread Kenneth Graunke
These are clearly needed---the comments in the function are even present for each one of them. I originally had two separate state atoms for 3DSTATE_SBE and 3DSTATE_SBE_SWIZ. When I combined the functions, I must have forgotten to add the atoms for 3DSTATE_SBE_SWIZ. Signed-off-by: Kenneth Graun