mesa: added ctx->Driver.ValidateFramebuffer() callback
authorBrian Paul <brianp@vmware.com>
Thu, 22 Jan 2009 22:13:18 +0000 (15:13 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Jan 2009 22:13:18 +0000 (15:13 -0700)
commit3528f69ce4ba9098ff4d372d7d411b24cf161d61
treeef86ee94b3589dcae314232f304b65c771d0497f
parent1bc59bf4f85d1649e6c273cca82785965ea94ac9
mesa: added ctx->Driver.ValidateFramebuffer() callback

Called from the _mesa_test_framebuffer_completeness() function to give the
driver the chance to make a framebuffer as incomplete if it doesn't meet
some specific hardware restriction.
src/mesa/main/dd.h
src/mesa/main/fbobject.c