llvmpipe: intrinsics version of triangle coeficient calculation
authorKeith Whitwell <keithw@vmware.com>
Sun, 22 Aug 2010 09:57:12 +0000 (10:57 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 27 Aug 2010 08:47:22 +0000 (09:47 +0100)
commit0be0ad5d58806bc12ec2c7bb3c00e7f8c7a6d6c4
tree88c74b90c6d449e3fa77a213a8120f0597a60086
parentaf8f037db2cea78e6c5a1ed5fb63fcb90cebdd9b
llvmpipe: intrinsics version of triangle coeficient calculation

Looks nice, but makes almost no impact on performance - maybe
a percent or so in isosurf, nothing elsewhere.  May be of use
later on.
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_setup_coef.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_setup_coef.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_setup_coef_intrin.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_setup_tri.c