llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointer
authorKeith Whitwell <keithw@vmware.com>
Fri, 9 Oct 2009 10:29:01 +0000 (11:29 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 9 Oct 2009 10:29:01 +0000 (11:29 +0100)
commit4cdd10cb4b60d85f6c231a26739f7d5e264a05e5
tree7767c462db3b3ce5e5ba445ceb15c8ddbaba2a3c
parent415b271b5100d64579690111bc8eb549866865a7
llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointer

The union itself consists of pointers.  We don't need to be passing
pointer to pointers.
src/gallium/drivers/llvmpipe/lp_rast.c
src/gallium/drivers/llvmpipe/lp_rast.h
src/gallium/drivers/llvmpipe/lp_rast_tri.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_setup_context.h
src/gallium/drivers/llvmpipe/lp_setup_tri.c