From 9a6567f1ed88727545f747e8670b713f17627c94 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 10 Dec 2009 14:56:11 -0700 Subject: llvmpipe: updated comment --- src/gallium/drivers/llvmpipe/lp_setup.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gallium') diff --git a/src/gallium/drivers/llvmpipe/lp_setup.c b/src/gallium/drivers/llvmpipe/lp_setup.c index 3ef9cdaa0c..d976934a5d 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup.c +++ b/src/gallium/drivers/llvmpipe/lp_setup.c @@ -280,9 +280,10 @@ lp_setup_clear( struct setup_context *setup, if (setup->state == SETUP_ACTIVE) { /* Add the clear to existing bins. In the unusual case where - * both color and depth-stencilare being cleared, we could - * discard the currently binned scene and start again, but I - * don't see that as being a common usage. + * both color and depth-stencil are being cleared when there's + * already been some rendering, we could discard the currently + * binned scene and start again, but I don't see that as being + * a common usage. */ if (flags & PIPE_CLEAR_COLOR) lp_bin_everywhere( bins, -- cgit v1.2.3