Skip to content

test: add fbo blit + texture view testcase

Exhibits the following bugs:

  • glBlitFramebuffer when src fbo uses a texture view. See mesa#4034 (closed)
  • glBlitFramebuffer when dst fbo uses a texture view
  • glReadPixels from a fbo using a texture view

Merge request reports