Pyry Haulos [Mon, 11 Apr 2016 16:35:39 +0000 (16:35 +0000)]
Merge "Improve VK_MAKE_VERSION and VK_BIT macros" into nyc-dev am: 006fe19
am: a700fab
* commit '
a700fab5783fb7740f05ee18699a74a0ceee4c56':
Improve VK_MAKE_VERSION and VK_BIT macros
Change-Id: I71e5ceed483a4fa7f6efd92300fc1371a9ea3c90
Pyry Haulos [Mon, 11 Apr 2016 16:30:43 +0000 (16:30 +0000)]
Merge "Improve VK_MAKE_VERSION and VK_BIT macros" into nyc-dev
am: 006fe19
* commit '
006fe19757c786aa3986e57da9ec3ef52ef75ff2':
Improve VK_MAKE_VERSION and VK_BIT macros
Change-Id: Ie58e0abadca395447e1f37e80ef353b29c0eed89
Pyry Haulos [Mon, 11 Apr 2016 16:19:59 +0000 (16:19 +0000)]
Merge "Improve VK_MAKE_VERSION and VK_BIT macros" into nyc-dev
Pyry Haulos [Mon, 11 Apr 2016 15:53:45 +0000 (15:53 +0000)]
Merge bugfixes from Khronos repository am: e1c768b
am: 4a7db57
* commit '
4a7db57e0ccc298ee50fa9dc8a8c57a13c5dd021':
Extend feature and limit query validation
Add missing memory barrier to draw tests.
Use larger threshold for EAC formats in sampler tests
Remove test affected by cube corner texel selection issue
Fix int->float conversion warning
Update Vulkan framework to API 1.0.5
Fix non-square cube image faces in dEQP-VK.image.atomic_operations.*.cube* tests
Various fixes for synchronization tests:
Change-Id: If137fec3da91e448bd8fa8b96088624ed2387f58
Pyry Haulos [Mon, 11 Apr 2016 15:48:50 +0000 (15:48 +0000)]
Merge bugfixes from Khronos repository
am: e1c768b
* commit '
e1c768b9fea220809ff2123edd382491eea6ca69':
Extend feature and limit query validation
Add missing memory barrier to draw tests.
Use larger threshold for EAC formats in sampler tests
Remove test affected by cube corner texel selection issue
Fix int->float conversion warning
Update Vulkan framework to API 1.0.5
Fix non-square cube image faces in dEQP-VK.image.atomic_operations.*.cube* tests
Various fixes for synchronization tests:
Change-Id: I90977fc06014af05ca60102612383b4a67b050b4
Pyry Haulos [Sun, 10 Apr 2016 18:07:54 +0000 (18:07 +0000)]
Merge "Add rendering verification to dEQP-VK.api.smoke.*triangle" into nyc-dev am: d8e1532
am: 45bb976
* commit '
45bb976a4d99cbbe72a78a0331f230715a153a3c':
Add rendering verification to dEQP-VK.api.smoke.*triangle
Change-Id: I0615b7f2ad6549e04f786ab99f483bd3d1ddff80
Pyry Haulos [Sun, 10 Apr 2016 18:07:54 +0000 (18:07 +0000)]
Fix typo in log message am: 3915b8d
am: 00dcab4
* commit '
00dcab4d017a831a2c6e922a4892196006e3a69f':
Fix typo in log message
Change-Id: I022de88d74112827d622eb5d010c29120ced5d7c
Pyry Haulos [Sun, 10 Apr 2016 18:04:37 +0000 (11:04 -0700)]
Merge bugfixes from Khronos repository
Change-Id: Id4ae8f02381b25c2b7f1978ce665955e3ec35833
Pyry Haulos [Sun, 10 Apr 2016 18:03:44 +0000 (18:03 +0000)]
Merge "Add rendering verification to dEQP-VK.api.smoke.*triangle" into nyc-dev
am: d8e1532
* commit '
d8e15324f7f20accbe003fb7242aa327d9725649':
Add rendering verification to dEQP-VK.api.smoke.*triangle
Change-Id: Ie3914a9221ebb683e31c75d9f52aaebf5bc6bcec
Pyry Haulos [Sun, 10 Apr 2016 18:03:44 +0000 (18:03 +0000)]
Fix typo in log message
am: 3915b8d
* commit '
3915b8d8919cd5e980e7d8a5cedb44227f09ea76':
Fix typo in log message
Change-Id: Ibcd804aae42da1fe3134ad75d65b1fac97dc013f
Pyry Haulos [Sun, 10 Apr 2016 18:03:10 +0000 (18:03 +0000)]
Merge branch 'synchronization-tests-fixes' into 'vulkan-cts-1.0-dev'
Various fixes for synchronization tests
- Tests were not querying the available queueCount in the queue family properties.
- Tests were using the "universal" queue family index when the device created in createTestDevice() could be using queues belonging to a different family index.
- 3D image view was being used with a 2D image.
- Command buffer Deleter was not holding any reference to the command pool.
- Fences tests:
* Fence status VK_NOT_READY was expected between queueSubmit() and waitForFences(). Status could be VK_SUCCESS if the work finishes before waitForFences().
* It seems that the first waitForFences() was intended for multiple fences, but it was waiting for one of the fences only.
* Added check for default status of fence 1 (unsignaled).
- Code style:
* DE_NULL was being used as a boolean parameter in createFences()
* Use VkResult names instead of error codes in the error messages.
* Fixed some typos and indentation.
See merge request !491
Pyry Haulos [Sun, 10 Apr 2016 18:00:21 +0000 (18:00 +0000)]
Merge "Add rendering verification to dEQP-VK.api.smoke.*triangle" into nyc-dev
Pyry Haulos [Sun, 10 Apr 2016 00:24:36 +0000 (17:24 -0700)]
Merge vulkan-cts-1.0 to vulkan-cts-1.0-dev
Pyry Haulos [Fri, 8 Apr 2016 00:10:27 +0000 (17:10 -0700)]
Improve VK_MAKE_VERSION and VK_BIT macros
VK_MAKE_VERSION was causing int->uint conversion warnings.
Put arguments inside parenthesis to make evaluation unambiguous.
Change-Id: Ia47efdf77789905f4c45a551c08eb0ff3496c556
Pyry Haulos [Sun, 10 Apr 2016 00:02:31 +0000 (00:02 +0000)]
Merge branch 'extend-query-validation' into 'vulkan-cts-1.0'
Extend feature and limit query validation
Manual cherry-pick of extended validation code in `vktApiFeatureInfo.cpp` from the development to the release branch.
Includes framework API update to 1.0.5 as the new code requires `VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT`
See merge request !499
Pyry Haulos [Tue, 5 Apr 2016 22:32:41 +0000 (15:32 -0700)]
Extend feature and limit query validation
This change manually cherry-picks extended feature and limit query
validation code from development branch to the release branch.
Pyry Haulos [Sat, 9 Apr 2016 23:59:38 +0000 (16:59 -0700)]
Fix typo in log message
Change-Id: I801f5c4ad438ea482a6825020e723bd3e833b529
Pyry Haulos [Sat, 9 Apr 2016 23:47:38 +0000 (23:47 +0000)]
Merge "Fix a few style issues in rrShaders.hpp" into nyc-dev am: 716bef7
am: b855f9e
* commit '
b855f9e005ef35722c4cfb8a429de1028538346b':
Fix a few style issues in rrShaders.hpp
Change-Id: I542cfe2153bf28c1677737a172fdc4c589e3e5b9
Pyry Haulos [Sat, 9 Apr 2016 23:44:09 +0000 (23:44 +0000)]
Merge "Fix a few style issues in rrShaders.hpp" into nyc-dev
am: 716bef7
* commit '
716bef79e111799b71927a9b73b5032b534ed919':
Fix a few style issues in rrShaders.hpp
Change-Id: I98d5aaa70b25540036632a20e5968045bf69f5ff
Pyry Haulos [Sat, 9 Apr 2016 23:39:26 +0000 (23:39 +0000)]
Merge "Fix a few style issues in rrShaders.hpp" into nyc-dev
Mika Isojarvi [Fri, 8 Apr 2016 00:35:54 +0000 (00:35 +0000)]
Merge "Limit flush and invalidation to mapped memory range" into nyc-dev am: 05a0857
am: 2b152d8
* commit '
2b152d846d4436b3bea00fe6cad6c2bbaac2e147':
Limit flush and invalidation to mapped memory range
Change-Id: Ifae0c1917f5ec78ecbe4f246b0435639caa36340
Mika Isojärvi [Fri, 8 Apr 2016 00:32:15 +0000 (00:32 +0000)]
Merge "Limit flush and invalidation to mapped memory range" into nyc-dev
am: 05a0857
* commit '
05a08573c71d15ae456ada3065844b7e394e0ce9':
Limit flush and invalidation to mapped memory range
Change-Id: I6f7fd848eb5a682704fd7e433549005f7b471b06
Mika Isojarvi [Fri, 8 Apr 2016 00:26:05 +0000 (00:26 +0000)]
Merge "Limit flush and invalidation to mapped memory range" into nyc-dev
Pyry Haulos [Fri, 8 Apr 2016 00:25:43 +0000 (00:25 +0000)]
Merge "Actually enable VK_KHR_swapchain in WSI swapchain tests" into nyc-dev am: c82adce
am: 5cdf141
* commit '
5cdf141060dc4f94bb35b115ddd872acbabc7842':
Actually enable VK_KHR_swapchain in WSI swapchain tests
Change-Id: I935d2743a2eb9c0483f16399407faa50d9300a72
Pyry Haulos [Fri, 8 Apr 2016 00:22:03 +0000 (00:22 +0000)]
Merge "Actually enable VK_KHR_swapchain in WSI swapchain tests" into nyc-dev
am: c82adce
* commit '
c82adce9f7c21fb2b3f0e64abe77a635090a18d6':
Actually enable VK_KHR_swapchain in WSI swapchain tests
Change-Id: I5a377ada7a5a5fcc7010a49ecc8299aa8524a246
Pyry Haulos [Thu, 7 Apr 2016 23:27:24 +0000 (16:27 -0700)]
Add rendering verification to dEQP-VK.api.smoke.*triangle
Change-Id: I227cfb8a66162bf947b20545a444e2863a74176f
Pyry Haulos [Fri, 8 Apr 2016 00:09:48 +0000 (17:09 -0700)]
Fix a few style issues in rrShaders.hpp
Change-Id: I80ceb7d1fc799f8a86cb60d1fe1f23cfbbaa4cd6
Pyry Haulos [Fri, 8 Apr 2016 00:07:19 +0000 (00:07 +0000)]
Merge "Actually enable VK_KHR_swapchain in WSI swapchain tests" into nyc-dev
Mika Isojarvi [Thu, 7 Apr 2016 23:40:31 +0000 (23:40 +0000)]
Merge "Mask compared bits in atomic operation tests." into nyc-dev am: da4c4a4
am: d934c7a
* commit '
d934c7a0ca841fc4eab3b827fb5e7197b18e3849':
Mask compared bits in atomic operation tests.
Change-Id: I37df51f4ba2cdfa6bb4a9781e910063c022ad35e
Mika Isojarvi [Thu, 7 Apr 2016 23:40:31 +0000 (23:40 +0000)]
Merge "Return false from Vulkan validation callback" into nyc-dev am: bd34d7e
am: 43c90e2
* commit '
43c90e2183cab65e38e0711baee2aaa29d102b61':
Return false from Vulkan validation callback
Change-Id: I409b20c89a1c592b4b9cece6480088068e39e004
Mika Isojärvi [Thu, 7 Apr 2016 23:37:02 +0000 (23:37 +0000)]
Merge "Mask compared bits in atomic operation tests." into nyc-dev
am: da4c4a4
* commit '
da4c4a4c3c7c9534ccee8e4a754bf026a8bd2c09':
Mask compared bits in atomic operation tests.
Change-Id: I4a22dde696eeac587452273378f486b2aff16609
Mika Isojärvi [Thu, 7 Apr 2016 23:37:02 +0000 (23:37 +0000)]
Merge "Return false from Vulkan validation callback" into nyc-dev
am: bd34d7e
* commit '
bd34d7ebd4bca8f649ce95d5dd6e10765405caaf':
Return false from Vulkan validation callback
Change-Id: I0da11e0be44d06aea57c00cf6d1356937871e353
Mika Isojarvi [Thu, 7 Apr 2016 23:19:05 +0000 (23:19 +0000)]
Merge "Mask compared bits in atomic operation tests." into nyc-dev
Mika Isojarvi [Thu, 7 Apr 2016 23:19:01 +0000 (23:19 +0000)]
Merge "Return false from Vulkan validation callback" into nyc-dev
Mika Isojärvi [Thu, 7 Apr 2016 21:46:40 +0000 (14:46 -0700)]
Limit flush and invalidation to mapped memory range
Change-Id: I3eea1095283391fc3a54944e0cab1ccbcc1c80ac
Pyry Haulos [Thu, 7 Apr 2016 22:39:16 +0000 (15:39 -0700)]
Actually enable VK_KHR_swapchain in WSI swapchain tests
Bug:
28056362
Change-Id: I5ce57ea855e0c48a10137fbc5b72158cdc54f73d
Mika Isojärvi [Thu, 7 Apr 2016 20:36:12 +0000 (13:36 -0700)]
Return false from Vulkan validation callback
Change-Id: I6441b0d4b856c66886390a3517288ecf7537d694
Mika Isojärvi [Tue, 5 Apr 2016 17:42:09 +0000 (10:42 -0700)]
Mask compared bits in atomic operation tests.
Bug:
27975797
Change-Id: Id24a784b5b8a665f509218358d58d7eca9a7bb93
Pyry Haulos [Thu, 7 Apr 2016 21:30:21 +0000 (21:30 +0000)]
Validate that VkImageFormatProperties fields are set to 0 am: b739653
am: 91cf503
* commit '
91cf503cd413a84960fc92a055fe9ba8b47feb1d':
Validate that VkImageFormatProperties fields are set to 0
Change-Id: I142ba9d7a0821dcc9485123127a33687df404cd9
Pyry Haulos [Thu, 7 Apr 2016 21:26:37 +0000 (21:26 +0000)]
Validate that VkImageFormatProperties fields are set to 0
am: b739653
* commit '
b739653d43482a57dbfb9308d4c682826f578e6e':
Validate that VkImageFormatProperties fields are set to 0
Change-Id: I8a85f0122b9722a913dbaaf16a47356a96b7b25b
Pyry Haulos [Thu, 7 Apr 2016 20:47:36 +0000 (20:47 +0000)]
Merge branch '340-cube-corner-mustpass' into 'vulkan-cts-1.0'
Remove test affected by cube corner texel selection issue
See #340
See merge request !505
Pyry Haulos [Thu, 7 Apr 2016 20:46:55 +0000 (20:46 +0000)]
Merge branch '352-missed-pipeline-barrier' into 'vulkan-cts-1.0'
Add missing memory barrier to draw tests
Fixes #352
See merge request !493
Pyry Haulos [Thu, 7 Apr 2016 20:46:25 +0000 (20:46 +0000)]
Merge branch '350-LOD-precision-for-snorm-cts-1.0' into 'vulkan-cts-1.0'
Use larger threshold for EAC formats in sampler tests
Fixes #350
See merge request !490
zeppelin [Fri, 1 Apr 2016 23:09:55 +0000 (16:09 -0700)]
Add missing memory barrier to draw tests.
Fixes #352
zeppelin [Fri, 1 Apr 2016 01:43:50 +0000 (18:43 -0700)]
Use larger threshold for EAC formats in sampler tests
Fixes #350
Pyry Haulos [Thu, 7 Apr 2016 20:12:15 +0000 (13:12 -0700)]
Remove test affected by cube corner texel selection issue
Pyry Haulos [Wed, 9 Mar 2016 21:10:47 +0000 (13:10 -0800)]
Fix int->float conversion warning
Change-Id: I3a8c01a9223b1b261b2cf162ab0ef9babb8bbb45
(cherry picked from commit
de443fdd0e0f38f5fd8bd02aa27e6931063a39e3)
Pyry Haulos [Thu, 7 Apr 2016 19:53:23 +0000 (12:53 -0700)]
Validate that VkImageFormatProperties fields are set to 0
Specification requires that even if parameter combination is not
supported and driver returns VK_ERROR_FORMAT_NOT_SUPPORTED all
properties are set to 0.
Improve debuggability by using tcu::ResultCollector rather than
TCU_CHECK().
Change-Id: I215b81e29672b8cc7d281519538a6e027eed7491
Pyry Haulos [Thu, 7 Apr 2016 18:17:13 +0000 (18:17 +0000)]
Remove instances of pDynamicState->dynamicStateCount = 0 am: 86a8ae9
am: 958017b
* commit '
958017b6d5aeb58ce6e627995430bf4d0bfd8d61':
Remove instances of pDynamicState->dynamicStateCount = 0
Change-Id: Ie6addc2329c202b6eebaba9d7666a3c8b7ce5835
Pyry Haulos [Thu, 7 Apr 2016 18:12:57 +0000 (18:12 +0000)]
Remove instances of pDynamicState->dynamicStateCount = 0
am: 86a8ae9
* commit '
86a8ae9e0d61bbfe1f1e273fdbb026369bdb5f29':
Remove instances of pDynamicState->dynamicStateCount = 0
Change-Id: I9e458534a771c93ba4a8239531dae36338c9e065
Pyry Haulos [Wed, 6 Apr 2016 22:44:14 +0000 (15:44 -0700)]
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
Pyry Haulos [Wed, 6 Apr 2016 17:28:56 +0000 (17:28 +0000)]
Merge branch 'scygan-image_atomic_ops-non_square_cubes' into 'vulkan-cts-1.0-dev'
Fix non-square cube image faces in dEQP-VK.image.atomic_operations.*.cube* tests
Some of the new image atomic aperations are trying to use images with non-square faces as cubes and cube map images.
See merge request !496
Kalle Raita [Tue, 5 Apr 2016 23:31:00 +0000 (23:31 +0000)]
Merge "Add runtime estimates for the CTS v2 integration" into nyc-dev am: 0c219a1
am: 952e3e0
* commit '
952e3e094b39ac188ca1d2d27a9f3ebfad265336':
Add runtime estimates for the CTS v2 integration
Change-Id: Ie2915ba71de0b996948f612a8fbf692d8fda54bb
Kalle Raita [Tue, 5 Apr 2016 23:23:15 +0000 (23:23 +0000)]
Merge "Add runtime estimates for the CTS v2 integration" into nyc-dev
am: 0c219a1
* commit '
0c219a1b87f98062494efd3e9ae7904754ea2db2':
Add runtime estimates for the CTS v2 integration
Change-Id: Icf02978f152ae90a6f9bdcf9ecdf636206794886
Pyry Haulos [Tue, 16 Feb 2016 10:05:17 +0000 (12:05 +0200)]
Update Vulkan framework to API 1.0.5
Change-Id: I4e469b9384701303f96826c25a51e623316719dc
(cherry picked from commit
931d1df9bc5ac16200e2e63dfce17dcbbbb35d36)
Kalle Raita [Tue, 5 Apr 2016 22:11:31 +0000 (22:11 +0000)]
Merge "Add runtime estimates for the CTS v2 integration" into nyc-dev
David Sodman [Tue, 5 Apr 2016 21:12:14 +0000 (21:12 +0000)]
Merge "Add check for relationship between maxImageDimension2D/maxViewDimension/viewportBoundsRange" into nyc-dev am: 3787fe8
am: d78e200
* commit '
d78e2008a105d1afdd0fb8656740df11ea8d8f32':
Add check for relationship between maxImageDimension2D/maxViewDimension/viewportBoundsRange
Change-Id: Iffd813ef10be8db6308cb129ed999a9232c04da9
David Sodman [Tue, 5 Apr 2016 21:08:40 +0000 (21:08 +0000)]
Merge "Add check for relationship between maxImageDimension2D/maxViewDimension/viewportBoundsRange" into nyc-dev
am: 3787fe8
* commit '
3787fe80e9980b47b0f4ddcf4396705e770a71de':
Add check for relationship between maxImageDimension2D/maxViewDimension/viewportBoundsRange
Change-Id: I905c5eff59928543cfb77b521403ff9099261055
David Sodman [Tue, 5 Apr 2016 21:01:02 +0000 (21:01 +0000)]
Merge "Add check for relationship between maxImageDimension2D/maxViewDimension/viewportBoundsRange" into nyc-dev
David Sodman [Tue, 5 Apr 2016 20:59:41 +0000 (20:59 +0000)]
Merge "Add sanity checking of API version" into nyc-dev am: ff697ef
am: c278ab4
* commit '
c278ab4c1259608a39125af37641a5fceb9936ba':
Add sanity checking of API version
Change-Id: Id21d50893650cb7e66b6db83e44769cfa739d2ec
David Sodman [Tue, 5 Apr 2016 20:59:40 +0000 (20:59 +0000)]
Add checks for bitmap limits in VkPhysicalDeviceLimits am: a4c04b0
am: d0a153f
* commit '
d0a153fe5e0b0e68b411dd84eab8a3556e844520':
Add checks for bitmap limits in VkPhysicalDeviceLimits
Change-Id: Ia90f6438cbce38733d714a7dfba84347dacff7d3
David Sodman [Tue, 5 Apr 2016 20:56:39 +0000 (20:56 +0000)]
Merge "Add sanity checking of API version" into nyc-dev
am: ff697ef
* commit '
ff697ef37589f0daa4f8fa7a2bbe839f34851636':
Add sanity checking of API version
Change-Id: I97ce9db5fb5c45f1d1359c4d6de09a60472a5146
David Sodman [Tue, 5 Apr 2016 20:56:39 +0000 (20:56 +0000)]
Add checks for bitmap limits in VkPhysicalDeviceLimits
am: a4c04b0
* commit '
a4c04b0f8023c3dd34bbb596c9346dea81bc14db':
Add checks for bitmap limits in VkPhysicalDeviceLimits
Change-Id: I71826659ca0da65dd6452d4f5a3eb1ac2418f500
David Sodman [Tue, 5 Apr 2016 20:46:13 +0000 (20:46 +0000)]
Merge "Add sanity checking of API version" into nyc-dev
David Sodman [Tue, 5 Apr 2016 18:07:18 +0000 (11:07 -0700)]
Add check for relationship between
maxImageDimension2D/maxViewDimension/viewportBoundsRange
Partial fix for Vulkan CTS issue _344
Change-Id: Ia1d31ec9f460341819567906ef548db1f94264fe
David Sodman [Mon, 4 Apr 2016 22:53:12 +0000 (15:53 -0700)]
Add checks for bitmap limits in VkPhysicalDeviceLimits
Partial fix for Khronos Vulkan CTS issue _344
Change-Id: Ia82328c84c68f28cea22f0af50a1e2c5191299f8
David Sodman [Tue, 5 Apr 2016 02:16:24 +0000 (19:16 -0700)]
Add sanity checking of API version
Bug:
27640790
Change-Id: I8b4d1b9311908ef3591ec20f34996a2e68384410
Kalle Raita [Tue, 5 Apr 2016 00:09:44 +0000 (17:09 -0700)]
Add runtime estimates for the CTS v2 integration
Bug:
22230380
Change-Id: I2e05765708fb7c952d48aba87ab1d7ead0bbd865
David Sodman [Tue, 5 Apr 2016 04:36:19 +0000 (04:36 +0000)]
Merge "Add test case for discontinuous sampler bindings" into nyc-dev am: 3e85d09
am: 7d9c26d
* commit '
7d9c26dd3cc2d92a31d4dee3004313f16860b1b1':
Add test case for discontinuous sampler bindings
Change-Id: I5752020f97bcd04d034c30693ed792737c99131b
David Sodman [Tue, 5 Apr 2016 04:36:19 +0000 (04:36 +0000)]
Merge "Add checks for VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT" into nyc-dev am: 8142b85
am: 6296bab
* commit '
6296bab306cb736d18de3d0aedf8697628b40b91':
Add checks for VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT
Change-Id: I69129b2dd3d859a9df71778114a71cc6f5a9bbd4
David Sodman [Tue, 5 Apr 2016 04:33:52 +0000 (04:33 +0000)]
Merge "Add test case for discontinuous sampler bindings" into nyc-dev
am: 3e85d09
* commit '
3e85d09d72e17a3cd6bbd84f0365cbe7f43fad81':
Add test case for discontinuous sampler bindings
Change-Id: I76cb38bedfd974afdd8fda9e461bce2629ebf050
David Sodman [Tue, 5 Apr 2016 04:33:51 +0000 (04:33 +0000)]
Merge "Add checks for VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT" into nyc-dev
am: 8142b85
* commit '
8142b85521f3dd34cdbabc066e7a24f1634fb3ca':
Add checks for VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT
Change-Id: Idfb2ca342921926d9005bf7f4115df377f57f90f
David Sodman [Tue, 5 Apr 2016 04:30:08 +0000 (04:30 +0000)]
Merge "Add test case for discontinuous sampler bindings" into nyc-dev
David Sodman [Tue, 5 Apr 2016 04:29:50 +0000 (04:29 +0000)]
Merge "Add checks for VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT" into nyc-dev
Pyry Haulos [Mon, 4 Apr 2016 22:56:57 +0000 (22:56 +0000)]
Merge "Add --deqp-validation=enable/disable option" into nyc-dev am: 72f417a
am: 60c7142
* commit '
60c714289579ba632dbfcf6aca7ee76316e55d47':
Add --deqp-validation=enable/disable option
Change-Id: I7f24c274a085d4d134bfe6085b9e4754b72e1940
Pyry Haulos [Mon, 4 Apr 2016 22:54:14 +0000 (22:54 +0000)]
Merge "Add --deqp-validation=enable/disable option" into nyc-dev
am: 72f417a
* commit '
72f417a4e68cd9dbc7b85e710c04dbf9a4009086':
Add --deqp-validation=enable/disable option
Change-Id: I3547ef21ec9cd3dd92cdd79347c7719eabb6f090
Pyry Haulos [Mon, 4 Apr 2016 22:43:53 +0000 (22:43 +0000)]
Merge "Add --deqp-validation=enable/disable option" into nyc-dev
David Sodman [Mon, 4 Apr 2016 01:17:53 +0000 (18:17 -0700)]
Add checks for VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT
Fixes Vulkan CTS issue _349
Change-Id: Ia6ad980f701a05f49b6864983217f02182143c0c
David Sodman [Sun, 20 Mar 2016 16:51:28 +0000 (09:51 -0700)]
Add test case for discontinuous sampler bindings
BUG:
27527648
Change-Id: Ib21d6dc1627b621e07b593bc2f5a01e136443a4f
Pyry Haulos [Mon, 4 Apr 2016 21:11:42 +0000 (21:11 +0000)]
Merge "Change license in vkDebugReportUtil.cpp/hpp" into nyc-dev am: fd7bffb
am: 7ae9141
* commit '
7ae91415bf099d55d80543a3cd108c6ba4232d13':
Change license in vkDebugReportUtil.cpp/hpp
Change-Id: Icdbd86d3c6541dc4f3a1dbad04fc9a1e3ce3e1cb
Pyry Haulos [Mon, 4 Apr 2016 21:09:15 +0000 (21:09 +0000)]
Merge "Change license in vkDebugReportUtil.cpp/hpp" into nyc-dev
am: fd7bffb
* commit '
fd7bffb6461765c2cffd221d01be08cc160eda87':
Change license in vkDebugReportUtil.cpp/hpp
Change-Id: Ie906f172ace4f532f03af59e65bbb7a9b27500ca
Pyry Haulos [Mon, 4 Apr 2016 20:59:30 +0000 (20:59 +0000)]
Merge "Change license in vkDebugReportUtil.cpp/hpp" into nyc-dev
Mika Isojarvi [Mon, 4 Apr 2016 20:26:15 +0000 (20:26 +0000)]
Merge "Allow alternative form for refract()." into nyc-dev am: f492a25
am: 4abf3cc
* commit '
4abf3cccc7f6672bb649276de5ca4433cc0b969b':
Allow alternative form for refract().
Change-Id: I75818af88e94ac2a4b1a865d33c4c8bb11a761fa
Mika Isojarvi [Mon, 4 Apr 2016 20:26:15 +0000 (20:26 +0000)]
Merge "Remove negative compressed cube map array test." into nyc-dev am: 695df7f
am: 4dbce56
* commit '
4dbce56a3a1971dd18774790efd2e82ff79f5bdb':
Remove negative compressed cube map array test.
Change-Id: If9de59f8346b7d912de71b1b300b9a58d4b8ed1b
Mika Isojärvi [Mon, 4 Apr 2016 20:23:18 +0000 (20:23 +0000)]
Merge "Allow alternative form for refract()." into nyc-dev
am: f492a25
* commit '
f492a25430bc9d306c8b4a6a8149c5d6c578be17':
Allow alternative form for refract().
Change-Id: I380e7056a6ab57e7928c1e392603941985450723
Mika Isojärvi [Mon, 4 Apr 2016 20:23:18 +0000 (20:23 +0000)]
Merge "Remove negative compressed cube map array test." into nyc-dev
am: 695df7f
* commit '
695df7f67dab3709eea476d7aaa3a724500315bb':
Remove negative compressed cube map array test.
Change-Id: I0d3e2a372613e97be34235ebd31232e5b1bcd0ba
Mika Isojarvi [Mon, 4 Apr 2016 20:14:45 +0000 (20:14 +0000)]
Merge "Allow alternative form for refract()." into nyc-dev
Mika Isojarvi [Mon, 4 Apr 2016 20:14:41 +0000 (20:14 +0000)]
Merge "Remove negative compressed cube map array test." into nyc-dev
Pyry Haulos [Tue, 29 Mar 2016 00:35:44 +0000 (17:35 -0700)]
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
Pyry Haulos [Mon, 4 Apr 2016 19:31:31 +0000 (19:31 +0000)]
Merge in changes from Khronos Vulkan CTS repository am: 0c99420
am: 878f268
* commit '
878f2683c5034b9087643ead9a234ebb089c1cfa':
Compiler warning fix.
Change Vulkan CTS license to Apache 2
Fix malformed copyright boxes
Change Vulkan CTS license to Apache 2
Fix malformed copyright boxes
Exclude new tests from Khronos Vulkan CTS mustpass
Remove invalid Invocations=0 from geometry shaders.
vktApiDeviceInitializationTests patch iteration added
Fix createOpUndef tests.
Change-Id: Ie76a0932b286d167b6e4fb8a8c5d0d1a944f21b7
Pyry Haulos [Mon, 4 Apr 2016 19:28:35 +0000 (19:28 +0000)]
Merge in changes from Khronos Vulkan CTS repository
am: 0c99420
* commit '
0c99420d7150a677813efce453c33295679ac495':
Compiler warning fix.
Change Vulkan CTS license to Apache 2
Fix malformed copyright boxes
Change Vulkan CTS license to Apache 2
Fix malformed copyright boxes
Exclude new tests from Khronos Vulkan CTS mustpass
Remove invalid Invocations=0 from geometry shaders.
vktApiDeviceInitializationTests patch iteration added
Fix createOpUndef tests.
LOCAL_COMPATIBILITY_SUPPORT_FILES relative to $(TOP).
Change-Id: I89bb42afb6407f824eddaa59241db4bba59fc5e5
Pyry Haulos [Mon, 4 Apr 2016 19:23:49 +0000 (12:23 -0700)]
Change license in vkDebugReportUtil.cpp/hpp
This follows Khronos' decision to re-license Vulkan CTS under Apache 2.
Change-Id: I73b0eff6755dab1e8fe675eaec7252c6dd94b115
Pyry Haulos [Mon, 4 Apr 2016 19:18:34 +0000 (12:18 -0700)]
Merge in changes from Khronos Vulkan CTS repository
Khronos CTS license has been changed to Apache 2.
Includes various bugfixes to Vulkan tests.
Pyry Haulos [Mon, 4 Apr 2016 19:15:43 +0000 (12:15 -0700)]
Merge vulkan-cts-1.0 to vulkan-cts-1.0-dev
Pyry Haulos [Mon, 4 Apr 2016 19:14:55 +0000 (19:14 +0000)]
Merge branch 'change-license-dev' into 'vulkan-cts-1.0-dev'
Change license in development branch
See merge request !482
Pyry Haulos [Mon, 4 Apr 2016 19:14:31 +0000 (19:14 +0000)]
Merge branch 'change-license-rel' into 'vulkan-cts-1.0'
Change license in release branch
See merge request !481
Pyry Haulos [Mon, 4 Apr 2016 18:08:21 +0000 (18:08 +0000)]
Merge branch 'compiler-warning-fix' into 'vulkan-cts-1.0-dev'
Compiler warning fix.
See merge request !492
Mika Isojärvi [Fri, 25 Mar 2016 17:04:08 +0000 (10:04 -0700)]
Allow alternative form for refract().
Bug:
27266906
Change-Id: Ib24c8d065d922a987feb0271f397d83b837ae936
Mika Isojärvi [Mon, 4 Apr 2016 17:21:09 +0000 (17:21 +0000)]
Merge changes I3f12c9cc,Ibd8fb8f2,Ib3c3b93e into nyc-dev am: 431c1bf
am: b1e3284
* commit '
b1e32845c7a95cf2f4b5cd59f7ddaa3c655da626':
Remove test from mustpass due lod computation issues
Remove array layout location tests due to spec issue.
Remove out of range border clamp tests due to spec issue
Change-Id: Ifc5facd7d52d8091673ee805b08a81e6c27c60b1
Mika Isojärvi [Mon, 4 Apr 2016 17:17:42 +0000 (17:17 +0000)]
Merge changes I3f12c9cc,Ibd8fb8f2,Ib3c3b93e into nyc-dev
am: 431c1bf
* commit '
431c1bf8cb19f7d30bd935eeae667190ef002548':
Remove test from mustpass due lod computation issues
Remove array layout location tests due to spec issue.
Remove out of range border clamp tests due to spec issue
Change-Id: I1c3857b1724abe7b5aa2ae08bdc002359aa9dd35