mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.
authorMatt Turner <mattst88@gmail.com>
Fri, 26 Jul 2013 23:36:19 +0000 (16:36 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 29 Jul 2013 17:35:01 +0000 (10:35 -0700)
commit8dd15e602113700c7ec25649ecce3f22aa687ea3
tree5cdf0365d59c91b3d4511a113f2e0c9eba0047a6
parentb2d3f25aa2cb9fe83c7b1cbdf1b014012606dd3b
mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.

Specified by ARB_framebuffer_object, GL 3.0, and ES 3.0.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/fbobject.c