History log of /external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e6d812d0085e624b6fb5dc4b2bc417ddc2f5e1e 19-Jan-2018 Alexander Galazin <alexander.galazin@arm.com> Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/vulkan-cts-1.1.0

Change-Id: I8db9696a5f7b9bafdf20e76afc8d1d42b96cfe1c
2d90b6c9ad31ef4c6f40885be0a9f59a9f24c0b5 10-Jan-2018 Chris Forbes <chrisforbes@google.com> Fix buffer usage flags for index and indirect buffers

Previously, createAndUploadBuffer would provide
VK_BUFFER_USAGE_VERTEX_BUFFER_BIT for all buffers. This is no good for
index buffers and indirect buffers.

VK-GL-CTS: 930

Change-Id: I774beef7c7226f4fbd5670591eb66475300ee208
Components: Vulkan
Affects: dEQP-VK.draw.instanced.*
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
272ff10d44104eb65ebcf6f992f7a0b6290256d7 25-Aug-2017 Paavo Pessi <paavo.pessi@siru.fi> Test draw commands with instanceCount == 0

The existing instanced rendering tests iterate through multiple
instanceCount and firstInstance values in a single test case.
Iterations with instanceCount == 0 were added to the existing
tests.

dEQP Reference Renderer was modified to allow draw commands
with instanceCount == 0.

Affects:

dEQP-VK.draw.instanced.*

Components: Vulkan, Framework

VK-GL-CTS issue: 619
VK-GL-CTS public issue: 19

Change-Id: I6153924ba4b27bbf7205a635a24543a85990c384
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
55dd4426673bd260dde56addcfea802f21c31304 08-Feb-2017 Mika Isojärvi <misojarvi@google.com> Add create functions for common Vulkan types.

These functions simplify creating the Vulkan objects by taking the
arguments directly instead of passing through struct. Multiple test
cases already reimplement these functions.

VK-GL-CTS issue: 465
Components: Vulkan

Change-Id: I09f6b0163b5aa2198617230767cd072185afe45c
(cherry picked from commit da03200a87f51bed33b3c3030ecbb6df06ff4f60)
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
6b0f0c8e842c67559dcfdcf6778f92e4919ec98d 30-May-2017 Pyry Haulos <phaulos@google.com> Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master

Change-Id: I0a9fdded2cbfd25f1e2a1c73da97b2d8b8431962
b79647ef4ffca07cae11ebc5e5d88811631bb98f 12-May-2017 Yanjun Zhang <Yanjun.Zhang@verisilicon.com> Check 'drawIndirectFirstInstance' feature to run indirect draw tests

Component: Vulkan
VK-GL-CTS issue: 413

Change-Id: I13a86721ec76ac50af55e0730fd50e3d7ce159d8
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
da03200a87f51bed33b3c3030ecbb6df06ff4f60 08-Feb-2017 Mika Isojärvi <misojarvi@google.com> Add create functions for common Vulkan types.

These functions simplify creating the Vulkan objects by taking the
arguments directly instead of passing through struct. Multiple test
cases already reimplement these functions.

Change-Id: I09f6b0163b5aa2198617230767cd072185afe45c
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
114a1ba56e07d60347ca817f4d6c83b10c4e5071 28-Nov-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Bugfix: Use PointSize in draw tests

Tests that rasterize points have to write to PointSize variable.
Also fix nonCoherentAtomSize errors from validation.

Affected tests:
- dEQP-VK.draw.basic_draw.draw.point_list.*
- dEQP-VK.draw.basic_draw.draw_indexed.point_list.*
- dEQP-VK.draw.basic_draw.draw_indirect.point_list.*
- dEQP-VK.draw.basic_draw.draw_indexed_indirect.point_list.*
- dEQP-VK.draw.instanced.draw_vk_primitive_topology_point_list
- dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_point_list
- dEQP-VK.draw.instanced.draw_indirect_vk_primitive_topology_point_list
- dEQP-VK.draw.instanced.draw_indexed_indirect_vk_primitive_topology_point_list

Fixes #536

Change-Id: Ief9df51887babfc3765b0d11c6431765f322c634
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
3756142490de380ddde0079d08648708191596f8 14-Sep-2016 Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> Add instanced draw tests

Change-Id: I8f8a2e1b7cfef7f4ab3b12e47715a85b99e06536
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp