projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6aa56
)
llvmpipe: Remove redundant statement.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 15 Jul 2010 09:59:03 +0000
(10:59 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 15 Jul 2010 09:59:03 +0000
(10:59 +0100)
Thanks to Vinson for spotting this.
src/gallium/drivers/llvmpipe/lp_rast_priv.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 8a884177c12ff860cf92941ddb262008c770fc76..8044927c8be25691cb93bdb2785f3179d5fbed29 100644
(file)
--- 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();