summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_save_playback.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-12-03 10:15:17 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-12-03 10:15:17 +0000
commit6ff60049a4ab1abac46e5c8e317b0dd842e088c2 (patch)
tree07710f102d6ac96a780a6a2f69ed69a093ff9439 /src/mesa/tnl/t_save_playback.c
parent9b0dcfd4080200a35478f2a006969ea529763ed3 (diff)
Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.
Diffstat (limited to 'src/mesa/tnl/t_save_playback.c')
-rw-r--r--src/mesa/tnl/t_save_playback.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_save_playback.c b/src/mesa/tnl/t_save_playback.c
index 27fe2fe162..5a44401444 100644
--- a/src/mesa/tnl/t_save_playback.c
+++ b/src/mesa/tnl/t_save_playback.c
@@ -187,8 +187,6 @@ void _tnl_playback_vertex_list( GLcontext *ctx, void *data )
/* Degenerate case: list references current data and would
* require fixup. Take the easier option & loop it back.
*/
- _mesa_debug(ctx,
- "tnl_playback_vertex_list: loopback dangling attr ref\n");
_tnl_loopback_vertex_list( ctx, (struct tnl_vertex_list *) data );
return;
}