mesa: reduce calls to _mesa_test_framebuffer_completeness()
authorBrian Paul <brianp@vmware.com>
Tue, 1 Mar 2011 01:24:25 +0000 (18:24 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Mar 2011 01:24:25 +0000 (18:24 -0700)
commit1f9a0a4e6e5566c36c781add5f1e62af3efdfb58
treed30f2b99b78bc3dade8fca975e26f0fc9491a2c4
parentb0fceae22f008f3963a392ebd57d7d2a095a5e05
mesa: reduce calls to _mesa_test_framebuffer_completeness()

when updating/validating framebuffer state.  The _Status field is set
to zero when we need to recompute _Status.  Otherwise, it's up to date.
src/mesa/main/framebuffer.c