mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 18 Nov 2012 07:23:06 +0000 (23:23 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 19 Nov 2012 19:48:56 +0000 (11:48 -0800)
commitc6ed42a89ede459e72b18cd8890cc3aba39905f5
tree6a888cfb5bf06782e98bd9db432304aa3228a9bf
parentf399a707c80e5d89f404c1bfacc73d16a32a88c3
mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.

GL_READ_FRAMEBUFFER and GL_DRAW_FRAMEBUFFER are valid targets in ES 3.

Fixes 23 es3conform framebuffer_blit tests.  Two more go from fail to
crash, but that appears to be because they actually run now.

Reviewed-and-tested-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/fbobject.c