llvmipe: update comments

This commit is contained in:
Brian Paul
2010-04-27 10:55:51 -06:00
parent e485af774e
commit d2f0acc2fb
+3 -3
View File
@@ -882,9 +882,9 @@ create_rast_threads(struct lp_rasterizer *rast)
/**
* Create new lp_rasterizer.
* \param empty the queue to put empty scenes on after we've finished
* processing them.
* Create new lp_rasterizer. If num_threads is zero, don't create any
* new threads, do rendering synchronously.
* \param num_threads number of rasterizer threads to create
*/
struct lp_rasterizer *
lp_rast_create( unsigned num_threads )