OSDN Git Service

llvmpipe: combine vertex/fragment sampler state into an array
authorBrian Paul <brianp@vmware.com>
Sat, 4 Aug 2012 14:46:42 +0000 (08:46 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 6 Aug 2012 14:33:17 +0000 (08:33 -0600)
commitb3538d356316b282d6408f710f2df5f06bf315f5
treed75e24c0b2570799fb997ffa15aae5aa0c59215a
parent1f34e1a6cbac4b96d07a3d6d01bc443d5282add4
llvmpipe: combine vertex/fragment sampler state into an array

This will allow code consolidation in the next patch.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_context.c
src/gallium/drivers/llvmpipe/lp_context.h
src/gallium/drivers/llvmpipe/lp_draw_arrays.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_setup.h
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_state_fs.c
src/gallium/drivers/llvmpipe/lp_state_sampler.c