commit | c6ed42a89ede459e72b18cd8890cc3aba39905f5 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Sat Nov 17 23:23:06 2012 -0800 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Nov 19 11:48:56 2012 -0800 |
tree | 6a888cfb5bf06782e98bd9db432304aa3228a9bf | |
parent | f399a707c80e5d89f404c1bfacc73d16a32a88c3 [diff] |
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>