29afd1853e6f1805489dd1553b1d1ddd472e4c60 |
|
13-Jan-2017 |
Pyry Haulos <phaulos@google.com> |
Merge vulkancts/vulkan-cts-1.0.2 into vulkancts/vulkan-cts-1.0.2-extensions Change-Id: I046575e2c44ec537c1c07581b0100449d9232f61
|
8b7d3fb21cec6b9af8f4b5a9badbc29f3f7c3144 |
|
12-Jan-2017 |
Alexander Galazin <alexander.galazin@arm.com> |
Fix VkCmdImageBlit usage in blitting tests Some tests call VkCmdImageBlit with a 2D destination image and a region with dstOffset[0].z=1, dstOffset[1].z=0. The spec says that it should be the opposite. Affects: dEQP-VK.api.copy_and_blit.blit_image.simple_tests.mirror_xy_nearest dEQP-VK.api.copy_and_blit.blit_image.simple_tests.mirror_y_nearest Components: Vulkan Fixes Vulkancts issue: #576 Change-Id: Iaa05f3b38cd46c39d313bd044b37535c112b77dd
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
7933bd9481216a4f5b3c15341b6a593d750d59d6 |
|
04-Jan-2017 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.2 into gerrit/vulkan-cts-1.0.2-extensions Change-Id: I0245ac0051e69ab290b13c06deb505115209ee27
|
eeebe23284db891ba031d36ba7b2cd7499d0e629 |
|
21-Dec-2016 |
Maciej Jesionowski <maciej.jesionowski@mobica.com> |
Correct a typo in blit image test case names Modified test names: - dEQP-VK.api.copy_and_blit.blit_image.simple_tests.* Change-Id: I20b09407101eb3e395d10f324e9f402f5c1c4b77
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
757a1685501d3ee33a718a88251a31af760699fe |
|
15-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.2 into gerrit/vulkan-cts-1.0.2-extensions Change-Id: I7615283c274eff575187759fb673b7f6fa56a343
|
ed99528fa9f8808d91680146964101da85b1d19d |
|
13-Dec-2016 |
iostrows <igor.ostrowski@intel.com> |
Fix image memory barriers for depth/stencil formats Affected tests: - dEQP-VK.api.copy_and_blit.image_to_image.all_formats.depth_stencil* Fixes #562 Change-Id: I59a851d2748f7ae0c2b56fdcd879978de4755ddf
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
b3d675dca37174c92c5472cb58d4c84c44dff00e |
|
02-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0-dev into gerrit/vulkan-cts-next-dev Change-Id: Iabe17e696178de36fbccac9ce4a2ea7d789fb1ca
|
0574a23952335a8cb47d04bee560ddd92af9afe4 |
|
26-Jul-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Extend copyImage tests with depth/stencil formats Add tests with all depth/stencil formats into image to image copies cases. It was needed to fix the 'uploadImage' and 'readImage' functions, because the copying combined dept/stencil data between buffers and images are not supprted at the same time. Update and fix the generation of expected image. Update the mustpass lists. Fix conflict after rebase. This affects: * dEQP-VK.api.copy_and_blit.image_to_image.all_formats.depth_stencil_* * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_d16_unorm_d16_unorm_nearest * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_x8_d24_unorm_pack32_x8_d24_unorm_pack32_nearest * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_d32_sfloat_d32_sfloat_nearest * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_s8_uint_s8_uint_nearest * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_d16_unorm_s8_uint_d16_unorm_s8_uint_nearest * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_d24_unorm_s8_uint_d24_unorm_s8_uint_nearest * dEQP-VK.api.copy_and_blit.blit_image.all_formats.scaling_partial_d32_sfloat_s8_uint_d32_sfloat_s8_uint_nearest Fixes #488 Change-Id: I29bdaf1d87d7bdba112fd55526f8e661865baa6e
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
d81068ff550b6439b7355283fc4d557cfe3560e8 |
|
02-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev Change-Id: I9afe7efd004ee04a7edd465457e5376b03e0abc0
|
bd9468ab8e3e367e478fb2e9d107c33f9edc4975 |
|
02-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Fix post-copy barrier in readImageAspect() * Barrier was using TOP_OF_PIPE_BIT for flushing buffer contents for host access. HOST_BIT must be used instead. * For combined depth stencil formats image was left in wrong image layout for later stencil aspect copy. Affects combined DS format cases in: dEQP-VK.api.copy_and_blit.blit_image.all_formats.* Change-Id: I80263efbc12da21c8205768687725416419e923e
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
e8c1f4f4248a915fd964b70b20367daafb404337 |
|
02-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev Non-trivial merge of 0b0c5dba7daed6439ec6352aacf3cd216d1c1dd5 Change-Id: I1fa72e1814387b05b935cd781126880e603c91b4
|
0b0c5dba7daed6439ec6352aacf3cd216d1c1dd5 |
|
25-Oct-2016 |
Pyry Haulos <phaulos@google.com> |
Fix combined depth stencil handling in dEQP-VK.api.copy_and_blit The existing code had several bugs related to handling of combined DS formats that manifested on implementations that support blitting of said formats. vk::isSupportedByFramework(VkFormat) utility function is added for checking whether format is mappable to tcu::TextureFormat. This query is used to filter out test cases that will always result in InternalError, namely all cases that attempted to exercise formats with 64-bit channels. Vulkan null driver is updated to advertise VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT to allow easier testing. Affects: dEQP-VK.api.copy_and_blit.* See #488 See #515 Change-Id: Ic03c523aea6a4bc9115568ec486200c53ec37d80
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
1d1979f64cd466a51d1f6c217c4d9e614ca38d76 |
|
01-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0-dev into gerrit/vulkan-cts-next-dev Change-Id: Ie053060c20e8c717ace6a88a2c5ff03ee0572fdf
|
afee256c771d752770e20a15a3446c5c5b1dcde8 |
|
01-Dec-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev Change-Id: I8723ff8e2442c4311dad5b9c305d5def12d3a4f0
|
47564c2ac35ab9167cd1d8468d150d86afe541be |
|
22-Nov-2016 |
Oivind Boge <oivind.boge@arm.com> |
Increase blit source to avoid extreme blit scaling Fixes #548 Change-Id: Ied146b91dc748f9efe41b7b64d11c5da870e5ac0
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
6fc0fb610df68faf02227aa2494524994f85fa7b |
|
19-Jul-2016 |
Arkadiusz Sarwa <arkadiusz.sarwa@mobica.com> |
VK_KHR_maintenance1: Test copying between 3D slices and 2D images New tests: - dEQP-VK.api.copy_and_blit.image_to_image.3d_images.* Extension VK_KHR_maintenance1 Fixes #417 Change-Id: I2b6732d1e273b9cf2ac6f04aecfe6d1e213181b8
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
6904decfe59b28cd10ec91ea00657d5851362f4d |
|
14-Nov-2016 |
Pyry Haulos <phaulos@google.com> |
Fix warnings reported by VS 2015 Change-Id: Ifc12df928d6d2f939d01c39a55a48bf861c51be7
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
9df743955aa60b15f86ab054f286d33dc80fff75 |
|
25-Oct-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev Change-Id: I766de7d6d392d4a2503caae6e321836fde09c804
|
737af9b128f3c1be3799196c56c94fd77741e7a1 |
|
15-Oct-2016 |
Lionel Landwerlin <lionel.g.landwerlin@intel.com> |
copy_and_blit.blit_image: loosen threshold of float/float blits In commit bd6f90c07f4bd0e0667ada50e134b479eeab78c5 : blit_image: compute validation threshold based on I/O formats We tried to introduce an error threshold for unorm/integer formats and removed all the precomputed thresholds for floating point formats. Also introducing a bug where the threshold was ceiled to 1.0 (making a lot of tests pass no matter the results). In commit 161314f0ff255dfe47e280dd4945292295dab1ed : copy_and_blit.blit_image: fix threshold computation We fixed the threshold to computation for unorm/integer formats but now all threshold would be computed on the assumption that the resolution of numbers is based of the number of bits in the fractional part of the number's representation (which is incorrect for floating point formats). This commit brings back the precomputed thresholds for floating point formats, while still computing a threshold based on the number of bits in the fractional part of the unorm formats. Affected tests: - dEQP-VK.api.copy_and_blit.blit_image.all_formats.*float*float* Change-Id: I52034a58d145a8e046fb33bcc6becb9e83774d73
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
69003dc4765da9466c9f60d861d451e49075b785 |
|
14-Oct-2016 |
Dominik Witczak <Dominik.Witczak@amd.com> |
Fixes invalid subresource defs in *.simple_tests. Affects dEQP-VK.api.copy_and_blit.blit_image.simple_tests Fixes #519 Change-Id: I3c8331f27495333ece5bd43c160128fa49a7950d
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
7cfaa7c97a328558962fa2366306f382081907e4 |
|
14-Oct-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev Change-Id: I9def7f39ac7f4d4312b1c0469f718e17b6a3d673
|
161314f0ff255dfe47e280dd4945292295dab1ed |
|
12-Oct-2016 |
Lionel Landwerlin <lionel.g.landwerlin@intel.com> |
copy_and_blit.blit_image: fix threshold computation Threshold should not be ceiled, affecting all blit tests with floating point format as destination : dEQP-VK.api.copy_and_blit.blit_image.all_formats.*sfloat* Also use the source texture to get the source format. Fixes #516 Change-Id: I4c49007070306d597e36f7b79ee969ef5081d19e
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
eee94bdfc37189d6b65e7b07752d386f6faccc24 |
|
23-Sep-2016 |
Zoltan Janos Szabo <zjs.u-szeged@partner.samsung.com> |
Add mirroring/flipping image tests to vkCmdBlitImage Fixes #491 Change-Id: Ia511a82ef61d84e643978797d24e3f0f499fd616
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
271c523dd8f3ea0995324f0a1e915603cca4d047 |
|
24-Aug-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Test copying data between buffers and images Add new tests to vkCmdCopyBufferToImage Add two new tests for testing vkCmdCopyImageToBuffer. Fix one existing test. The test's description and it's behaviour didn't match. Change-Id: I5a2da940c1b6e285954ae39f8bb77d6138053bdd
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
852ad4e5e72c4adc76427c3275173619f6f89884 |
|
29-Sep-2016 |
Pyry Haulos <phaulos@google.com> |
Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev Change-Id: Ia7127ed7764c5276a32388ab2bba024d54dfea5b
|
bd6f90c07f4bd0e0667ada50e134b479eeab78c5 |
|
09-Aug-2016 |
Lionel Landwerlin <lionel.g.landwerlin@intel.com> |
blit_image: compute validation threshold based on I/O formats Whereas dEQP-GLES3.functional.fbo.blit.conversion.rgb565_to_rgba32f is passing on my Haswell machine, dEQP-VK.api.copy_and_blit.blit_image.all_formats.r5g6b5_unorm_pack16_r32g32b32a32_sfloat_linear is failing. It seems the criteria is different between the 2 tests. This change puts the vulkan tests a bit closer to the GLES3 ones. Change-Id: I4e4879270baaf707e71de030b916ea49ee0f65ba
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
6e6847927013cf4a6f83312c73e4e8625766eb82 |
|
21-Jul-2016 |
Arkadiusz Sarwa <arkadiusz.sarwa@mobica.com> |
Resolve image test: 2d array New tests: - dEQP-VK.api.copy_and_blit.resolve_image.whole_copy_before_resolving* - dEQP-VK.api.copy_and_blit.resolve_image.whole_array_image* Fixes #438 Change-Id: Idfc02e7ada4c53b5706ac17cb9d32dfd77d22869
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
5e2d5b22247f074b52674f15d6cf64e477bac0d8 |
|
31-Aug-2016 |
Pyry Haulos <phaulos@google.com> |
Update framework to vulkan.h 1.0.26 Change-Id: I7ecdeb1dbadd0fb3983f4a49db87781220ef172a
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
d53d32a2e264d3cdbac685d83437b335ab6e1531 |
|
24-Aug-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Fix wrong test in copies and blitting testcases Change-Id: I9fff36008ddf57b781f1cb795f72bebf2e11d87a
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
e7d33c207830f890f95f6977097e991988f19564 |
|
04-Aug-2016 |
Pyry Haulos <phaulos@google.com> |
Fix failing assert in copies and blitting tests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
08d2c9cee4c73180d55921bbb2c5376c9552f6dd |
|
15-Jul-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Extend copyImage tests with all compatible formats
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
f81b2383710a0b4d7f99331773fc8663cd553ced |
|
07-Jul-2016 |
Alexander Galazin <alexander.galazin@arm.com> |
Use VK_IMAGE_USAGE_TRANSFER_SRC_BIT for source image The test incorrectly uses VK_IMAGE_USAGE_TRANSFER_DST_BIT for source images while the spec (section 18.1 says) that VK_IMAGE_USAGE_TRANSFER_SRC_BIT should be used. Fixes #424
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
662213cb082cec85d708c83fb01d51155b041fc2 |
|
15-Jun-2016 |
Dominik Witczak <Dominik.Witczak@amd.com> |
Fix various barrier issues in resolve_image tests Fixes #405
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
7c32f9198cd1ed9fb0280a269cfd44222bf8f066 |
|
16-Jun-2016 |
Pyry Haulos <phaulos@google.com> |
Fix VkDeviceSize -> size_t warning
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
c80d2f57a468a7c32da14a0040b144e159bc80ec |
|
03-Jun-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Fix after review and validation layer errors
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
74b119598a491e27a99640b40bcfde67de852aa4 |
|
29-Feb-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Add tests for resolve images
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
5e456fa2d4c18aaa8509c26c9f9b276f23a85a63 |
|
17-May-2016 |
Pyry Haulos <phaulos@google.com> |
Merge in fixes from Google repository
|
5dcb4c684341f681eea37ffc4d1727b2239516ef |
|
17-May-2016 |
Mika Isojärvi <misojarvi@google.com> |
Fix test copying zero sized regions Bug: 28677103 Change-Id: I4c23277f51ab4ea3e28a76ab757d0c2c8fe007d6
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
0e373f3cca6df92b12956bd7f3e22e1488b63de2 |
|
20-Jan-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Add blitting and fill buffer tests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
ed9d438ecd49d41e86247421c253692b92bcef63 |
|
12-Apr-2016 |
Maciej Jesionowski <maciej.jesionowski@mobica.com> |
Validation fixes for dEQP-VK.api - Correct minDepthBounds value - api.copy_and_blit: corrected image layout barriers usage
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
978d3d585aa549eb1e729b51e9d85fc6477240f9 |
|
29-Mar-2016 |
Pyry Haulos <phaulos@google.com> |
Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
9a869c2848d0419008cb99f72c9fa372e3af805d |
|
09-Feb-2016 |
Pyry Haulos <phaulos@google.com> |
Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
e885d762c09c24797c89bb76055bf130a686be54 |
|
02-Feb-2016 |
Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> |
Don't use uninitialized variables in dEQP-VK.api.copy_and_blit.buffer_to_image The buffer to image test was using the uninitialized src image extent for initializing the src buffer and the uninitialized dst buffer size for initializing the dst image.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
f015df20998138f47a4140b2671d305777968b15 |
|
19-Jan-2016 |
Pyry Haulos <phaulos@google.com> |
Merge branch 'jekstrand_copy_and_bit_usage_flags' into 'master' copy_and_blit: Fix image/buffer create-time usage flags For buffers, it had both source and destination marked as DST. For images, it both uploads and downloads the images, so it needs both set. Fixes #199 See merge request !309
|
f868981a3f3a61876858b67c3be3a9b0b2b01cb3 |
|
14-Jan-2016 |
Jason Ekstrand <jason.ekstrand@intel.com> |
copy_and_blit: Fix image/buffer create-time usage flags For buffers, it had both source and destination marked as DST. For images, it both uploads and downloads the images, so it needs both set. Fixes #199
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
f3381ed2a9db7dd7460a4c3d694a660ce7c88023 |
|
13-Jan-2016 |
Jeannot Breton <jbreton@nvidia.com> |
replace VK_FORMAT_FEATURE_BLIT_DST_BIT by VK_IMAGE_USAGE_TRANSFER_DST_BIT in vkGetPhysicalDeviceImageFormatProperties
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
781bfa67266d341a2c9a1d92f72d954cd7454a25 |
|
13-Jan-2016 |
Jeannot Breton <jbreton@nvidia.com> |
Adjust indentation and divide by 4
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.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/api/vktApiCopiesAndBlittingTests.cpp
|
9230ac7db9a3e7b3506af0c2fed1fa29db1b5d11 |
|
11-Jan-2016 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Copy_and_blit fixes: generate the source and destination with different data
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
fcd877a97afa75ec12fd3ba13c15171867974e87 |
|
06-Jan-2016 |
Pyry Haulos <phaulos@google.com> |
Merge branch 'jbolz_copy_and_blit_fixes' into 'master' Copy_and_blit fixes: replace format during CopyImage expected result calculation… …, to make it use memcpy. Use Any memory for image allocation for buffer-to-image copy. See merge request !234
|
d3cfb7f158cb03f3734b7f9f24c5b3f97e18939d |
|
04-Jan-2016 |
Pyry Haulos <phaulos@google.com> |
Fix implicit VkDeviceSize -> size_t conversion warnings Change-Id: Ibb4b63cf0651ddec66a62e39cc1ab1b155cedd13
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
3e76b73f0553e587d2e0f595dbea75b1e3281469 |
|
01-Jan-2016 |
Jeff Bolz <jbolz@nvidia.com> |
Copy_and_blit fixes: replace format during CopyImage expected result calculation, to make it use memcpy. Use Any memory for image allocation for buffer-to-image copy.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
2ec4f33c54c2103f4cb4c9442cc2176f4c61253b |
|
28-Dec-2015 |
pflisiko <pawel.flisikowski@intel.com> |
fix case 'buffer_to_image' - changed src buffer usage flags
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
ba7bce2ff0d25d66d393328c64480f8569de0967 |
|
27-Dec-2015 |
Pyry Haulos <phaulos@google.com> |
Fix warnings in copies and blit tests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
2ff1e486a29a9cbb421fe21bc01ec48e203c2f85 |
|
18-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Style fixes for the Copy and blitting
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
04052cbec2f21b6864139ad32d97179dc23f7c64 |
|
17-Dec-2015 |
Gabor Abraham <gabraham.u-szeged@partner.samsung.com> |
Add copy BufferToBuffer tests.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
6677ae78b69a010af0af30ee2064b2e02354de71 |
|
17-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Add Image to image copies
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
fe5b8e03e482687ffc6a158de626616fa0a529e4 |
|
17-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Fix the wrong bufferSize in CopiesAndBlitting
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
db538fe23c16839984d13cbe66dfbf23c17ff4ce |
|
17-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Set queueFamilyIndices in CopiesAndBlitting
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
2055388b14297795afacd5e77378684b90c31281 |
|
17-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Rename ImageToImageCopies to CopyImageToImage
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
1bad475d2619c996620c4e36c16e917bdd87c88e |
|
16-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Fix warnings in the CopiesAndBlitting
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
341a3570725ce6cef20e5977a95ad6b09d886cf1 |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Remove leftover comment
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
f0e9a3a0fc8782cd112e076dd7ea9d947c309d73 |
|
16-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Add CopyBufferToImage test
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
da6ba2ab00dcb234d1c44a5935c8fab1c9f93736 |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Add image to image test
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
431f3cf28b8f6df2c5519d1ac7a2c75ba61b2b2a |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Finish the buffer to buffer copies base class
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
a190a32f5533e70ce2d5b26e6edb56ed5f300b6f |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Rename testgroup of the copies and blitting
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
ac671adc7cbd6c7aa43c3c406d47a161d5fb8396 |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Implement copyRegions for the buffer to buffer copies
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
62a2e742f803dd183c1fc4cc3f364f41ed07b412 |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Remove m_regions from the CopiesAndBlitting class
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
64f83de00024992b28af992694e1801a4ffcf6be |
|
16-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Fix the CopyImageToBuffer test
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
c114e1d93c8129e6bfafc914fd1b0bcdffdf2f0e |
|
16-Dec-2015 |
Gabor Abraham <gabraham.u-szeged@partner.samsung.com> |
Add WIP version of BufferToBufferTest.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
91c6b6d6868dee7e4f31216a8fa69711d4caed61 |
|
16-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Improve TestParams in CopiesAndBlittingTests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
273c09d6296952c016ef5e971bf5688936710f42 |
|
16-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Several fixes around the readImage and copyImage
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
837392aa987644175000e98bc548d8614695c1ae |
|
16-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Improve the calculateSize utility function
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
c0be87aeffe378f43569f83018467a51214d0fc4 |
|
16-Dec-2015 |
Gabor Abraham <gabraham.u-szeged@partner.samsung.com> |
Refactor uploadBuffer and uploadImage.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
d735707db27e609a34a1e4bbdb0f31419f69f9eb |
|
16-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Fix the upload image and the ImageToBuffer test
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
3f0b2a07c9008a8160fc0a797365b48186255186 |
|
16-Dec-2015 |
Gabor Abraham <gabraham.u-szeged@partner.samsung.com> |
Remove BufferType enum, add uploadBuffer.
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
50553aad775d8590eae7e6c7dae0429a10143aa8 |
|
15-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Add readImage
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
05be85b970d92e5a875c7402cdbce9e09adb276c |
|
15-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Implement uploadImage utility function in CopiesAndBlittingTests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
03e723e8234c41efdd3cbac245911b399b496817 |
|
15-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Refactor checkResult function
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
d75bc11fec0ebe1f4bd2dfc748dc2ca58f6f0523 |
|
15-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Add generateExpectedResult function
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
1461846d63f30e2fefbe2f246306fdc5f7d17254 |
|
15-Dec-2015 |
Gabor Abraham <gabraham.u-szeged@partner.samsung.com> |
Implement generateBuffer function
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
3fb973d2d751932b23988e8447638322cb023bc2 |
|
15-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Add base of the CopyImageToBuffer test
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
e87f3e4a39665049841d53796eb7c4aef420426f |
|
14-Dec-2015 |
Kristof Kosztyo <kkosztyo.u-szeged@samsung.com> |
Add base of the copy image to image
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|
986b0b1c1c7a056efd44a33e30f7cd59287e8140 |
|
14-Dec-2015 |
Szilard Ledan <szledan.u-szeged@partner.samsung.com> |
Add base of Copies And Blitting tests
/external/deqp/external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
|