History log of /external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d784ada312e9c0f2d0262a87402e2ff6c6160a66 01-Sep-2017 Boris Zanin <boris.zanin@mobica.com> SpirV tests for Vulkan 1.1

Add tests:
* dEQP-VK.spirv_assembly.instruction.compute.loop_control.dependency_length
* dEQP-VK.spirv_assembly.instruction.compute.loop_control.dependency_infinite
* dEQP-VK.spirv_assembly.instruction.compute.spirv_version.*
* dEQP-VK.spirv_assembly.instruction.graphics.spirv_version.*
* dEQP-VK.spirv_assembly.instruction.*opmoduleprocessed*

Components: Vulkan

VK-GL-CTS issue: 269

Change-Id: Ib4c21a881a31ae93b5b13d88c641b3c4a7ca64a5
(cherry picked from commit 308172f1771c4ed01b45faead3055da016cd8d3b)
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
38b816636c14b30fe07a3d90238b570d26c3dd96 20-Jul-2017 Piers Daniell <pdaniell@nvidia.com> Clear the stencil attachment if it exists

The test uses VK_STENCIL_OP_INCREMENT_AND_WRAP which needs the
stencil attachment in a known state in order to produce
predictable results.

Affects:

dEQP-VK.renderpass.suballocation.multisample.s8_uint.samples_*
dEQP-VK.renderpass.suballocation.multisample.d16_unorm_s8_uint.samples_*
dEQP-VK.renderpass.suballocation.multisample.d24_unorm_s8_uint.samples_*
dEQP-VK.renderpass.suballocation.multisample.d32_sfloat_s8_uint.samples_*
dEQP-VK.renderpass.multisample.s8_uint.samples_*
dEQP-VK.renderpass.multisample.d16_unorm_s8_uint.samples_*
dEQP-VK.renderpass.multisample.d24_unorm_s8_uint.samples_*
dEQP-VK.renderpass.multisample.d32_sfloat_s8_uint.samples_*

Components: Vulkan

VK-GL-CTS issue: 584

Change-Id: I7ed5ced8b77a4563301320e50b2c247e95c34936
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
2f12f4aa5b0499e1e5ad205fc0f415e5f684fb42 06-Jul-2017 Igor Ostrowski <igor.ostrowski@intel.com> Fix dEQP-VK.renderpass.multisample tests with depth/stencil formats

Remove attachment blend state for d/s images on pipeline creation

Spec says (on VkPipelineColorBlendStateCreateInfo):
"attachmentCount is the number of VkPipelineColorBlendAttachmentState
elements in pAttachments. This value must equal the colorAttachmentCount
for the subpass in which this pipeline is used."

Affects:
dEQP-VK.renderpass.multisample.*

Components: Vulkan

VK-GL-CTS issue: 568

Change-Id: If589e5f6e06cfdf490d85fc410dc5d4381cab701
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
41c36e6e81f81b2b39893b9d0d2e60093a72d935 10-Jul-2017 Alexander Galazin <alexander.galazin@arm.com> Merge branch vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master

Change-Id: I393c1b28bd020822cb2bb6d564b5de2b6b87b55a
ec445424e02f8468bf9ff9e7ff22f80adab2f3d9 22-Mar-2017 Mika Isojärvi <misojarvi@google.com> Add multisample renderpass input attachment tests

VK-GL-CTS issues: 96
Components: Vulkan

Change-Id: I9ea87736c82148515da3c2d95301e6302be4257d
(cherry picked from commit 35a2479cfd4c25ae820005254d7c595b0a181599)
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
086f7b00b78ce690d169dd2f28c3c6b56d9d22cf 07-Jun-2017 Gary Sweet <gsweet@broadcom.com> Delete pipeline in dEQP-VK.renderpass.multisample

The pipeline objects were not being destroyed at the end of
the test as they weren't held in shared pointers like
everything else is.

Affects:

dEQP-VK.renderpass.multisample.*

Components: Vulkan

VK-GL-CTS issue: 468

Change-Id: I17b8afbb62b2b9c55e89939a02d76b72ed5c09ff
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
07ba567832964458deccc6ba9e374aedb4727d52 07-Jun-2017 Gary Sweet <gsweet@broadcom.com> Explicitly clamp outputs from sint renderpass cases

dEQP-VK.renderpass.multisample.*sint* tests were expecting
the implementation to implicitly clamp the signed outputs.
This appears to be undefined by the spec, so change the
tests to explicitly clamp prior to output.

Affects:

dEQP-VK.renderpass.multisample.*sint*

Components: Vulkan

VK-GL-CTS issue: 463

Change-Id: I6c7c8f3ed56152a7e52ea0ddf5eafebb9ac8dc09
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp
35a2479cfd4c25ae820005254d7c595b0a181599 22-Mar-2017 Mika Isojärvi <misojarvi@google.com> Add multisample renderpass input attachment tests

VK-GL-CTS issues: 96
Components: Vulkan

Change-Id: I9ea87736c82148515da3c2d95301e6302be4257d
/external/deqp/external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp