mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModel
authorKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 11:19:11 +0000 (12:19 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 11:19:11 +0000 (12:19 +0100)
commit00438bb94a9ee03f8a4d5472d7ae598fcbdb1572
tree59f0c190f69ad6d74d34eabda90dee05d8934506
parent0846c88ec3a63ac5e4096aedcdc107cbe71f306b
mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModel

Reorganization of ShadeModel to avoid flushing vertices too often
ended up never flushing vertices due to omitted line of code.
src/mesa/main/dlist.c