From: Brian Paul Date: Fri, 4 Dec 2009 00:28:02 +0000 (-0700) Subject: llvmpipe: comment about blend color X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c1debe208d07b57e88c65bae186bb339de7dee7;p=mesa.git llvmpipe: comment about blend color --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup.c b/src/gallium/drivers/llvmpipe/lp_setup.c index 8ef764eb80a..1f303d7705e 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup.c +++ b/src/gallium/drivers/llvmpipe/lp_setup.c @@ -540,6 +540,7 @@ lp_setup_update_shader_state( struct setup_context *setup ) stored = get_data_aligned(&setup->data, 4 * 16, 16); + /* smear each blend color component across 16 ubyte elements */ for (i = 0; i < 4; ++i) { uint8_t c = float_to_ubyte(setup->blend_color.current.color[i]); for (j = 0; j < 16; ++j)