projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed88633
)
s/clippping/clipping/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 18 Jul 2005 20:07:19 +0000
(20:07 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 18 Jul 2005 20:07:19 +0000
(20:07 +0000)
src/mesa/swrast/s_span.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_span.c
b/src/mesa/swrast/s_span.c
index aec9a99912760d3b026f649db6274ffd6a41c5c8..c5b7f858e739e2ba1aecdf06260222183d23b147 100644
(file)
--- a/
src/mesa/swrast/s_span.c
+++ b/
src/mesa/swrast/s_span.c
@@
-1365,7
+1365,7
@@
_swrast_read_rgba_span( GLcontext *ctx, struct gl_renderbuffer *rb,
else {
GLint skip, length;
if (x < 0) {
- /* left edge clipp
p
ing */
+ /* left edge clipping */
skip = -x;
length = (GLint) n - skip;
if (length < 0) {
@@
-1418,7
+1418,7
@@
_swrast_read_index_span( GLcontext *ctx, struct gl_renderbuffer *rb,
else {
GLint skip, length;
if (x < 0) {
- /* left edge clipp
p
ing */
+ /* left edge clipping */
skip = -x;
length = (GLint) n - skip;
if (length < 0) {