llvmpipe: special case triangles which fall in a single 16x16 block
authorKeith Whitwell <keithw@vmware.com>
Sun, 15 Aug 2010 21:58:26 +0000 (22:58 +0100)
committerKeith Whitwell <keithw@vmware.com>
Sun, 15 Aug 2010 22:02:10 +0000 (23:02 +0100)
commitc9b7bece0569d9e193591ebff329acd1d9bd9e3c
tree869c850a63dbed981b07924547ca409a989610d4
parent85d9bc236d6a8ff8f12cbc2150f8c3740354f573
llvmpipe: special case triangles which fall in a single 16x16 block

Check for these and route them to a dedicated handler with one fewer
levels of recursive rasterization.
src/gallium/drivers/llvmpipe/lp_rast.h
src/gallium/drivers/llvmpipe/lp_rast_tri.c
src/gallium/drivers/llvmpipe/lp_setup_tri.c