Re: [Mesa-dev] [PATCH] mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.

2012-11-19 Thread Matt Turner
On Sat, Nov 17, 2012 at 11:31 PM, Kenneth Graunke wrote: > 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. > --- > src/mesa/main/fbobject

[Mesa-dev] [PATCH] mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.

2012-11-17 Thread Kenneth Graunke
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. --- src/mesa/main/fbobject.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) di