summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-03 16:05:12 -0700
committerBrian Paul <brianp@vmware.com>2009-12-03 16:05:12 -0700
commite2f46344560f8f1193b311ad41883011e67eea00 (patch)
tree9b3eef5812a33dc7fbc2c6160c36c136533f0e62 /src/gallium/drivers/llvmpipe/lp_rast.c
parentffd0759973165368ac8ce07d9bcffeb0acf88e6f (diff)
llvmpipe: checkpoint some initial state binning code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c
index 2d319777ee..d5fe6e9369 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -235,6 +235,8 @@ void lp_rast_load_zstencil( struct lp_rasterizer *rast,
void lp_rast_set_state( struct lp_rasterizer *rast,
const union lp_rast_cmd_arg arg )
{
+ const struct lp_rast_state *state = arg.set_state;
+
RAST_DEBUG("%s\n", __FUNCTION__);
/* XXX to do */