i965: Drop sizeof(struct brw_sampler_state) from estimated prim size.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 27 Jul 2014 03:32:41 +0000 (20:32 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:16:41 +0000 (05:16 -0700)
commit7da612e8d02d41eeb04935a41b20c66da103cc16
treeff414567c2b7a3c8ffa91afe93a90cd07b669b9f
parent3d1a4d1f5b26400878fa99c723759a2c54721de2
i965: Drop sizeof(struct brw_sampler_state) from estimated prim size.

This is the last user of the structure.

v2: Use a local variable with a sensible name so people know what 16 is.
    (Suggested by Topi Pohjolainen).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_draw.c