This series is based on gles3 branch of mesa. All patches collectively fixes around 17 failing test cases in gles3 conformance framebuffer_blit and framebuffer_srgb_default_encoding.test. Observed no regressions in gles3 conformance.
Anuj Phogat (6): mesa: Allow GL_BACK in glDrawBuffers() for gles3 mesa: Fix GL error generation in glBlitFramebuffer() meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glsl intel: Fix framebuffer blitting to GL_COLOR_ATTACHMENTi when i!=0 mesa: Fix GL error generation in _mesa_GetFramebufferAttachmentParameteriv() mesa: Fix framebuffer blitting to GL_COLOR_ATTACHMENTi when i!=0 src/mesa/drivers/common/meta.c | 313 ++++++++++++++++++++------ src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 5 +- src/mesa/drivers/dri/intel/intel_fbo.c | 85 +++++--- src/mesa/main/buffers.c | 11 +- src/mesa/main/fbobject.c | 24 ++- src/mesa/swrast/s_blit.c | 33 +++- 6 files changed, 361 insertions(+), 110 deletions(-) -- 1.7.7.6 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev