projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b6c46
)
fix comment
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 18:50:16 +0000
(12:50 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 18:50:16 +0000
(12:50 -0600)
src/mesa/state_tracker/st_draw.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_draw.c
b/src/mesa/state_tracker/st_draw.c
index 4db81899885efba67f2cd9c7ea39d80cb2675bd4..1f6c261bc24633786b4a9d704305974a75627ed3 100644
(file)
--- a/
src/mesa/state_tracker/st_draw.c
+++ b/
src/mesa/state_tracker/st_draw.c
@@
-41,7
+41,7
@@
#include "pipe/p_context.h"
/*
- * TNL stage which feedsinto the above.
+ * TNL stage which feeds
into the above.
*
* XXX: this needs to go into each driver using this code, because we
* cannot make the leap from ctx->draw_context in this file. The