mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
authorBrian Paul <brianp@vmware.com>
Thu, 24 Sep 2009 20:24:14 +0000 (14:24 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 24 Sep 2009 20:24:14 +0000 (14:24 -0600)
commit60b152a1b366b1c9b9326dda1d91ab600fbb0d86
tree1b62b1f9eabf51032b6e933457fc875bda73e2b8
parentadfa778c8ea436d6e62c37327b44f6ff359ed63f
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning

At the time of the enable there may not be a Z buffer, but one
may be attached to the FBO later.
src/mesa/main/enable.c