summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-07-15 10:59:03 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-07-15 10:59:03 +0100
commit0eaccb30de9bc638dabb1edbd2c831bacba3cf36 (patch)
tree0c4cd3341cca3be14b5fcacba12f8b24b6b533e7
parent4f6aa567c0719495f2c4410212a89038fff1d7c5 (diff)
llvmpipe: Remove redundant statement.
Thanks to Vinson for spotting this.
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 8a884177c12..8044927c8be 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -212,7 +212,6 @@ lp_rast_get_color_block_pointer(struct lp_rasterizer_task *task,
assert((y % TILE_VECTOR_HEIGHT) == 0);
color = lp_rast_get_color_tile_pointer(task, buf, LP_TEX_USAGE_READ_WRITE);
- color = task->color_tiles[buf];
if (!color) {
/* out of memory - use dummy tile memory */
return lp_get_dummy_tile();