summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <[email protected]>2013-01-21 05:19:31 -0600
committerAdam Jackson <[email protected]>2013-02-11 13:41:28 -0500
commita8016b2f607ce8921972acb6ee6723c5a2d54017 (patch)
treece81a5fb8ca36d51db02c1bee6877e22af36e5b0 /src/gallium/drivers/llvmpipe/lp_rast.c
parent44a5d7371c97d71d7dc0f7e81bf0a91cf7add0e0 (diff)
llvmpipe: remove lp_swizzled_cbuf
Ununsed since 75da95c5. Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c
index 09c578769bc..b5e5da61c2a 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -867,8 +867,6 @@ lp_rast_create( unsigned num_threads )
/* for synchronizing rasterization threads */
pipe_barrier_init( &rast->barrier, rast->num_threads );
- memset(lp_swizzled_cbuf, 0, sizeof lp_swizzled_cbuf);
-
memset(lp_dummy_tile, 0, sizeof lp_dummy_tile);
return rast;