From: Brian Paul Date: Wed, 13 Jan 2010 17:58:36 +0000 (-0700) Subject: llvmpipe: comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4769328fe1ddaa1882dddbaad21239d5fdcddf19;p=mesa.git llvmpipe: comments --- diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index ea5868dee18..26a2d6cc239 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.c +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c @@ -999,6 +999,10 @@ make_variant_key(struct llvmpipe_context *lp, } +/** + * Update fragment state. This is called just prior to drawing + * something when some fragment-related state has changed. + */ void llvmpipe_update_fs(struct llvmpipe_context *lp) {