llvmpipe: Introduce a custom typing system.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 2 Aug 2009 12:52:40 +0000 (13:52 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:22 +0000 (09:21 +0100)
commit272dadbe4ebeaeb4f942c0f3c2fd140285b0457c
tree23ffe9a1f1675139211a4c2c4f176a6420170f5f
parentf478b6fe76452ee910fa9d13ea4b78637a04e747
llvmpipe: Introduce a custom typing system.

Straightforward representation of floating-point/fixed-point/integer,
normalized/scaled, signed/unsigned SIMD vector types.
src/gallium/drivers/llvmpipe/lp_bld.h
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_test_blend.c