History log of /external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
501ac7ba5259b7e9f6d107fe1bed304886ef7e12 29-Mar-2016 Pyry Haulos <phaulos@google.com> Add --deqp-validation=enable/disable option

Specifying --deqp-validation=enable when running Vulkan tests will
result in:

1) vkt::TestCaseExecutor will create debug report callback on default
instance. Any debug messages reported during test execution will be
included as a separate log section in the test log.

2) vkt::Context will enable known validation layers on both default
instance as well as default device.

If any errors are reported (for example validation errors) test result
will be set to InternalError.

Change-Id: Icc89a3f57f0c19170988d7b518fe6b24dcf3df6e
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
0c99420d7150a677813efce453c33295679ac495 04-Apr-2016 Pyry Haulos <phaulos@google.com> Merge in changes from Khronos Vulkan CTS repository

Khronos CTS license has been changed to Apache 2.

Includes various bugfixes to Vulkan tests.
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
fc34a38f2fb20de82fc00a44c6fb778b9046d48b 29-Mar-2016 Pyry Haulos <phaulos@google.com> Fix indentation in vktTestCase.cpp

Change-Id: Id10fea013ed21524cb7f854bf225bd9bd935d52f
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
b615f4616905bb2d90f3f42f402cc285c6490571 13-Feb-2016 Dae Kim <dae.kimpark@imgtec.com> Disable robustBufferAccess in the default VkDevice to avoid performance issues on some HW
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.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/vktTestCase.cpp
cb6cfaca1e81b741857924d7b18bf5e7c934b23e 21-Dec-2015 Jeff Bolz <jbolz@nvidia.com> Add Context::getDeviceProperties. Fix a couple tessellation issues
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
66ccd764e687029f326b3eb6e30e1815e63e3c32 09-Dec-2015 Dae Kim <dae.kimpark@imgtec.com> Initialize qQueuePriorities with queueCount values.
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
68e7282426d639b54d15c4710d97ba97e72c76ef 18-Nov-2015 Pyry Haulos <phaulos@google.com> Update API version to 0.210.1

Change-Id: Ifc8134b430aaa0a602cbf68f2ee23c7bc6a185ba
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
f263eb0791c3290b7d10847a7d7282cf67f51440 10-Nov-2015 Pyry Haulos <phaulos@google.com> Add vkt::Context::getDeviceFeatures()

Change-Id: I996c78061621aa08f54a24a4bce1e2e846a61e21
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
3d2071b82061ee418aa87064333069281133edda 28-Sep-2015 Pyry Haulos <phaulos@google.com> Update to API version 170.2

Change-Id: Icf48994ec9cff5a17ff1472bff2a1272a35a32c3
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
7485f0bbab69ed556d54503e8f94bedc5b71175d 04-Sep-2015 Andrew Woloszyn <awoloszyn@google.com> Added spirv-tools to the vulkan test suite.

This allows hand-written assembly tests.

It follows the same philosophy as glslang, and allows spirv to be
assembled prior to running the tests or at test time.

Change-Id: I1110fcd4f5713b50274502e73703bd1ba2fd372f
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
6d38a140551eb9f1ded273a40c93d55428efefc2 06-Aug-2015 Pyry Haulos <phaulos@google.com> Do not check for DMA_BIT when selecting universal queue

All queues that have GRAPHICS_BIT or COMPUTE_BIT must also support all
dma operations, so checking for DMA_BIT is redundant.

Change-Id: Ib4ae5f45696cfa0dcc471fa09af8022a17c1668c
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
b312ca151c7abe4ed5ad697fdb0b497f3b6dea12 29-Jul-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Separate Ref and RefUtils." into vulkan
4b11ca9132ae388bc41f83a8fceaff3791314769 28-Jul-2015 Jarkko Pöyry <jpoyry@google.com> Separate Ref and RefUtils.

- Move ref utilities to a separate file.
- Add Deleter for DescriptorSet.
- Add allocDescriptorSet helper function.

Change-Id: I1d2b6319614d2e4c84ae6d60afd217d3b859160b
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
bd0311e17f335ca7e184f35e2d2ca1c826364039 25-Jul-2015 Jarkko Pöyry <jpoyry@google.com> Add default allocator to vulkan context.

Change-Id: Icad711b3e6071174c0307d4c34742d2fd2f73846
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
fa8d8350fe202ecc4697be1d08f2047c90e91332 27-Jul-2015 Jarkko Pöyry <jpoyry@google.com> Rename queueIndex to queueFamilyIndex.

Change-Id: I84222dbf95e74097d850c1fabef44691fa4e2d60
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
b1a7d2198497be32dfc22386f99945656ff4080e 09-Jul-2015 Pyry Haulos <phaulos@google.com> Update framework and test code to API revision 138

Change-Id: Ia19074241dea78b391ec6993811e2d9e52467291
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp
846cc3ce8e721a972ef38c44e24da49ea96110ca 29-Jun-2015 Pyry Haulos <phaulos@google.com> Move Vulkan code to external/vulkancts and change license

Vulkan-specific test and framework code uses MIT license with additional
temporary confidentiality clause.

Change-Id: I4f468ab5e8aeaa1d822dee0c8357a6d5aed08407
/external/deqp/external/vulkancts/modules/vulkan/vktTestCase.cpp