| Age | Commit message (Collapse) | Author |
|
DevSim requires this library, but it is only built in LVL if LAYERS
are built. Moved the generation of this library out of the layers
cmake file and into the root cmake file.
Change-Id: I1c633e981fa1843cfb49204d2ac130beb8d99dfc
|
|
Required for hassle-free linking to layer_utils lib.
|
|
Change-Id: Idd86d217020047efabc4634bfdb441f238a07519
|
|
This reverts commit 3d22f33e862d4bed46edbd5ee948f4ebe9c84a6f.
|
|
Commit 969ab0680dd434f0 ('api_dump: Support config file and logging on Android')
added a custom location for vk_layer_settings.txt on Android. However, commit
750837a5dedf524c81c (Merge branch 'trunk') ended up partly overwriting these changes,
breaking the functionality.
As a result, using the config file on Android hasn't worked since October 2016. This commit
restores the changes in the original commit to fix this.
|
|
Switch clang-format standard from the LLVM style to the
Google style for more consistency.
Change-Id: I247c4abc275d7873a91522e1e234198adaa24033
|
|
Bring all source files in the repo up to date with consistent
coding style/standard.
Change-Id: Iceedbc17109974d3a0437fc4995441c9ad7e0c23
|
|
Change-Id: I8a614f915ab9b61eca5b3b94f4cf43a33cacf250
|
|
Allows messages to be output from this layer in configurations with
no explicit output settings.
Change-Id: I17c604db7461ae10eedd0b3fb3f9440a6dc52eab
|
|
Change-Id: Idd440935f3329d017ba4ee21d9ce87e432eec98e
|
|
This reverts commit 2f50b5f4afa2198e13dfa8a80a460c15a6acc56c.
Change-Id: If67e7039a339ae39008a2c73f97b6a1eaedf1c3d
|
|
Enable output of a short message header containing definitions of
debug message types.
Change-Id: Ia84fb0e79d599b8d022b7d78267b7b6a0307823e
|
|
Allows layers to output error messages even if no vk_layer_settings.txt
config file is present. Sets defaults to LOG_MSG, error, stdout.
A layer settings file will override any default values. If no settings
file is present and an app creates a debug callback, the default
callbacks will be removed and unregistered.
Change-Id: I49f37189665816df58c258b9e9629f2bf76751c8
|
|
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
|
|
Change-Id: I318e3759829f33441e57aafedec1e9ec06d658c4
|
|
|
|
Removed vk_ext_debug_report.h (contents moved into vulkan.h)
Renamed debug report message enums
|
|
This reverts commit e260acfb96ea20945149ede6a250ef622ca7fd03.
The clang-format changes need to be postponed until just prior
to public release to facilitate MRs.
|
|
|
|
Conflicts:
demos/tri.c
layers/device_limits.cpp
layers/draw_state.cpp
layers/image.cpp
layers/mem_tracker.cpp
layers/param_checker.cpp
layers/vk_layer_logging.h
loader/debug_report.c
tests/layer_validation_tests.cpp
|
|
|
|
Conflicts:
layers/mem_tracker.cpp
Conflicts:
layers/draw_state.cpp
|
|
|
|
|
|
|
|
Windows doesn't define snprintf so we need to #define
it to what Windows does use in our SDK platform header.
|
|
|
|
|
|
|
|
|
|
|