llvmpipe: comments

This commit is contained in:
Brian Paul 2010-01-13 10:58:36 -07:00
parent a36395d487
commit 4769328fe1

View file

@ -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)
{