llvmpipe: Texture sampling code generation primitives.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 7 Sep 2009 13:43:51 +0000 (14:43 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 7 Sep 2009 14:02:07 +0000 (15:02 +0100)
commitde8376e2f22a59a0bc18bb7ddab88ee3153678b8
treef13fe73fe9ccd79403ee592df4e90cfd4dba7669
parent0c2ea2433833d5eda8a4fefe1412bf0ea40b14bf
llvmpipe: Texture sampling code generation primitives.

Only supports single level 2d textures, with neareast and bilinear
filtering for now.
src/gallium/drivers/llvmpipe/Makefile
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bld_sample.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_sample_soa.c [new file with mode: 0644]