gallium: add st_validate_framebuffer() driver function
authorBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2009 16:43:58 +0000 (09:43 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2009 17:08:46 +0000 (10:08 -0700)
commit5fc74734d92f7e7ff3df693254986ba5d2b5e653
treea26852f4cd19a89b8579aea4df6c59d11b34d9d4
parentb747e1dec4a2999412ee25371994a07a4bed900e
gallium: add st_validate_framebuffer() driver function

Gallium only supports combined depth/stencil buffers, not separate ones.
If the user tries to create create a FBO with separate depth/stencil
renderbuffers mark the FBO as unsupported.
src/mesa/state_tracker/st_cb_fbo.c