test: add fbo blit + texture view testcase
commit7e168a62b336dd106f685cd5a4a457ad7c28d501
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 7 Jan 2021 14:48:22 +0000 (7 15:48 +0100)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 12 Jan 2021 09:34:44 +0000 (12 10:34 +0100)
tree059f6a066aeb4cab2206a752754bc4f7dc717789
parentb679c172cff022482a5df580449ce1ea42de6949
test: add fbo blit + texture view testcase

Exhibits the following bugs:
- glBlitFramebuffer when src fbo uses a texture view.
  See https://gitlab.freedesktop.org/mesa/mesa/-/issues/4034
- glBlitFramebuffer when dst fbo uses a texture view
- glReadPixels from a fbo using a texture view

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/447>
tests/opengl.py
tests/spec/arb_texture_view/CMakeLists.gl.txt
tests/spec/arb_texture_view/fbo-blit.c [new file with mode: 0644]