History log of /external/vulkan-validation-layers/tests/test_common.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3cd96a2da93fa325b0d51369388f9b93798f6c80 10-Feb-2016 Karl Schultz <karl@lunarg.com> Remove Khronos confidential clause from license text.
/external/vulkan-validation-layers/tests/test_common.h
1fa32a803b1359b2709e94893307bcd748665ff5 04-Feb-2016 Karl Schultz <karl@lunarg.com> tests: Copyright updates
/external/vulkan-validation-layers/tests/test_common.h
28214d93ba1f53f4c229370afd8a5bd667273dea 25-Nov-2015 Mark Lobodzinski <mark@lunarg.com> wsi: Moved definition of CreateXxxSurface extension to CMakefile

Removed component-specific definitions
/external/vulkan-validation-layers/tests/test_common.h
051ae4bd4545590437d46268ac6992358cb48c13 24-Nov-2015 Mark Lobodzinski <mark@lunarg.com> wsi: Fix windows build issues
/external/vulkan-validation-layers/tests/test_common.h
5334eac2ac73f1b1e7365a6a5368e8f677c42ad7 30-Oct-2015 Ian Elliott <ian@lunarg.com> tests: Started converting test code to use the new WSI.
/external/vulkan-validation-layers/tests/test_common.h
329ca9eb16cdbee7a7644fb08ade7b3d3bb32e23 06-Nov-2015 David Pinedo <david@lunarg.com> Moved header files from include to include/vulkan
/external/vulkan-validation-layers/tests/test_common.h
37a43a64af08599b5fe5429c6c331f42f765fca9 22-Oct-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> bug-14542: Remove VK_UNSUPPORTED from success return codes
/external/vulkan-validation-layers/tests/test_common.h
0abdb66fa4e8e68904545af6df15cbe2116b6c43 07-Oct-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> layers: Fix Windows compiler warnings
/external/vulkan-validation-layers/tests/test_common.h
ac544f3737b45a5b35251100a3396aa8be397d8d 15-Sep-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> bug-14538: Remove validation error codes

https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14538
/external/vulkan-validation-layers/tests/test_common.h
a54b76ab3b7602bd4e7ff4ab9aaca77d388ed58e 04-Sep-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> bug-14538: Remove driver validation checks

Marked validation checks done in the driver with
TODOVV. Once we verify the check is covered in a
validation layer we can remove the driver code.
/external/vulkan-validation-layers/tests/test_common.h
eccbb37d3e11632ca38f587c01c056fe52dbd7b9 01-Sep-2015 Mark Lobodzinski <mark@lunarg.com> headers: Add vk_sdk_platform.h for Win/Linux differences
/external/vulkan-validation-layers/tests/test_common.h
7016f4f554a85b410cafffc1e2e6ca6d1f3694f9 13-Jul-2015 Mike Stroyan <mike@LunarG.com> tests: Add windows threading test support
/external/vulkan-validation-layers/tests/test_common.h
db1dbdd2f739e5c74cefb64dde1143f3163fb050 12-Jul-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> bug 14084: eliminate ERROR_INVALID_OBJECT_TYPE
/external/vulkan-validation-layers/tests/test_common.h
b25c9b9d8b1feba97169383a09bafd3bd57d402b 19-Jun-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> bug 13038: Remove support for multiple GPUs

https://cvs.khronos.org/bugzilla/show_bug.cgi?id=13038
/external/vulkan-validation-layers/tests/test_common.h
ac834520d19f081de4ea59a5bf02d2139e1a907a 02-May-2015 Courtney Goeltzenleuchter <courtney@LunarG.com> bug 13854: Remove memory references

header: 0.93.0
svn: 30980
/external/vulkan-validation-layers/tests/test_common.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/test_common.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/test_common.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/test_common.h
9c877b2147d35477396bd252a7199cead9f43fd8 28-Dec-2014 Chia-I Wu <olv@lunarg.com> tests: remove dependencies on xglgpu.h

Replace XglGpu by xgl_testing::PhysicalGpu. Replace MAX_GPUS by
XGL_MAX_PHYSICAL_GPUS.
/external/vulkan-validation-layers/tests/test_common.h
9dac52dd39acf55dfdfe544b495ae17d97d7a3c6 27-Dec-2014 Chia-I Wu <olv@lunarg.com> tests: use the new binding in blit tests

v2: Object::memories() return type changed
added test_error_callback()
/external/vulkan-validation-layers/tests/test_common.h
5ec6c02d2613ccc6838be7e907d67a61f452bc8f 02-Sep-2014 Courtney Goeltzenleuchter <courtney@LunarG.com> tests: Use full include path for gtest

For some reason, QtCreator doesn't like the include "gtest/gtest.h"
it just won't do symbol lookup.
/external/vulkan-validation-layers/tests/test_common.h
e099abd38a767a6bc3c604446f90fa45bba22d64 12-Aug-2014 Courtney Goeltzenleuchter <courtney@LunarG.com> tests: Add gpu class
/external/vulkan-validation-layers/tests/test_common.h