[Mesa-dev] [PATCH 0/6] gles3: Fix glBlitFramebuffer()

Anuj Phogat anuj.phogat at gmail.com
Wed Dec 12 15:25:45 PST 2012


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



More information about the mesa-dev mailing list