History log of /external/vulkan-validation-layers/tests/vktestframework.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2ed46030755bf4c14fbc6634dd648a19919553f1 22-Dec-2017 Dave Houlton <daveh@lunarg.com> tests: Add a guard around noexcept in vktestbinding.h

VS2013 does not provide 'noexcept'. Layers had multiple occurences
of a NOEXCEPT macro to protect the VS2013 build. This commit
consolidates that macro to a single location in vk_sdk_platform.h,
which is also visible to the layer tests via test_common.h.

Updates the vktestbinding.h occurences of 'noexcept' to use the
NOEXCEPT macro.

Change-Id: I38bf8c08cda6fe75de78dff69050a913b47f91b1
/external/vulkan-validation-layers/tests/vktestframework.h
6e2361cac85d14217c1ea5b51f94b2835e6b3fb9 15-Nov-2017 Tobin Ehlis <tobine@google.com> tests:Add "--devsim" option

Add "--devsim" option to vk_layer_validation_tests. This will enable
the Device Simulation layer as the bottom layer on the stack.
It still requires the caller to set the VK_DEVSIM_FILENAME env var in
order to select the json profile that they want to test with.

When "--devsim" option is specified, the device_profile layer will not
be enabled by default when InitFramework() is called. Instead, any
tests that require the device_profile layer can call
EnableDeviceProfileLayer(). This function will cause the device profile
layer to replace the dev sim layer as the bottome layer on the stack.
/external/vulkan-validation-layers/tests/vktestframework.h
2c21fdc9827ded9506e54d09a5b70fcdddc9a949 05-Apr-2017 Chris Forbes <chrisforbes@google.com> tests: Remove no-spirv support from framework

The early ICDs that accepted GLSL with this header on the front are long
dead.
/external/vulkan-validation-layers/tests/vktestframework.h
cc7c305c82f6443c324165edb7af59f60fc87eeb 26-Jan-2017 Mark Lobodzinski <mark@lunarg.com> repo: Clang-format LVL source files using Google

Switch clang-format standard from the LLVM style to the
Google style for more consistency.

Change-Id: I247c4abc275d7873a91522e1e234198adaa24033
/external/vulkan-validation-layers/tests/vktestframework.h
da645714d39bbc1b934d4c600dba91ebb4e8d66a 08-Sep-2016 Mark Lobodzinski <mark@lunarg.com> tests: Clang-format vktestframework files

Change-Id: I7b69127fb64191d35cfd1995d07096d6bc1c1759
/external/vulkan-validation-layers/tests/vktestframework.h
43b53e83705f02245da6ae61e31273866a35b833 19-Apr-2016 Jon Ashburn <jon@lunarg.com> misc: Update licenses to Apache 2.0

Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
/external/vulkan-validation-layers/tests/vktestframework.h
3cd96a2da93fa325b0d51369388f9b93798f6c80 10-Feb-2016 Karl Schultz <karl@lunarg.com> Remove Khronos confidential clause from license text.
/external/vulkan-validation-layers/tests/vktestframework.h
99e9d1d74ff89ad3a0563b4ce8fc55de8734d0ec 03-Feb-2016 Karl Schultz <karl@lunarg.com> tests: Update copyright and apply clang-format
/external/vulkan-validation-layers/tests/vktestframework.h
55e270ba35534b24f3fd60930f129c18ec9e430f 02-Feb-2016 Tony Barbour <tony@LunarG.com> Remove all tests except for layer validation and doc validation
/external/vulkan-validation-layers/tests/vktestframework.h
3068b35b8b4fa868d049dee23a287eff7c059e28 17-Dec-2015 Courtney Goeltzenleuchter <courtney_g@comcast.net> tests: prevent redefinition warning
/external/vulkan-validation-layers/tests/vktestframework.h
474e9e4737e43a8e84183a85076212b5e3f52e8c 04-Dec-2015 Tony Barbour <tony@LunarG.com> Create a surface to find out what formats are presentable
/external/vulkan-validation-layers/tests/vktestframework.h
96cd795bb585711057cd90d37a2251419384c937 30-Oct-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> misc: Update author information

