llvmpipe: comments

This commit is contained in:
Brian Paul 2010-01-13 10:58:13 -07:00
parent 9be1feacf2
commit a36395d487

View file

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