Jeremy Kniager [Tue, 22 May 2018 15:20:38 +0000 (09:20 -0600)]
cmake: Add WSI Build Support Options
Fixed CMakelists.txt for vulkaninfo
to generate build files on
Linux with the selected WSI options.
Change-Id: Ied83f0e24dbd08af2ef03066fdfa1443203aa4ad
Karl Schultz [Mon, 28 May 2018 21:14:19 +0000 (15:14 -0600)]
build: Enable install targets on Windows
Note: cube is not yet being installed.
William Henning [Thu, 24 May 2018 20:14:15 +0000 (14:14 -0600)]
icd: Add a memory format that is unsupported
Hard code into the mock ICD that the memory type at index 3 is
unsupported. This allows the BindImageInvalidMemoryType test in the
validation layers to be run without skipping.
William Henning [Thu, 24 May 2018 20:49:16 +0000 (14:49 -0600)]
icd: Hard code unsupported image formats
Hard code that the mock ICD does not support
VK_FORMAT_E5B9G9R9_UFLOAT_PACK32, an arbitrary image format not
currently used in any validation layers test. Additionally hard code
that the mock ICD doesn't images created with a sample count of 64 bits.
These hardcoded unsupported image formats git the
CreateImageFormatSupportErrors and CreateImageMaxLimitsViolation tests
in the validation layers to run.
William Henning [Wed, 23 May 2018 20:45:43 +0000 (14:45 -0600)]
icd: Add external buffers, fences, and semaphores
Added calls to vkGetPhysicalDeviceExternal buffer, fence, and semaphore
properties that support for features and handle types.
Karl Schultz [Thu, 24 May 2018 21:30:09 +0000 (15:30 -0600)]
build: Fix mock ICD install issues
- Use correct (icd.d) directory
- Make ICD installation OFF by default
- Fix up docs
Fixes #17
Mike Schuchardt [Tue, 22 May 2018 22:48:10 +0000 (16:48 -0600)]
header: Update Vulkan-Headers submodule to 1.1.75
Change-Id: I7cfbb6e3ffb99308f3a77357f6184489aae322af
William Henning [Thu, 24 May 2018 16:55:48 +0000 (10:55 -0600)]
icd: Enable the VK_KHR_push_descriptor extension
Enabled this extension and updated vkGetPhysicalDeviceProperties2KHR to
fill out the push descriptor properties struct if it's in the pNext
chain.
Mark Lobodzinski [Tue, 22 May 2018 20:59:13 +0000 (14:59 -0600)]
cmake: Fix LOADER_REPO_ROOT pointing to SDK
Mark Lobodzinski [Tue, 22 May 2018 20:41:57 +0000 (14:41 -0600)]
scripts: Fix glslang fetch script for odd builds
Used scirpt location instead of current location as basis for glslang
component installation.
Tony-LunarG [Tue, 22 May 2018 19:26:26 +0000 (13:26 -0600)]
Tools: Better search for glslang + loader
Change-Id: I1652a5bc29623980e80dad168997fd75d08467e8
Mark Lobodzinski [Tue, 22 May 2018 14:40:49 +0000 (08:40 -0600)]
cube: Change glslang location logic for INSTALL_DIR
Now respects GLSLANG_INSTALL_DIR, for instance, if Vulkan-Tools is a
submodule of another repository. Also updated build doc.
Mark Lobodzinski [Tue, 22 May 2018 04:16:38 +0000 (22:16 -0600)]
cmake: Rename uninstall target to prevent collisions
Cmake does not have an uninstall function, and multiple repositories
cannot have targets with the same name. The 'uninstall' target is to
generic, so renaming this target to 'uninstall-Vulkan-Tools'.
Jeremy Kniager [Thu, 17 May 2018 17:52:38 +0000 (11:52 -0600)]
docs: Update BUILD.md to reflect CMake changes
Updated BUILD.md to reflect the changes in the
MacOS build workflow after the repo split.
Change-Id: Iff5f89c960b73fec0d1f0b08c7aa448da4873384
Jeremy Kniager [Thu, 17 May 2018 17:15:43 +0000 (11:15 -0600)]
cmake: Update CMake files to build for MacOS
Updated CMake scripts to add building for MacOS
Change-Id: I413f79e337d33f37891092da97380597e28c8257
Mark Lobodzinski [Mon, 21 May 2018 19:40:04 +0000 (13:40 -0600)]
docs: Clarify loader build requirements
Mark Lobodzinski [Mon, 21 May 2018 15:22:01 +0000 (09:22 -0600)]
cmake: Change name of helper-file cmake target
Cmake won't tolerate multiple build targets withing a project.
Generate_helper_files has been renamed to resolve conflicts with
other repos.
Mark Lobodzinski [Wed, 16 May 2018 20:01:01 +0000 (14:01 -0600)]
docs: Update build.md for glslang location
Mark Lobodzinski [Tue, 15 May 2018 20:11:53 +0000 (14:11 -0600)]
cube: Download glslangValidator binary
Obviates the need to set GLSLANG_REPO_ROOT or to have glslang
otherwise installed for building this repo.
Cody Northrop [Wed, 16 May 2018 19:54:37 +0000 (13:54 -0600)]
android: Update vulkan_wrapper, add source script
* Finally check in the script that generates the wrapper
* Update the script to handle split vulkan files
* Update the checked in vulkan_wrapper.*
* Add a README descrbing how to use the script
Cody Northrop [Tue, 15 May 2018 18:08:52 +0000 (12:08 -0600)]
android: Fixes for cube
This restores files that were dropped during the split.
Also migrates support files to this repo, which we will remove
from Vulkan-ValidationLayers and treat like a submodule.
Updates to travis to build cube.
Karl Schultz [Tue, 15 May 2018 16:47:42 +0000 (10:47 -0600)]
build: Enable install target on Linux
Now installs vulkaninfo and mock ICD.
Not yet installing cube(pp) pending decision on issue #5.
Mark Lobodzinski [Mon, 14 May 2018 20:34:58 +0000 (14:34 -0600)]
docs: Update build.md w/loader repo root info
Mark Lobodzinski [Sun, 13 May 2018 18:09:14 +0000 (12:09 -0600)]
docs: More BUILD.md updates
Added some TODOs.
Mark Lobodzinski [Sun, 13 May 2018 17:40:09 +0000 (11:40 -0600)]
repo: Updated .gitignore file for new structure
Mark Lobodzinski [Sun, 13 May 2018 15:53:14 +0000 (09:53 -0600)]
vulkaninfo: Moved new macOS files into new location
Karl Schultz [Sun, 13 May 2018 00:17:39 +0000 (18:17 -0600)]
repo: Turn on AppVeyor CI
Karl Schultz [Sat, 12 May 2018 23:13:33 +0000 (17:13 -0600)]
repo: Turn on Travis-CI
Add test to run vulkaninfo with mock ICD.
Mark Lobodzinski [Sat, 12 May 2018 22:59:30 +0000 (16:59 -0600)]
cmake: Fix GLSLANG_REPO_ROOT for Linux
Mark Lobodzinski [Sat, 12 May 2018 22:43:33 +0000 (16:43 -0600)]
cmake: Use GLSLANG_REPO_ROOT to find glslangValidator
Mark Lobodzinski [Sat, 12 May 2018 22:00:00 +0000 (16:00 -0600)]
cmake: Add FindVulkan.cmake for older cmake installs
Mark Lobodzinski [Sat, 12 May 2018 21:58:15 +0000 (15:58 -0600)]
cmake: Add LOADER_REPO_ROOT to repo
Also added in warning if git submodule update --init is not run.
Karl Schultz [Sat, 12 May 2018 20:38:31 +0000 (14:38 -0600)]
repo: Fix git submodules and AppVayor badge
Mark Lobodzinski [Sat, 12 May 2018 03:15:07 +0000 (21:15 -0600)]
scripts: Add helper file generator back in for icd
Mock ICD now uses the typemap helper, added the helper file generator
back in, along with associated lvl_genvk mods.
Mark Lobodzinski [Sat, 12 May 2018 02:19:37 +0000 (20:19 -0600)]
vulkaninfo: Fix some merge conflicts
Mark Lobodzinski [Fri, 11 May 2018 21:29:27 +0000 (15:29 -0600)]
build: Android mods to remove layers
Mark Lobodzinski [Fri, 11 May 2018 03:18:46 +0000 (21:18 -0600)]
docs: Updated markdown files for new repo content
Mark Lobodzinski [Fri, 11 May 2018 03:00:58 +0000 (21:00 -0600)]
repo: Delete include directory and subdirs
Mark Lobodzinski [Fri, 11 May 2018 03:00:28 +0000 (21:00 -0600)]
headers: Switched cmake files to Vulkan-Headers
Mark Lobodzinski [Fri, 11 May 2018 02:53:16 +0000 (20:53 -0600)]
headers: Added vulkan-headers as a submodule
Mark Lobodzinski [Fri, 11 May 2018 02:41:08 +0000 (20:41 -0600)]
vulkaninfo: Move vulkaninfo.rc file
Change-Id: Ic974500a0334a9de0bb7317f6aa77693cfa36869
Mark Lobodzinski [Fri, 11 May 2018 02:40:18 +0000 (20:40 -0600)]
repo: Delete unused files
Change-Id: I4a8985b087ac999fdcebfc61c812ff0c1f6b91bf
Mark Lobodzinski [Fri, 11 May 2018 02:34:08 +0000 (20:34 -0600)]
cmake: More cmake fixups
Removed duplicate vulkaninfo directives, renamed project, killed
some dead comments.
Change-Id: Ibf580ac0fb5f8ebec0a68fe9c36f7905dbccc594
Mark Lobodzinski [Thu, 12 Apr 2018 15:19:17 +0000 (09:19 -0600)]
repo: Delete unused code generators
Change-Id: I1ef619a117c6ec9c2befe0458eb8502894ecff6c
Mark Lobodzinski [Thu, 12 Apr 2018 15:16:41 +0000 (09:16 -0600)]
repo: Delete smoketest
Change-Id: I44b5b0c5e54a1fdbbfbce6b3ebb4788f0aa5871c
Mark Lobodzinski [Wed, 11 Apr 2018 18:22:03 +0000 (12:22 -0600)]
repo: Delete glslang files
Change-Id: I42e66cf9dc4a4db7a86bc2f29086fad532b9f629
Mark Lobodzinski [Tue, 10 Apr 2018 22:33:10 +0000 (16:33 -0600)]
repo: Delete gtest submodule
Change-Id: Ib366f7550753cc2de3a65285e2a79afec48200a0
Mark Lobodzinski [Tue, 10 Apr 2018 20:01:13 +0000 (14:01 -0600)]
repo: Delete loader, layers, tests files
Change-Id: I28b8833df82946457325353cc03d3f91e6a776cf
Mark Lobodzinski [Wed, 11 Apr 2018 21:58:57 +0000 (15:58 -0600)]
android: Build cube for android
Change-Id: I0ff87c345098d51a24115bbb33cbb60a488efb45
Mark Lobodzinski [Wed, 11 Apr 2018 21:15:31 +0000 (15:15 -0600)]
cmake: Clean up main cmakelists.txt file
Delete unnecessary cmake, move non-common stuff to consitituent cmake
files.
Change-Id: I158c50511a2b9810f6b2fa198d4d8aee5a23ac93
Mark Lobodzinski [Wed, 11 Apr 2018 19:38:11 +0000 (13:38 -0600)]
cube: Move cube directory up to top level dir
Change-Id: Ie1116b0b6de742b4f85834a4c9d1927dd641e19b
Mark Lobodzinski [Wed, 11 Apr 2018 18:26:57 +0000 (12:26 -0600)]
vulkaninfo: Move vulkaninfo from demos to top level
Change-Id: Ifb946c4eacd950f8c021399b87e9437edf5533bf
Mark Lobodzinski [Wed, 11 Apr 2018 18:19:26 +0000 (12:19 -0600)]
cmake: Remove building and setup of glslang
Change-Id: If982a9c517bf2a180ba2d1cf853d49f46412b13d
Mark Lobodzinski [Thu, 12 Apr 2018 15:18:22 +0000 (09:18 -0600)]
scripts: Remove generators from lvl_genvk.py
Also remove unneeded include from common_codegen.py.
Change-Id: I1b6833acb5654217d85bbc4284713aa12fa1a104
Mark Lobodzinski [Thu, 12 Apr 2018 15:16:04 +0000 (09:16 -0600)]
demos: Remove smoketest demo from build
Change-Id: I2a958901a8ac84b782a62b80245999725f4cff3e
Mark Lobodzinski [Thu, 12 Apr 2018 15:11:49 +0000 (09:11 -0600)]
build: Add FindVulkan, disable layers, ldr, tsts
Added FindVulkan cmake helper, disabled build of layers, loader,
and tests in cmake file.
Change-Id: I30a65e3a821c58b36971298ea6f7c7515cbda444
Mark Lobodzinski [Tue, 10 Apr 2018 21:40:04 +0000 (15:40 -0600)]
layers: Add object type string helper for cube
Change-Id: I4233528c4fa60a7729a8c2985e3b2a1097234ae3
Tobin Ehlis [Fri, 11 May 2018 19:44:33 +0000 (13:44 -0600)]
icd:Add GPDP2 support for descriptor indexing
Set some default mock icd values for vkGetPhysicalDeviceProperties2
query of VkPhysicalDeviceDescriptorIndexingPropertiesEXT props.
Tobin Ehlis [Fri, 11 May 2018 17:11:34 +0000 (11:11 -0600)]
layers:Moving to GPDF2
Update layer_data struct to track safe_VkPhysicalDeviceFeatures2 struct
instead of VkPhysicalDeviceFeatures. Currently just doing previous
checks using the VkPhysicalDeviceFeatures member of GPDF2 struct. Will
follow-on with checking against extension structs.
Tobin Ehlis [Fri, 11 May 2018 13:39:16 +0000 (07:39 -0600)]
layers:Store GPDF2 struct
In PHYSICAL_DEVICE_STATE track safe_VkPhysicalDeviceFeatures2 instead
of the old VkPhysicalDeviceFeatures. Initially just passing the
VkPhysicalDeviceFeatures of VkPhysicalDeviceFeatures2 wherever this was
used. This is laying groundwork to start using/comparing extended
features in core validation.
Tobin Ehlis [Fri, 11 May 2018 16:09:41 +0000 (10:09 -0600)]
icd:Fix Windows build
Make sure we generate vk_typemap_helper.h for mock icd.
Cort Stratton [Wed, 2 May 2018 00:18:06 +0000 (20:18 -0400)]
layers: add missing VkFormatFeatureFlags checks
Checks for TRANSFER_SRC / TRANSFER_DST formats were added to:
- vkCmdClearColorImage
- vkCmdCopyImage
- vkCmdResolveImage
- vkCmdCopyImageToBuffer
- vkCmdCopyBufferToImage
These checks require VK_KHR_maintenance1 or Vulkan 1.1.
Existing checks were adapted to use the new helper function:
- vkCmdClearDepthStencilImage
- vkCmdBlitImage
Cort Stratton [Fri, 4 May 2018 18:35:18 +0000 (14:35 -0400)]
layers: Add GetApiVersion() helper
Dave Houlton [Tue, 8 May 2018 20:58:01 +0000 (14:58 -0600)]
layers: fix imageview 3D layout transition
Fix an oversight when recording a 3D image subresource layout transition
that is set by way of a 2D or 2D_ARRAY image view.
Change-Id: Ifbf7645fb2705fef6f82030f4e3e1da0e9da2f2c
Jeremy Kniager [Wed, 9 May 2018 20:23:32 +0000 (14:23 -0600)]
demos: Add MacOS surface output to vulkaninfo
Added output for a MacOSSurface in vulkaninfo
and modified the CMake files to include the
new files needed for this change:
metal_view.m Objective-C code to hook into Metal
metal_view.h metal_view.m's header file
Change-Id: Ib7f9185a86703b2a300b2ce3be46f130c90d1b6b
Tobin Ehlis [Wed, 9 May 2018 22:39:27 +0000 (16:39 -0600)]
icd:Add support for extended features queries
Update mock ICD generator so that if we have an extension that's been
promoted to core, the core version will call any existing custom
implementation of the extension function.
Update Features query to detect the two existing extension structs
(VkPhysicalDeviceDescriptorIndexingFeaturesEXT and
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT) and enable all of
those features when those queries are present.
Lenny Komow [Wed, 9 May 2018 17:09:58 +0000 (11:09 -0600)]
loader: Fix gcc 8.1 cast warning
Change-Id: Id8f0301c4f208d185abe2cc3df71021cb4aa29b1
Lenny Komow [Wed, 9 May 2018 16:48:41 +0000 (10:48 -0600)]
loader: Fix unhandled out of memory errors
Change-Id: I3b672a9d54e1509b550407f1b4ffae58b48beb85
Martin Blanchard [Wed, 9 May 2018 21:47:12 +0000 (22:47 +0100)]
loader: Remove duplicated delimiting chars in paths
Before loading a manifest file, its full path is strcmp() with already
loaded ones in order not to load the same file twice. While being simple
and efficent, this mechanism is not able to detect subtle duplicates
like these:
/usr/share/vulkan/icd.d/intel_icd.x86_64.json
/usr/share//vulkan/icd.d/intel_icd.x86_64.json
This patch ensure that searched paths do not contains such duplicated
directory delimiting characters in order to avoid this kind of problem.
Fixes #2331
Fixes #2629
William Henning [Fri, 4 May 2018 19:08:05 +0000 (13:08 -0600)]
tests: Fix min image transfer granularity test
This test as written was guaranteed to be skipped. It would skip the
test if the first graphics queue family found had a
minImageTransferGranularity with a width, height, or depth of less
than 4. The spec guarantees that any graphics queue family's min
transfer granularity will be 1 for the width, height, and depth. The
rewritten test is now only skipped if no queue supporting copy
operations is found with a large enough granularity.
Also the usage flags on the src and dst image needed to be fixed.
Additionally, the extent of the copies dst and src images were changed
to always be multiples of the min transfer granularity.
Finally, I added a device profile that has a queue with a large enough
min transfer granularity to not skip this test.
Chris Forbes [Fri, 4 May 2018 00:36:39 +0000 (17:36 -0700)]
layers: Rework attachment use conflict checks
Previously buffer_validation covered part of this, but not everything.
V2: - Fix repeated ATTACHMENT_RESOLVE where I meant ATTACHMENT_PRESERVE
- Fix camelcase noise in a bunch of places
- Rename VkAttachmentReference& variables to attachment_ref to avoid
attachment.attachment etc.
- clang-format tidy-up
- Move positive case to VkPositiveLayerTest
Chris Forbes [Fri, 4 May 2018 00:10:50 +0000 (17:10 -0700)]
layers: Do renderpass dag validation before call
Previously this would contribute to skip /after/ the call, which
accomplishes nothing.
Shannon McPherson [Thu, 3 May 2018 16:16:45 +0000 (10:16 -0600)]
demos: Unify capitlization in json output
Change-Id: Ie74c686af656e346789b30ec1aba41457170c6d2
Shannon McPherson [Wed, 2 May 2018 22:28:00 +0000 (16:28 -0600)]
demos: Add help options to vulkaninfo
Change-Id: I43886920e5ce1feb2e293ed46a3e8c23a217ca69
Dave Houlton [Fri, 4 May 2018 18:37:44 +0000 (12:37 -0600)]
layers: fix a multiplane imageview bug
Change-Id: If11059dca9716a90134d9d362351634fa07a8ecd
Shannon McPherson [Wed, 2 May 2018 21:24:37 +0000 (15:24 -0600)]
layers: Track display and display mode objects
Add VkDisplayKHR and VkDisplayModeKHR tracking to
VK_LAYER_LUNARG_object_tracker.
Change-Id: I63004cfe734793593bea12700ea9cd1bdefeab0d
Cort Stratton [Fri, 4 May 2018 05:12:23 +0000 (01:12 -0400)]
layers: image transfer granularity check fixes
- Use appropriate VUIDs for all checks
- Update tests to check for VUIDs instead of message substrings
- Image granularity tests should be also be run on compressed images.
They're *mostly* redundant with existing compressed-format-only checks,
but I can't convince myself that they're *always* redundant, and the
spec doesn't say to skip them.
- Removed comments that the checks should be moved elsewhere; IMO they're
fine where they are, but I welcome second opinions.
- Compressed-format alignment checks should also apply to _422 single-plane
formats.
Mark Lobodzinski [Thu, 3 May 2018 19:16:52 +0000 (13:16 -0600)]
layers: Fix down-chain null funcptr crashes
Modified dispatch table helper to replace null device extension
function pointers with an appropriate stub function.
Change-Id: If5e22333f084d3f41c0eefdf3e82c9060b872e8c
Liam Middlebrook [Thu, 3 May 2018 22:52:32 +0000 (15:52 -0700)]
demos: Fix cube ActualTimeLate function
The ActualTimeLate function in cube.c is supposed to check if a
VkPastPresentationTimingGOOGLE structure indicates that the
presentation happened within a refresh-cycle duration of the
desired presentation time.
However currently ActualTimeLate will always return false, because
it is calculating the presentation deadline as `actual + rdur`.
This change calculated the presentation deadline as
`desired + rdur`.
Reviewed-by: Andy Ritger <aritger@nvidia.com>
Karl Schultz [Wed, 2 May 2018 00:32:06 +0000 (18:32 -0600)]
tests: Add tests for indexed draw checking
New tests to exercise new checks for indexed draw count and offset.
Add VkRenderFramework::DestroyRenderTarget() and call it from
VkTriangleTest so that VkTriangleTest cleans up after itself,
allowing it to be called multiple times within a single framework
instantiation.
Introduce VkBufferObj as a typedef for vk_testing::Buffer.
Fixes #2448
Change-Id: Iab513c7f50ef390c210ea76e7ef3f67d7e3d40f8
Karl Schultz [Thu, 3 May 2018 01:40:34 +0000 (19:40 -0600)]
layers: Add checks for indexed draw count/offset
Check that the first index and index count are within the bounds
of an index buffer for DrawIndexed, taking into account any
offset specified in the binding of the index buffer.
Fixes #2448
Change-Id: I47a1acbf0bb0e586692c75380d8d43a1c72450fd
Cort Stratton [Thu, 3 May 2018 17:42:10 +0000 (13:42 -0400)]
layers: remove duplicate GetEnabledExtensions() function
William Henning [Wed, 2 May 2018 16:42:26 +0000 (10:42 -0600)]
tests: Clean up MapMemWithoutHostVisibleBit test
Simplified this test by removing an uneccessary creation of a VkImage.
Instead, the test now just directly allocates unmappable memory and
attempts to map it.
Mark Lobodzinski [Tue, 1 May 2018 18:58:13 +0000 (14:58 -0400)]
layers: Remove Fill Memory warnings
Implementation was incomplete, and had been reduced to producing
non-specified warnings.
Change-Id: I34a4bbf1f572f337b5f9f9316e9717f52645d8dc
John Zulauf [Tue, 1 May 2018 19:28:27 +0000 (13:28 -0600)]
layers: Fix segv during DebugReportCallback setup
Change debug log message to use correct VkObjectType to
VkDebugReportObjectTypeEXT method, avoiding the index out-of-bounds
lookup that caused a SEGV.
Change-Id: Ibb6e485eccb36ff0e9b49f0722d8f2d0bf660982
John Zulauf [Thu, 26 Apr 2018 22:30:39 +0000 (16:30 -0600)]
layers: PreRecord Free/Destroy calls
To avoid Destroy/Create and Free/Alloc race conditions (when a driver
returns a destroyed(freed) handle between the PreCall and PostCall
phases of a validation intercept routine, PostCallRecord functionality
has been moved to PreCall. This affects the following calls
FreeMemory
DestroyFence
DestroySemaphore
DestroyEvent
DestroyQueryPool
DestroyBuffer
DestroyBufferView
DestroyImage
DestroyImageView
DestroyPipeline
DestroySampler
DestroyDescriptorSetLayout
DestroyFramebuffer
DestroyRenderPass
FreeDescriptorSets
Did not alter the destroy functions for Instance, Device, or the Debug
or layer extensions.
Change-Id: I5133982eaa1a0c94283fa922d9c3bcc90b5a6223
Slawomir Cygan [Tue, 24 Apr 2018 15:18:26 +0000 (17:18 +0200)]
core validation: extend CLEAR LOAD_OP check to new DS image layouts
Extend check for load operation vs first time use image layout to
new read-only depth stencil image layouts.
The new layouts were added in VK_KHR_maintenance2 / Vulkan 1.1
and follow similar restrictions to VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL.
Spec:
"
For any member of pAttachments with a loadOp equal to VK_ATTACHMENT_LOAD_OP_CLEAR,
the first use of that attachment must not specify a layout equal to
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL.
For any member of pAttachments with a stencilLoadOp equal to VK_ATTACHMENT_LOAD_OP_CLEAR,
the first use of that attachment must not specify a layout equal to
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL.
"
Cort Stratton [Wed, 25 Apr 2018 20:44:08 +0000 (13:44 -0700)]
tests: test behavior when dualSrcBlend feature is disabled
Cort Stratton [Wed, 25 Apr 2018 05:20:11 +0000 (22:20 -0700)]
layers: validate dual-source-blend factors
Fixes #2614
Fixed the following issues with the previous checks:
- Only alpha blend factors were checked
- The checks did not use the individual VUIDs for
each blend factor field
- The check was being run at pipeline bind time,
not pipeline creation time
Nick Sarnie [Sun, 22 Apr 2018 22:44:48 +0000 (18:44 -0400)]
layers: Install into the data root directory
The layers files fit are not really configuration files and are rarely
edited by users. So, let's move the install location into the
data root directory.
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
John Zulauf [Wed, 25 Apr 2018 21:40:32 +0000 (15:40 -0600)]
layers: Add missing promoted device extensions
Add three missing device extensions to promoted device extensions list
in vk_extension_helper codegen.
VK_KHR_relaxed_block_layout
VK_KHR_shader_draw_parameters
VK_KHR_storage_buffer_storage_class
Change-Id: I392155d318ca580e576436ef46695218e5eb446e
John Zulauf [Wed, 25 Apr 2018 21:28:47 +0000 (15:28 -0600)]
layers: Sort promoted extensions list
For ease of maintenance, sort the promoted extension lists.
Change-Id: Ib1d690d55c6b9c3a156c9682fbe96bbebed17c14
Dave Houlton [Mon, 16 Apr 2018 17:46:56 +0000 (11:46 -0600)]
layers: multiplane view format compatibility
Add check for compatible format when creating an imageview of a
plane of a multiplane image.
Add test to exercise.
Change-Id: Id3388aa49b42a16e84dc1d459121ee908b2e5f0f
Shannon McPherson [Fri, 20 Apr 2018 20:51:36 +0000 (14:51 -0600)]
demos: Sort most vkinfo output alphanumerically
Sections left unsorted: Presentable Surfaces, VkQueueFamilyProperties,
and Format Properties
Change-Id: I075a6897c3070f70d7073c22e7100c49c19073a3
John Zulauf [Mon, 16 Apr 2018 17:00:43 +0000 (11:00 -0600)]
layers: Implement extension dependency validation
Add CreateInstance and CreateDevice validation checks for extension
dependencies.
VALIDATION_ERROR_1fc00ad6
VUID-vkCreateDevice-ppEnabledExtensionNames-01387
VALIDATION_ERROR_21200ad8
VUID-vkCreateInstance-ppEnabledExtensionNames-01388
Change-Id: Ia78f15494f10a1eca6a2a33e3a22d769b5d38785
John Zulauf [Thu, 12 Apr 2018 21:47:26 +0000 (15:47 -0600)]
layers: Add string_join utility
Added utility modelled on script languague "join" command for
concatenating collections of strings (of various types).
Change-Id: Ia6ee7a144e7abc49a3356e9e20802706191947c1
John Zulauf [Thu, 12 Apr 2018 21:34:39 +0000 (15:34 -0600)]
layers: Add dependency info to vk_extension_helper
Add additional metadata to *Extensions structs to enable extension
dependency validation at CreateInstance CreateDevice time.
Refactor the code generator for the extension helper prior to
refactoring the generated code to address an incomplete.
Change-Id: I79ae680d9c41f1f153ee8108d4deac8ec8c5a886
John Zulauf [Thu, 12 Apr 2018 20:24:57 +0000 (14:24 -0600)]
layers: Refactor codegen for vk_extension_helper
Refactor vk_extension helper prior to adding extension dependency
information to code gen. Refactor to simplify feature addition.
Change-Id: I7b2902dd1a4070c83810f57c0836b50cb6ecfb86
John Zulauf [Thu, 12 Apr 2018 19:15:47 +0000 (13:15 -0600)]
loader: Eliminate warning for uninitialized value.
Added default value to severity to kill a Linux warning.
Change-Id: Iaf3e62a0fa01d74874aaec4951f9a2aa38479ca0
John Zulauf [Tue, 10 Apr 2018 19:12:34 +0000 (13:12 -0600)]
layers: Sort extension order for extension helper
Sorted the extensions by name s.t. the output of the vk_extension_helper
generator would be consistent run-to-run.
Change-Id: Ief3d822b91260e469f7f2d563076d8a79f1a1bf0