diff options
author | José Fonseca <[email protected]> | 2010-04-24 13:20:39 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-24 13:20:39 +0100 |
commit | 39be50dcdebe6bcbb48cb6aa8ac151eee811acb1 (patch) | |
tree | 8eea7003235544c246bd3bbaf7e7f96025457ecd /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | e7a8cfc8776c70f8c4cc3e158f663f6c630169ed (diff) |
llvmpipe: Move the determination of the number of threads to the screen.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index a0ecb2fc47f..e2f6f926779 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -134,7 +134,7 @@ struct lp_rast_triangle { struct lp_rasterizer * -lp_rast_create( void ); +lp_rast_create( unsigned num_threads ); void lp_rast_destroy( struct lp_rasterizer * ); |