| Age | Commit message (Collapse) | Author |
|
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
|
|
Allows a single worktree to be used by multiple platforms for builds.
Change-Id: I5078eaee6f62757ebb431fdc22405cab77d2356e
|
|
|
|
|
|
Print the Properties and Features of the KHR_porability_subset.
Requires a driver which supports the extension to get any usable
output.
Change-Id: I45d0d63108f0542868207247d0e6ec42b5a84b67
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I80afb66d2c1153fe06a1bb6098d0c33c27d40d25
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
Change-Id: I8899510f2c954d91a39241c88ae8371f4f973384
|
|
Changes:
- Updated `known_good.json`
Change-Id: Ia5b8ab0d3d0e0d822fac1aa34d600d8ef0e26699
|
|
Update the Travis configuration to use the most recently available
Android NDK, 21d (i.e. 21.3.6528147).
|