3d8e6ee58a6f3a7701a3e6cdc4ba9fb14b162410 |
|
20-May-2016 |
Pyry Haulos <phaulos@google.com> |
Merge bug fixes from Khronos CTS release branch This includes fixes available in Vulkan CTS 1.0.0.3 RC1: 8d6a75b Fix test copying zero sized regions 4d12ac5 Update sample conformance statement with latest release tag 2659c92 Remove use of non-standard strnlen() fd6bbe6 Validation fix dEQP-VK.binding_model 8c019df Validation fix for dEQP-VK.ssbo 02bc895 Remove dEQP-VK.glsl.linkage.varying.rules.fragment_declare 0f75056 Validation fixes for dEQP-VK.renderpass 0619614 Validation fixes for dEQP-VK.glsl 2df3edd dEQP-VK.binding_model validation fixes 50664eb Removed not needed reading of image ce3f36a Bug Fix: Corrected barriers in the tests dEQP-VK.query_pool 6d286f8 Validation fixes for dEQP-VK.api d02ea76 dEQP-VK.api.info.device.properties struct offsets d488796 Bug Fix: Corrected barriers in the tests dEQP-VK.dynamic_state. a4f96c9 Turn on well defined signed integer overflow ba9a6b8 Add Android NDK r11 toolchain as new default 355e4f8 Update glslang to (7b3096a) to include bitfield functions precision fix cbba646 Fix Pipeline barrier test 6eaa4ce Update glslang to (af4592) - include proper RelaxedPrecision handling f89b81f Remove instances of pDynamicState->dynamicStateCount = 0 989ae48 ShaderRender tests: do not use images in UNDEFINED layout ed92247 Revert to original boilerplate in Vulkan CTS license appendix 0b834b7 Validation fixes in dEQP-VK.pipeline 92728bd Bug Fix: Corrected barriers in the tests dEQP-VK.compute ad4a38e Bug Fix: Corrected barrier in the tests dEQP-VK.ubo 750f819 Fix unused parameter warning in vktDrawIndirectTest.cpp 7df90ed deqp-vk-draw: split indirect_draw tests into groups depending on `drawIndirectFirstInstance` optional feature 9025139 Remove initialization check for deviceName 9312e31 Fix VkPhysicalDeviceProperties init validation 4803b08 Fix a few issues in tessellation shader executors As well as following cherry-picks: b215306 Fix various compiler warnings fad252e vktWsiSurfaceTests: fixed bug in surface capabilities validation where surface's height was tested with respect to width's limits. 4a57a13 vktWsiSwapchainTests: remove redundant barrier (already realised by subpass dependencies) 8a07cbb vktWsiSwapchainTests: remove incorrect barrier (COLOR_ATTACHMENT_OPT -> PRESENT_SRC), while image is already in PRESENT_SRC layout 9b48af0 vktWsiSwapchainTests: fixes for swapchain parameters fb3fd80 WSI: depthClamp is an optional feature, disable it Bug: 28911346 Change-Id: I124cdecdc5472e5889d40ae5b66baffa074df7ca
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
978d3d585aa549eb1e729b51e9d85fc6477240f9 |
|
29-Mar-2016 |
Pyry Haulos <phaulos@google.com> |
Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
82679917a60b99f4ea6ed42f67de68cbb3a844bb |
|
21-Feb-2016 |
Jason Ekstrand <jason.ekstrand@intel.com> |
SSBOLayoutCase: Make proper use of array descriptors Previously, the SSBO tests were using arrays of blocks in the shader but declaring them as individual descriptors in the descriptor set layout. This is in violation of the spec and was causing issues on some implementations. As a side-effect of this change, we now update most of the bindings in a single update. The Vulkan spec allows descriptor writes that go over the bounds of the current binding to spill into the next as long as the bindings have the same type. This makes updating substantially simpler especially when we have bindings with different numbers of descriptors.
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
c05b7f1437e619205c96eaa31c0b79ec97a0d47d |
|
11-Feb-2016 |
Pyry Haulos <phaulos@google.com> |
Add AOSP copyright to tests ported from dEQP GLES tests
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
9a869c2848d0419008cb99f72c9fa372e3af805d |
|
09-Feb-2016 |
Pyry Haulos <phaulos@google.com> |
Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.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/ssbo/vktSSBOLayoutCase.cpp
|
bd607650c738b1ad2a9e4c3a568528390fcb53de |
|
07-Jan-2016 |
Dae Kim <dae.kimpark@imgtec.com> |
Corrected order of members of VkBufferCreateInfo in SSBO layout case.
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
5772adbcb74748824eb8c6d908d3fdc5096ef878 |
|
28-Dec-2015 |
Jeff Bolz <jbolz@nvidia.com> |
Fix descriptors for SSBO tests.
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
5703d38abd93ff1b26b59054e9ffefde39abd3b2 |
|
23-Dec-2015 |
Pyry Haulos <phaulos@google.com> |
Merge branch '119-fix-buffer-size' into 'master' SSBO: fix buffer size when creating a buffer descriptor Fixes #119 See merge request !203
|
671e732cbf61451594bfd2dd5af42d5aafaaaf8d |
|
22-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: fix buffer size when creating a buffer descriptor Fixes #119
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
b0eee948697c40ce6db78c8473f966be8a237386 |
|
21-Dec-2015 |
scygan <slawomir.cygan@intel.com> |
Fix dEQP-VK.ssbo tests: initialize the contents of the result atomic counter buffer
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
0d3f1abce097fb87c0c3acf779ea0878155e4ef9 |
|
21-Dec-2015 |
Pyry Haulos <phaulos@google.com> |
Merge 107-ssbo
|
c164cfe13cb9bd8952f596f168cb25f02e1037ef |
|
18-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: Improve test case generation and size calculations
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
01b0e6c691ace0a8968030b55dbcbfc72ede47d7 |
|
18-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: add std430 layout parts
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
a69cb9ddb246aae91355ea0ca574c8cd85412280 |
|
17-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: add test cases and result validation
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
ba1052444e1c4c3fa6442e60f842f52f1062c49d |
|
09-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: add storage buffer descriptors
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
5b3f790fe34cf993daebf4c921db7efd4344a619 |
|
09-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: add pipeline
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
b7e19179f360dac21c36dbcbf366204d24376939 |
|
03-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: make it buildable and add a dummy testcase
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|
4f9bf161ec8d735ed2afdfa4aa7b8f86b02351bd |
|
02-Dec-2015 |
Peter Gal <pgal.u-szeged@partner.samsung.com> |
SSBO: add initial base
/external/deqp/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
|