mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 01:10:44 +02:00
s/clippping/clipping/
This commit is contained in:
parent
ed886336e1
commit
7e152b83cb
1 changed files with 2 additions and 2 deletions
|
|
@ -1365,7 +1365,7 @@ _swrast_read_rgba_span( GLcontext *ctx, struct gl_renderbuffer *rb,
|
|||
else {
|
||||
GLint skip, length;
|
||||
if (x < 0) {
|
||||
/* left edge clippping */
|
||||
/* 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 clippping */
|
||||
/* left edge clipping */
|
||||
skip = -x;
|
||||
length = (GLint) n - skip;
|
||||
if (length < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue