| commit | 790734045b69c47b1525fbf9106a7ca5a8eb7416 | [log] [tgz] |
|---|---|---|
| author | Keith Whitwell <keith@tungstengraphics.com> | Mon Jan 05 09:43:42 2004 +0000 |
| committer | Keith Whitwell <keith@tungstengraphics.com> | Mon Jan 05 09:43:42 2004 +0000 |
| tree | 6d071a1bfea29d14bc132414cc62a18e0b5fb51f | |
| parent | effc73931f86c7961b4eb296d2d4c5d91624a9e3 [diff] [blame] |
Re-commit t_vertex.[ch] changes to fd.o server.
diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index bfb8996..37ec84a 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c
@@ -127,6 +127,9 @@ unsigned short __tmp; #endif + if (!tnl->vb.Count) + return; + pipe->run_state_changes = 0; pipe->run_input_changes = 0;