projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f8d44
)
remove some whitespace
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 22 May 2007 03:48:08 +0000
(21:48 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 22 May 2007 03:48:08 +0000
(21:48 -0600)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index c8c68214ce8f21f9e09b34d435fc091dfb1a31c2..91ddcbf9ed6c47f79df0a0ea3907dfe0178cb541 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-6596,9
+6596,6
@@
execute_list(GLcontext *ctx, GLuint list)
CALL_EvalPoint2(ctx->Exec, (n[1].i, n[2].i));
break;
-
-
-
case OPCODE_CONTINUE:
n = (Node *) n[1].next;
break;
@@
-8407,8
+8404,6
@@
print_list(GLcontext *ctx, GLuint list)
_mesa_printf("EVAL_P2 %d %d\n", n[1].i, n[2].i);
break;
-
-
/*
* meta opcodes/commands
*/