Browse Source

llvmpipe: whitespace fix

tags/mesa-7.9-rc1
Brian Paul 15 years ago
parent
commit
c668a97ad5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/llvmpipe/lp_rast.c

+ 1
- 1
src/gallium/drivers/llvmpipe/lp_rast.c View File

@@ -376,7 +376,7 @@ lp_rast_store_color( struct lp_rasterizer_task *task,
const unsigned face = cbuf->face, level = cbuf->level;
struct llvmpipe_resource *lpt = llvmpipe_resource(cbuf->texture);
/* this will convert the tiled data to linear if needed */
(void) llvmpipe_get_texture_tile_linear(lpt, face,level,
(void) llvmpipe_get_texture_tile_linear(lpt, face, level,
LP_TEX_USAGE_READ,
task->x, task->y);
}

Loading…
Cancel
Save