History log of /external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineFramebufferAttachmentTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c19a572d8d80ebc80ddaf7621f366018c3fb106b 22-Aug-2017 Peter Kohaut <peter.kohaut@arm.com> Fix barries for framebuffer attachment tests

Test was using incorrect stages for vkCmdResolveImage from graphics
pipeline instead of transfer pipeline.

Components: Vulkan
VK-GL-CTS issue: 638

Affected tests:
dEQP-VK.pipeline.framebuffer_attachment.*

Change-Id: I79d552da6f2c91257f0592b82aaeb98d9c676913
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineFramebufferAttachmentTests.cpp
c932b886c7b7fc1f51b7b1a3b3e99eb50465bfa7 13-Jul-2017 Gary Sweet <gsweet@broadcom.com> Check for required features in no_attachment tests

dEQP-VK.pipeline.framebuffer_attachment.no_attachments uses
gl_PrimitiveID and therefore requires geometry or tessellation support.

dEQP-VK.pipeline.framebuffer_attachment.no_attachments_ms additionally
uses gl_SampleID which requires sample rate shading support.

Add checks for these features are mark test as NotSupported if
they are not present.

Affects:

dEQP-VK.pipeline.framebuffer_attachment.no_attachments
dEQP-VK.pipeline.framebuffer_attachment.no_attachments_ms

Components: Vulkan

VK-GL-CTS issue: 573

Change-Id: Iff7710287e8c5844bd85982fb532381513ad2123
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineFramebufferAttachmentTests.cpp
d4561c39ec086942db9d9579b3ca39eae927d06f 02-Mar-2017 Pyry Haulos <phaulos@google.com> Fix narrowing conversion warning

Change-Id: I07b20837e5dac2f6a88504b582732a7db10cf5c8
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineFramebufferAttachmentTests.cpp
88d32f44b04b552976651558248bad0d6bafeb6b 10-Jan-2017 Iago Toral Quiroga <itoral@igalia.com> Add framebuffer attachment size tests

New tests:
- dEQP-VK.pipeline.framebuffer_attachment.*

VK-GL-CTS issue: 72
Components: Vulkan

Change-Id: Iab4c077d60471633688476a87570e779d56bcda8
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineFramebufferAttachmentTests.cpp