55da06144c4b89c5779a74dda7b3267d34ebfc3c |
|
07-Apr-2017 |
Pyry Haulos <phaulos@google.com> |
Merge vulkan-cts-1.0.2 into aosp/master Contains following fixes that have been made after vulkan-cts-1.0.2.2: * Fix - uniform buffer incorrectly dereferenced * Use vkGetInstanceProcAddr(NULL) to load platform funcs * Imgtec Waiver for texture_gather*cube*depth32f* * Add VK_KHR_incremental_present to the list of allowed device extensions * Use -std=c++03 with GCC and clang * Fix GCC 6.3 warnings in vulkan-cts-1.0.2 * Improve check_build_sanity.py * Relax image verification in anisotropic filtering tests * Respect maxColorAttachments in image tests * Fix SPIR-V generation in dEQP-VK.spirv_assembly * Fix - depth/stencil images mandatory only for VK_IMAGE_TYPE_2D * Add missing barrier in ssbo layout tests This merge doesn't match any Vulkan CTS release tag. Bug: 36899783 Bug: 36817508 Change-Id: I5dff02835e5296e1c25ba67675c06e2261e5c476
|
674ddbb09a7bb6b16f839e129d5f0f2ac6dc9e74 |
|
31-Mar-2017 |
Pyry Haulos <phaulos@google.com> |
Fix GCC 6.3 warnings in vulkan-cts-1.0.2 Change-Id: Iede7ed79a031ab38c0665d1a115e34d034d2b662
/external/deqp/modules/gles2/functional/es2fIntegerStateQueryTests.cpp
|
6fe2b2376816f1c8401af9a70c25878d1b5b4ec0 |
|
30-Sep-2016 |
Anuj Phogat <anuj.phogat@intel.com> |
ES{2,3}: Clamp the x, y location of the viewport's bottom-left corner Affected tests: dEQP-GLES2.functional.state_query.integers.viewport_getfloat dEQP-GLES2.functional.state_query.integers.viewport_getinteger dEQP-GLES3.functional.state_query.integers.viewport_getfloat dEQP-GLES3.functional.state_query.integers.viewport_getinteger dEQP-GLES3.functional.state_query.integers.viewport_getinteger64 Above CTS tests are not clamping the x, y location of the viewport's bottom-left corner as recommended by ARB_viewport_array and OES_viewport_array. Tests later compare the clamped x, y values read back from the driver with reference unclamped x, y values resulting in to false failures. From OES_viewport_array: "The location of the viewport's bottom-left corner, given by (x,y), are clamped to be within the implementation-dependent viewport bounds range. The viewport bounds range [min, max] tuple may be determined by calling GetFloatv with the symbolic constant VIEWPORT_BOUNDS_RANGE_OES" Bug: 34349411
/external/deqp/modules/gles2/functional/es2fIntegerStateQueryTests.cpp
|
dc795cd4f3d064cbbe2bf9899bf2088d206b7434 |
|
09-Jun-2016 |
Chih-Hung Hsieh <chh@google.com> |
Fix misc-macro-parentheses warnings in deqp. * Add parentheses around macro parameters beside binary operators. * Add NOLINT to suppress wrong clang-tidy warnings. Bug: 28705665 Change-Id: I8cab8cf2df6edb50806d9fd2324dfea31b127916
/external/deqp/modules/gles2/functional/es2fIntegerStateQueryTests.cpp
|
81b5191f2616c3adf406a3e589a370731aefef7d |
|
02-Jun-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Port GLES2 and 3 binding query tests to use gls state query utils. Bug: 21326686 Bug: 19144698 Change-Id: I39d46ff18eccb8b3d148cb05cb2cf7fdb69432be
/external/deqp/modules/gles2/functional/es2fIntegerStateQueryTests.cpp
|
3c827367444ee418f129b2c238299f49d3264554 |
|
02-Sep-2014 |
Jarkko Poyry <jpoyry@google.com> |
Import dEQP. Import drawElements Quality Program from an internal repository. Bug: 17388917 Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/modules/gles2/functional/es2fIntegerStateQueryTests.cpp
|