Author information was added to any file
with the standard license text.
Authors were added that added/changed >= 3%
of the lines of a file.
/external/vulkan-validation-layers/tests/vktestframework.h
8a17da586c0f31c72aefe229449d55ea18682be9 29-Oct-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> misc: switch copyright to Valve
/external/vulkan-validation-layers/tests/vktestframework.h
8e2f097c013646e6688ecd7041c6ebdd4372e5c2 22-Oct-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> WIP bug-14815: VkShaderStage
/external/vulkan-validation-layers/tests/vktestframework.h
0abdb66fa4e8e68904545af6df15cbe2116b6c43 07-Oct-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> layers: Fix Windows compiler warnings
/external/vulkan-validation-layers/tests/vktestframework.h
f4b83ed12f844daf00a29ceb003538c9c8ffbb11 22-Sep-2015 GregF <greg@LunarG.com> build: fixes for latest SPIR-V rev 31

Primarily, this deals with new binding field in metadata rather than having
location field do double duty.
/external/vulkan-validation-layers/tests/vktestframework.h
a696ee0a847c73829abe3c2a370098b11b8928e2 18-Sep-2015 Chris Forbes <chrisf@ijw.co.nz> tests: remove remaining ScopedUseGlsl use and support

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Tobin Ehlis <tobin@lunarg.com>
/external/vulkan-validation-layers/tests/vktestframework.h
1cfbd172f5e4f376d2e18ab079317b5e955cddf7 04-Jun-2015 Cody Northrop <cody@lunarg.com> tests: Switch to m_use_glsl and cleanup option parsing
/external/vulkan-validation-layers/tests/vktestframework.h
eb9130e35f3301cefaa546e56176e747065bc283 03-Jun-2015 Cody Northrop <cody@lunarg.com> tests: Add SPIR-V stripping/canonicalization to test framework
/external/vulkan-validation-layers/tests/vktestframework.h
2127e813ec023bc52e545b1c6ff08dabe472d4e5 25-May-2015 Chris Forbes <chrisf@ijw.co.nz> tests: Add ScopedUseSpv helper to remove some duplicated boilerplate

We're about to have a LOT more tests that use SPIR-V.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Tobin Ehlis <tobin@lunarg.com>
/external/vulkan-validation-layers/tests/vktestframework.h
f05ba085782062504def16708fa909a30305a2fc 19-May-2015 Tony-LunarG <tony@lunarg.com> tests: Changes to get --show-images to work on Windows
/external/vulkan-validation-layers/tests/vktestframework.h
25e3b839ae203c18a71ff950711137d9e753b2ee 21-May-2015 Tony Barbour <tony@LunarG.com> tests: Get tests running and compiling on Windows
/external/vulkan-validation-layers/tests/vktestframework.h
22a30866de6210d780995dfaaae39f1a73115aa0 22-Apr-2015 Tony Barbour <tony@LunarG.com> misc: Changes to clean up warnings in Release build
/external/vulkan-validation-layers/tests/vktestframework.h
ec69b9ccbadeabd878c375b04f94d126f6fb3bba 22-Apr-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> tests: white space cleanup
/external/vulkan-validation-layers/tests/vktestframework.h
5b66aa51f060c804e1804cf45909ed6489552c62 16-Apr-2015 Chia-I Wu <olv@lunarg.com> switch to VK_WSI_LunarG

Switch from VK_WSI_X11 to VK_WSI_LunarG

v2:

- split out glave changes
- redo mem_tracker changes
- rebase

Conflicts:

demos/cube.c
demos/tri.c

v3 (from Ian):

- Put "#if 0" around non-upstream members of VkDisplayPropertiesWSI.
/external/vulkan-validation-layers/tests/vktestframework.h
8205d901f17b1c76d89c956be235cf4e7a20a546 16-Apr-2015 Tony Barbour <tony@LunarG.com> Bug 13632 Header 84 Assorted questions and comments on vulkan.h
/external/vulkan-validation-layers/tests/vktestframework.h
382489d723fd0d3935da0dc7e1021c56c7b721d3 10-Apr-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> vulkan: beautification changes

TODO: verify vk-layer-generate.py

TODO: need to rename object tracker generator

v2: fix "python3 vulkan.py"
fix dead cod in tri introduced by rebase
beautify wsi_null.c (olv)
/external/vulkan-validation-layers/tests/vktestframework.h
0199918cdd982ea192f737dc8660be1c33883e68 09-Apr-2015 Tony Barbour <tony@LunarG.com> tests: Rename Xgl->Vk all test objects
/external/vulkan-validation-layers/tests/vktestframework.h
9cc421eb545767e22fd723dc573a7a3225261b1c 08-Apr-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> Stage 1 of rename

TODO: re-enable glave build, advance API for glave

v2: get rid of outdated code in tri introduced by rebase
rename wsi_null.c (olv)
/external/vulkan-validation-layers/tests/vktestframework.h