diff options
author | Brian Paul <[email protected]> | 2010-01-13 10:58:13 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-13 15:10:57 -0700 |
commit | a36395d4875f5c416f1b1a6d2ed7f933e40c379c (patch) | |
tree | 7611918fd617ac4c7fa6a50c989bdf87cdb55dac /src | |
parent | 9be1feacf2dbd36fa9fb65b9932a74f04a7d9cca (diff) |
llvmpipe: comments
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state_derived.c | 8 |
1 files changed, 5 insertions, 3 deletions
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 ) |