mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
llvmpipe: Remove redundant statement.
Thanks to Vinson for spotting this.
This commit is contained in:
parent
4f6aa567c0
commit
0eaccb30de
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue