mesa: remove FBO texture depth/stencil test
authorBrian Paul <brianp@vmware.com>
Sat, 24 Oct 2009 00:21:59 +0000 (18:21 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 24 Oct 2009 00:22:41 +0000 (18:22 -0600)
commitdc8b139aa23899b00baa919fd7f46c74bf4ef205
tree27fd1ed32c261e1f2e038630007420f252fdc4d9
parent0acb057ad16264b976b00aa7c6ecf285ca8c19e7
mesa: remove FBO texture depth/stencil test

The texture format should not be checked until validation time since
the format might be changed by a subsequent glTexImage() call.
src/mesa/main/fbobject.c