History log of /external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d3585c5ec71cf90d6519913db6a01ef2c0f840c 08-Apr-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Validation fixes in dEQP-VK.pipeline

- Corrected out of range minDepthBounds value
- Added missing image layout transitions
- timestamp, cache tests: pass data through geometry shader
- cache test: use correct initialLayout in attachment when starting
a second render pass
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
86a8ae9e0d61bbfe1f1e273fdbb026369bdb5f29 07-Apr-2016 Pyry Haulos <phaulos@google.com> Remove instances of pDynamicState->dynamicStateCount = 0

Specification explicitly disallows using
VkPipelineDynamicStateCreateInfo with dynamicStateCount = 0 when
creating pipelines. Instead pDynamicState must be set to NULL.

Change-Id: Iff9e2f10e0080ffae0f6698aff342132f148b41d
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
24155ad7565df3ee98589e5db8eeb143b414a3ce 24-Jan-2016 Ben Widawsky <benjamin.widawsky@intel.com> Blend Test: Do not swizzle the ImageView

Some formats are weird. The A2R10G10B10_UNORM_PACK32 format, for example, is
stored out of order with respect to the name. From 29.3.1 Format definitions of
the spec:

A four-component, 32-bit packed unsigned normalized format that has a
2-bit A component in bits 30..31, a 10-bit R component in bits 20..29, a
10-bit G component in bits 10..19, and a 10-bit B component in bits
0..9.

The existing code will use this fact to determine that the underlying
organization for the format is BGRA, and as such will introduce swizzles in the
view. However, this swizzling is not the desired effect used by the reference
renderer, and this resulted in a miscompare (reverse RED AND BLUE channels) for
potentially any format who underlying storage order is reverse of its logical
order, AND, whose underlying storage order is not in RGBA (swizzle free) order.

If you switch the format to A2G10B10R10, the underlying organization is
RGBA and the resulting swizzle is the identity swizzle, it still works.
Also, if you add B8G8R8A8_UNORM to the list of formats, the newly added
tests all fail.
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
689c095f881a410da6a315795452a8e00ad95a9d 05-Jan-2016 Pyry Haulos <phaulos@google.com> Update Vulkan CTS to API 1.0.0

Change-Id: Idb60e106fadb133fcbce136270853696a6290f5b
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
2127f9276102a84ee349e143c1f9a2035da29db7 21-Dec-2015 Daniel Hegedus <dhegedus.uszeged@partner.samsung.com> fix VkCommandBufferBeginInfo struct values, fixes #76
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
31e4de59aaa210dceab20f4ef1bad38f8e8123bb 14-Dec-2015 Jeff Bolz <jbolz@nvidia.com> Fix thresholds for blend tests
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
120ed2c44030b05409d5b1164a0676389dfe87c3 02-Dec-2015 Dae Kim <dae.kimpark@imgtec.com> Update pipeline tests to API version 0.210.1.
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp
4698bb4451c7d984b7e070d524130deb5a775f1a 23-Oct-2015 Dae Kim <dae.kimpark@imgtec.com> Added pipeline blend tests.
/external/deqp/external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp