| Age | Commit message (Collapse) | Author |
|
When setting device format properties, don't set color attachment-
related bits for DS formats and don't set DS attachment bit for
color formats.
Fixes #445
|
|
- Update known-good
- Generate source
Change-Id: Iecb34b6221526dc5c6153c736fce894488989066
|
|
Change-Id: Ia9b1679188505a765c33b14aab46749f823f4a23
|
|
Updated to the latest MoltenVK tag.
|
|
Change-Id: I0ff94c9c09707fd6a49cefa62e32e719e207b721
|
|
- Update known-good
- Generate source
Change-Id: I8f49422f152ad353658cb753f24564b76591d415
|
|
distutils.dir_util.mkpath will not re-create a directory if it has been
removed with shutil.rmtree because it caches the filesystem under the
hood. This was causing the clone retry to fail on the second iteration
every time.
Switch to using os.makedirs for equivalent functionality without the
cache.
|
|
- Update known-good
- Generate source
- Fix scripts/generate_vulkan_wrapper.py
- Handle new version macros in vulkan_core.h
- Recognize beta/provisional platform guard
- Skip extensions without commands
Change-Id: Ie1518aaa6fbf6ca996023fbd82f299a48759215e
|
|
Change-Id: I143c725923e9a321df22df97510b54e8f3c05cb2
|
|
Change-Id: If0b16b533b03b47b5c5a415d28f0b08a71a48f0b
|
|
- Update known-good
- Generate source (no changes)
Change-Id: Idb543c5c0b078db219c6cf60dc03f4d46460e808
|
|
- Update known-good files
- Generate source code
Change-Id: I70583ff146c19cd275c6271e4f4f3ce1b93b4d0d
|
|
Change-Id: I3075c06220d9b02a3eb9b2e6846a13b9ceea1abe
|
|
Changes:
- Update `known_good.json`
Change-Id: I080c0ff260ed5c43ca0228b7d88bf4232628360c
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: Id1d05f65733d366d729b7f9016a3613e7a795ec9
|
|
Change-Id: I485d3f9a893cb9f869d11fb487f986c42db9b88d
|
|
- Update `known_good.json`
- Generate new source files
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I5eaeea833fb6f3921c64308edeee6e33440eebea
|
|
Change-Id: Ib7f338d1aac2212d9b3278c2c58c9742d97aae79
|
|
Change-Id: Ie2533ad22e4bf9672f749138baddc0313169d09b
|
|
Change-Id: I0ab7bf0e4bc9a532aee55925e95c11aea936845e
|
|
Changes:
- Updated `known_good.json`
Change-Id: Id323bc01fcd97672ef31c73021e683d56a5f2cd5
|
|
Instead of selecting GPU 0, prefer dGPU, iGPU, vGPU, CPU, OTHER.
In that order.
If user selects specific gpu_number (including 0), use only
that and don't fallback to anything else, even when incorrect.
|
|
|
|
|
|
VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME would be defined
|
|
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I83402ae9bf0495e1105d124feedfa2ced92a9647
|
|
|
|
Previously it was returning the time in microseconds.
This also fixes the use of VK_GOOGLE_display_timing which requires a
time in nanoseconds.
|
|
vulkaninfo was triggering
VUID-vkGetPhysicalDeviceSurfaceCapabilities2KHR-pNext-02671 by not adding a
VkSurfaceFullScreenExclusiveWin32InfoEXT in the pNext chain of
VkSurfaceCapabilitiesFullScreenExclusiveEXT. This commit fixes it by adding
the struct and filling in HMONITOR with the 'current monitor' as gotten by
MonitorFromWindow with a default of using the primary monitor.
Change-Id: I025f66ef8e2d47ebb29ccd7361d3d162c644de09
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
- Updated `generate_vulkan_wrapper.py` and generated new
`vulkan_wrapper.cpp` and `vulkan_wrapper.h`
Change-Id: Idbce5923b21947d2121ed66159c7bd96ae7d0c8a
|
|
|
|
|
|
|
|
|
|
|
|
Multi-dimensional are already in the specification and don't cause any
issues for vulkaninfo
|
|
Changes:
- Updated `known_good.json`
Change-Id: I7cd06612c06213138173fb2b26f558313aa4b975
|
|
Doesn't alter current behavior.
Change-Id: I76cb0c4395741848667b2687d722b9b2245fb296
|
|
The json schema includes an array of extensions, yet vulkaninfo was not
printing them. This commit remedies that.
Change-Id: I4ae8627660f16d7c831704ba4b082870b5e62bb5
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I6a07892e429a0b81c82ac26bed465caa04d7fb01
|
|
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I944e4a38d50935b9078ea9c11cbd467c5e621f53
|
|
Don't report VK_KHR_portability_subset as being supported.
Change-Id: I84fa925cee23d3a28ca2726972cb9820c03c619c
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I2f782250bff8bedda4991c45278adf1bf2ae0261
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I14bda6d91e80d48602697f64fdc8bdf4651580e9
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I0186805bc6848e1f7912ede85ea8045be82beaec
|
|
Previous commit didn't contain all that were necessary.
Change-Id: I0983beb06d95dd316ece5b7ba52754e4ad180cbd
|
|
Whlie the main bits were properly guarded, several places should of
been which weren't, including a VK_EXT_NAME which caused compilation
to fail if VK_ENABLE_BETA_EXTENSIONS wasn't defined.
Change-Id: Ifa40f903c4affbf0c169076d9fe5dca522f82db4
|