Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branch
authorKeith Whitwell <keithw@vmware.com>
Thu, 2 Jul 2009 12:29:46 +0000 (13:29 +0100)
committerKeith Whitwell <keithw@vmware.com>
Thu, 2 Jul 2009 12:29:46 +0000 (13:29 +0100)
commit1668a679c4aadb37f5af0d6126c414fb9fbbf748
treeb3edf4157c658f1c37d5e046752135bd2ec566ea
parentb3e8e1cd4c1584f735e35914861ae2e8ae5b6b2b
parent1fa4cde757cc94c0afa40d855309911247974e98
Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branch

Conflicts:
progs/trivial/Makefile

Pull in a minimal version of statechange shortcircuiting in display
list compilation.  This affects only glMaterial and glShadeModel state,
and includes quite a few tests to exercise various tricky cases.

If this goes well, will consider extending to all state in the future.