summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-12-27 22:52:45 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-12-27 22:52:45 +0000
commit376d022e4a5a56f81f089a13a34438981fe83178 (patch)
tree78c1b56b2c7ae5c39e24e8d4c2b0a7fab8d952c9 /src/mesa/main/dlist.c
parentae8ec0b30d799c29034da5bf616b4e324d42d918 (diff)
fix demos/fire, enable lazy vertex flushing
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 85bb2f9369..5d64b0488e 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.55 2000/12/26 05:09:28 keithw Exp $ */
+/* $Id: dlist.c,v 1.56 2000/12/27 22:52:45 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -4811,6 +4811,7 @@ _mesa_EndList( void )
ctx->CurrentDispatch = ctx->Exec;
_glapi_set_dispatch( ctx->CurrentDispatch );
+
}