Re: [Mesa-dev] [PATCH 1/2] i965: Use fewer temporary variables in clip setup.

2012-11-19 Thread Kenneth Graunke
On 11/15/2012 10:44 PM, Eric Anholt wrote: When you're comparing to the spec, you're trying to immediately see what numbered dword of the packet your bit ends up in. --- src/mesa/drivers/dri/i965/gen6_clip_state.c | 21 - src/mesa/drivers/dri/i965/gen7_clip_state.c | 25

[Mesa-dev] [PATCH 1/2] i965: Use fewer temporary variables in clip setup.

2012-11-15 Thread Eric Anholt
When you're comparing to the spec, you're trying to immediately see what numbered dword of the packet your bit ends up in. --- src/mesa/drivers/dri/i965/gen6_clip_state.c | 21 - src/mesa/drivers/dri/i965/gen7_clip_state.c | 25 ++--- 2 files changed, 18