OSDN Git Service

llvmpipe: hook up basic gs and multiple constant buffer support
authorKeith Whitwell <keithw@vmware.com>
Fri, 28 May 2010 15:54:35 +0000 (16:54 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 7 Jun 2010 15:39:02 +0000 (16:39 +0100)
commita6d9d18faecef9963be3e4b64a21b89889b4670d
tree13e11a9f52d72f3ae5ae15fa54b9467b0ce2dba1
parent0cdc0a702c0ce0c93e82f32b30c8d6cdfc1d744e
llvmpipe: hook up basic gs and multiple constant buffer support
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_context.c
src/gallium/drivers/llvmpipe/lp_context.h
src/gallium/drivers/llvmpipe/lp_state.h
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_state_fs.c
src/gallium/drivers/llvmpipe/lp_state_gs.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_texture.c