CopyImageSubData with integer textures
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Fri, 8 Sep 2017 12:51:58 +0000 (14:51 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 25 Oct 2017 09:05:34 +0000 (05:05 -0400)
commitc432f457735f5bab243347bd8d14e58c76ba2e3a
treeff6d84ff1521a7fd99891163b44b2da0f5e1262c
parentae097ca6199aa0a5d71b0f9bca0a6225cbd0be80
CopyImageSubData with integer textures

Make sure that glCopyImageSubData does not generate
GL_INVALID_OPERATION during copying from a single level integer
texture, with BASE_LEVEL and MAX_LEVEL set to 0 and with the
mipmap filters at the default of GL_NEAREST_MIPMAP_LINEAR and
GL_LINEAR.

Components: OpenGL

VK-GL-CTS issue: 607

Affects:
KHR-GL43.copy_image.integer_tex
KHR-GLES32.core.copy_image.*

Change-Id: Ia160481547fed4266cb51ad0fbec89db4407bf8b
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl43-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl44-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl45-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl46-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles32-khr-master.txt
external/openglcts/modules/gl/gl4cCopyImageTests.cpp
external/openglcts/modules/gl/gl4cCopyImageTests.hpp
external/openglcts/modules/gles32/CMakeLists.txt
external/openglcts/modules/gles32/es32cCopyImageTests.cpp [new file with mode: 0644]
external/openglcts/modules/gles32/es32cCopyImageTests.hpp [new file with mode: 0644]
external/openglcts/modules/gles32/es32cTestPackage.cpp