diff options
author | Keith Whitwell <[email protected]> | 2003-12-03 10:15:17 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-12-03 10:15:17 +0000 |
commit | 6ff60049a4ab1abac46e5c8e317b0dd842e088c2 (patch) | |
tree | 07710f102d6ac96a780a6a2f69ed69a093ff9439 /src/mesa/tnl/t_save_playback.c | |
parent | 9b0dcfd4080200a35478f2a006969ea529763ed3 (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.c | 2 |
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 27fe2fe1626..5a444014449 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; } |