Re: [Mesa-dev] [PATCH 1/4] i965: Combine the Gen6 SF and Clip viewport atoms.

2017-01-23 Thread Pohjolainen, Topi
On Sun, Jan 22, 2017 at 10:42:16PM -0800, Kenneth Graunke wrote: > The next patch will make the guardband calculation dependent on the > transformation matrix. Instead of computing it in both atoms, just > combine them into a single atom. > > Signed-off-by: Kenneth Graunke Reviewed-by: Topi Poh

[Mesa-dev] [PATCH 1/4] i965: Combine the Gen6 SF and Clip viewport atoms.

2017-01-22 Thread Kenneth Graunke
The next patch will make the guardband calculation dependent on the transformation matrix. Instead of computing it in both atoms, just combine them into a single atom. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_state.h | 2 +- src/mesa/drivers/dri/i965/brw_state