projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be1fea
)
llvmpipe: comments
author
Brian Paul
<brianp@vmware.com>
Wed, 13 Jan 2010 17:58:13 +0000
(10:58 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 13 Jan 2010 22:10:57 +0000
(15:10 -0700)
src/gallium/drivers/llvmpipe/lp_state_derived.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_state_derived.c
b/src/gallium/drivers/llvmpipe/lp_state_derived.c
index 632cafa2e6e9f3b4ea1f62e2ef2bc8d94f4bbd60..2c349fdb1d11a77fd618e9f55faf0554de303e00 100644
(file)
--- 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 )