From: Brian Paul Date: Wed, 13 Jan 2010 17:58:13 +0000 (-0700) Subject: llvmpipe: comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a36395d4875f5c416f1b1a6d2ed7f933e40c379c;p=mesa.git llvmpipe: comments --- diff --git a/src/gallium/drivers/llvmpipe/lp_state_derived.c b/src/gallium/drivers/llvmpipe/lp_state_derived.c index 632cafa2e6e..2c349fdb1d1 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_derived.c +++ b/src/gallium/drivers/llvmpipe/lp_state_derived.c @@ -135,9 +135,11 @@ compute_vertex_info(struct llvmpipe_context *llvmpipe) } - - -/* Hopefully this will remain quite simple, otherwise need to pull in +/** + * Handle state changes. + * Called just prior to drawing anything (pipe::draw_arrays(), etc). + * + * Hopefully this will remain quite simple, otherwise need to pull in * something like the state tracker mechanism. */ void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe )