diff options
author | Brian Paul <[email protected]> | 2010-02-24 13:53:30 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-24 13:54:25 -0700 |
commit | 5046f2c1950c44129f6098a7aae14dd50ee1f8a4 (patch) | |
tree | b191cd67928af04ff6fa952832ac991080919963 /src/gallium/drivers/llvmpipe/lp_scene.h | |
parent | 1c9db3c57f1538e21b839df0989b958be3465a36 (diff) |
llvmpipe: more lp_rasterizer_task parameter passing
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_scene.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_scene.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h index fb478cc2eb5..8d725cd4375 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene.h +++ b/src/gallium/drivers/llvmpipe/lp_scene.h @@ -56,8 +56,7 @@ /* switch to a non-pointer value for this: */ -typedef void (*lp_rast_cmd)( struct lp_rasterizer *, - unsigned thread_index, +typedef void (*lp_rast_cmd)( struct lp_rasterizer_task *, const union lp_rast_cmd_arg ); struct cmd_block { |