llvmpipe: Move type support functions into a separate file.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 3 Aug 2009 21:24:01 +0000 (22:24 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:22 +0000 (09:21 +0100)
commitc87fab0008453567b45dd5e5eb7dd5d026990071
tree771daad85ecfaaa43b65bca5498e2c49b3d8fed3
parentb94e22e4be3b5a3a66eb9f595423f7ece66750b2
llvmpipe: Move type support functions into a separate file.
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bld_arit.c
src/gallium/drivers/llvmpipe/lp_bld_arit.h
src/gallium/drivers/llvmpipe/lp_bld_blend.c
src/gallium/drivers/llvmpipe/lp_bld_type.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_type.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_test_blend.c