History log of /external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de34fad51cc07daf1eed73fc35e4cd5bf79b1a5c 31-Aug-2016 Pyry Haulos <phaulos@google.com> Add tests for VK_KHR_get_physical_device_properties2

Fixes #482

Change-Id: I5514a9fd8cab0957419065d2757d0612935d24a0
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
22b31574513c709c0f088cef85975d636b5e7772 18-May-2016 Aransentin <jens.goldberg@gmail.com> Test when apiVersion is 0
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
732865d06982fda6e48e79cedfdf78084ab6daa5 04-Apr-2016 Pyry Haulos <phaulos@google.com> Merge vulkan-cts-1.0 to vulkan-cts-1.0-dev
d471a12fca5d3077a4ca28eebf83685f4208c3b6 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
27cae01b8cdbfc3d818efefd62ab2d7601931422 22-Mar-2016 Pyry Haulos <phaulos@google.com> Merge branch 'side-effect-of-322_api-patch-version-test' into 'vulkan-cts-1.0'

Add a test for checking random values of PATCH component of VKApplicationInfo.apiVersion

This is a continuation of #322, where negative test for checking random patch versions is removed.


Here, a positive test is added instead to ensure that vkCreateInstande does NOT fail if PATCH version is unrecognized, weird or just 0.

See merge request !462
4093d8cf8e3130510138880ee548080a2000c8cf 03-Mar-2016 saniola <szymon.aniola@intel.com> vktApiDeviceInitializationTests patch iteration added
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
32e2c6c2621b5570231bb8c29ccae010d8980df7 10-Mar-2016 Jesse Hall <jessehall@google.com> Merge "Test vkCreateInstance with NULL application info" into nyc-dev
3e5e2960117fcc6b8e159fa906ff78fbdf88f245 09-Mar-2016 Jesse Hall <jessehall@google.com> Test vkCreateInstance with NULL application info

Bug: 27531340
Change-Id: I38fd9b48535aff49cb2e30355b8cfea2ea3f0f68
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
03777fd13165772a6e31730fabcce480b6b95084 01-Mar-2016 Slawomir Cygan <slawomir.cygan@intel.com> Issue 322: dEQP-VK.api.device_init.create_instance_invalid_api_version - remove patch version check

In the spirit of spec bug #176, the implementation should not emit error on
unrecognized PATCH component of VkApplicationInfo.apiVersion.

This makes implementation compatible with all header patch versions
that may be used by the application.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
dcc68cf25b528780602f6d102f98f93d9c55994f 16-Dec-2015 Michael Worcester <michael.worcester@imgtec.com> Use de::max explicitly instead of max
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
26b7f1e1c9447c422c9cbe36c4b04699ef34cd18 16-Dec-2015 Michael Worcester <michael.worcester@imgtec.com> Fix test that sets pQueuePriorities to NULL.

Fix for dEQP-VK.api.device_init.create_device_various_queue_counts
Ensure there is an array of floats at least big enough for each
queuefamily.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
66ccd764e687029f326b3eb6e30e1815e63e3c32 09-Dec-2015 Dae Kim <dae.kimpark@imgtec.com> Initialize qQueuePriorities with queueCount values.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.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/api/vktApiDeviceInitializationTests.cpp
51a30993e7b1c4184f24044bf84fb71d394b1a97 10-Nov-2015 Pyry Haulos <phaulos@google.com> Clean up result code checking in api.device_init tests

Change-Id: Ic1df446fd88934fca3b620a67f39292a853fd594
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.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/api/vktApiDeviceInitializationTests.cpp
4f0352f640a8cbef1399079a9ba143edeabee47b 25-Sep-2015 Daniel Koch <dkoch@nvidia.com> Fix typo in log message
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp
34823916fd57e1694b2af8ed159811ca9bd40958 20-Aug-2015 Pyry Haulos <phaulos@google.com> Reorganize API tests and fix some issues

Change-Id: I65431440889bb8c05d314cb2559ceb515c7e2542
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp