Module: Mesa Branch: lp-binning Commit: 7e4c75c040bfd93fafb3a3ebbda25db8bd948e18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e4c75c040bfd93fafb3a3ebbda25db8bd948e18
Author: Brian Paul <[email protected]> Date: Tue Jan 12 17:12:49 2010 -0700 llvmpipe: fix indentation, comment typo --- src/gallium/drivers/llvmpipe/lp_scene.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_scene.c b/src/gallium/drivers/llvmpipe/lp_scene.c index 7ec3206..45d5446 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene.c +++ b/src/gallium/drivers/llvmpipe/lp_scene.c @@ -163,7 +163,7 @@ lp_scene_free_bin_data(struct lp_scene *scene) void lp_scene_set_framebuffer_size( struct lp_scene *scene, - unsigned width, unsigned height ) + unsigned width, unsigned height ) { assert(lp_scene_is_empty(scene)); @@ -259,8 +259,8 @@ lp_replace_last_command_arg( struct cmd_bin *bin, */ void lp_scene_bin_state_command( struct lp_scene *scene, - lp_rast_cmd cmd, - const union lp_rast_cmd_arg arg ) + lp_rast_cmd cmd, + const union lp_rast_cmd_arg arg ) { unsigned i, j; for (i = 0; i < scene->tiles_x; i++) { @@ -303,7 +303,7 @@ lp_scene_bin_iter_begin( struct lp_scene *scene ) /** - * Return point to next bin to be rendered. + * Return pointer to next bin to be rendered. * The lp_scene::curr_x and ::curr_y fields will be advanced. * Multiple rendering threads will call this function to get a chunk * of work (a bin) to work on. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
