scripts:Update stat script output
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / demos /
2016-12-12 Karl Schultzdemos: Fix smoketest --c 20 hang on Linux
2016-12-09 Tony Barbourdemos: Add very limited Wayland support to vulkaninfo
2016-12-09 Tony BarbourCmake: Move all find_packages to base CMakeLists.txt
2016-12-09 Tony BarbourDemos: Add Mir warnings and placeholders
2016-12-09 Tony BarbourDemos: Remove simultaneuos xlib and xcb support from...
2016-12-09 Tony BarbourDemos: Add DEMOS_WSI_SELECTION to pick Linux wsi to use
2016-12-09 Tony BarbourCmake: Add files needed to build with Mir
2016-12-09 Tony BarbourCmake: Move WSI compile decision to subdirectories
2016-12-08 Tony Barbourdemos: Fix compile warning in smoke
2016-12-07 Cody Northropsmoke: Don't load validation layers by default
2016-12-06 Cody Northropsmoke: Port arg parsing from Hologram
2016-12-06 Cody Northropsmoke: Allow Android to specify layers other than stand...
2016-12-06 Cody Northropsmoke: Add layers to Android APK
2016-11-24 Karl Schultzbuild: Fix cube.cpp build issues for Wayland
2016-11-21 Tony Barbourdemos: Set attachment description flag bits in cube
2016-11-18 joey-lunargvulkaninfo: Fix variable, struct and function names
2016-11-18 joey-lunargvulkaninfo: Add surface present modes
2016-11-18 Jeremy Hayesdemos: fix validation error
2016-11-18 Jeremy Hayesdemos: call DeviceWaitIdle before DestroyDevice
2016-11-18 Jeremy Hayesdemos: make present mode a command line option
2016-11-18 Jeremy Hayesdemos: move staging texture to demo struct
2016-11-18 Jeremy Hayesdemos: move cmd bfr creation out of layout util
2016-11-15 Tony Barbourdemos: Enable building combinations of xcb and xlib
2016-11-15 joey-lunargdemos: Fix compiler warning in smoketest
2016-11-14 Karl Schultzvulkaninfo: Fix unused label err for Windows
2016-11-14 Awais Belalvulkaninfo: fix segfault when DISPLAY is not set
2016-11-11 Tony Barbourdemos: Call DeviceWaitIdle before DestroyDevice
2016-11-10 Jeremy Hayesdemos: fix gcc warning
2016-11-10 joey-lunargdemos: Fix argument consistency for smoketest
2016-11-10 joey-lunargdemos: Add testing features for smoke
2016-11-10 joey-lunargdemos: Add Game class file for smoke
2016-11-08 Jeremy Hayesdemos: fix cubepp fence creation
2016-11-08 Lenny Komowbuild: Allow the use of a custom-named vulkan dll
2016-10-31 Tony Barbourdemos: Fix uninitialized variables in vulkaninfo
2016-10-28 Tony Barbourdemos: Make present mode a command line option
2016-10-28 Tony Barbourdemos: Move staging texture to demo struct
2016-10-28 Tony Barbourdemos: Move command buffer creation out of layout util
2016-10-27 John Zupinbuild: Update cmake files to use variables as destinati...
2016-10-27 Jeremy Hayesdemos: Add src and dst stages to set_image_layout
2016-10-27 Jeremy Hayesdemos: Fix access masks when cube uses staging bfr
2016-10-27 Jeremy Hayesdemos: Cube barrier changes from GH #1033
2016-10-27 Jeremy Hayescube.cpp: Remove excess tests from present fences
2016-10-21 Tony Barbourdemos: Add src and dst stages to set_image_layout
2016-10-20 Tony Barbourdemos: Fix access masks when cube uses staging buffer
2016-10-18 Mike Weiblendemos: Fix misspelling
2016-10-18 Tony Barbourdemos: Cube barrier changes from GH #1033
2016-10-17 Jeremy Hayesdemos: fix cubepp on wayland errors
2016-10-12 Mark Lobodzinskidemos: Add .py extension to smoke build script
2016-10-11 szdarkhackcube.c: Remove excess tests from presentation fences
2016-10-10 Mark Lobodzinskidemos: Fix Windows build warnrings
2016-10-09 Jeremy Hayesdemos: fix cubepp cross-platform build
2016-10-09 Jeremy Hayesdemos: fix uninitialized variable
2016-10-09 Jeremy Hayesdemos: fix cube cmake
2016-10-09 Jeremy Hayesdemos: fix uninitialized variable
2016-10-09 Jeremy Hayesdemos: clang-format cube.cpp
2016-10-09 Jeremy Hayesdemos: add cube cpp sample
2016-10-07 Karl Schultzdemos: Fix typo in vulkaninfo
2016-10-05 Tony Barbourdemos - fix cube's present barrier's dstAccessMask
2016-10-04 Mark Lobodzinskidemos: Clean up Windows build warning
2016-10-04 Ian Elliottcube: demonstrate how to select other VkPresentModeKHR's
2016-10-03 Karl Schultzbuild: gh52-CMake changes to enable make install on...
2016-09-29 Cody Northropdemos: Remove tri from Android build
2016-09-29 Tony Barbourdemos: Set srcAccessMask correctly for present barriers
2016-09-28 Tony Barbourdemos: Remove tri demo
2016-09-28 Cody Northropdemos: Clean up logging for Android
2016-09-28 Cody Northropdemos: Enable validation for Android cube
2016-09-28 Cody Northropdemos: Add APK with layers to cube
2016-09-27 Robert Braggdemos: s/X11_INCLUDE_DIRS/X11_INCLUDE_DIR/ typo
2016-09-26 Mike Stroyanbuild: Make windows build of demos parallel build safe
2016-09-23 Cody Northropdemos: Enable arm64 build of Smoke
2016-09-23 Cody Northropdemos: Update Smoke permissions for trace/replay
2016-09-23 Cody Northropdemos: Fix Smoke build for Android
2016-09-23 Cody Northropdemos: Update gradle properties for smoke
2016-09-23 Cody Northropdemos: Update smoke build script to be automatable
2016-09-22 Tony Barbourdemos: Change cube to use FIFO present mode
2016-09-22 Cody Northropdemos: Give Cube and Tri distinct app names
2016-09-22 Cody Northropdemos: Clean up APK creation for cube and tri
2016-09-20 Tony Barbourdemos: Use ownership barriers for separate queues in...
2016-09-20 Tony Barbourdemos: Use queue search from spec example
2016-09-13 Ian Elliottdemos: Give Android versions permissions for internet...
2016-09-13 Tony Barbourdemos: Fix issue of making Vulkan calls from callback
2016-09-12 Karl Schultzbuild: Fix CMake coding error
2016-09-12 Karl Schultzdemos: fix vulkaninfo warnings in display-only build
2016-09-12 Norbert NopperFix, that display only build under Linux works
2016-08-29 Ian Elliottdemos: Update some of the WSI code to match the spec...
2016-08-25 Tony Barbourdemos: Restore Wayland compile behavior in cube
2016-08-25 Mun Gwan-gyeongdemos: GH862 Fix build errors of demos (cube, vulkaninf...
2016-08-18 Mark Lobodzinskidemos: Clean up vulkaninfo source formatting
2016-08-13 Rene Lindsaydemos : SAM6 Flip projection matrix, instead of vertex...
2016-08-11 Lenny Komowdemos: Fix useless NULL check in cube and tri
2016-08-10 Tony Barbourdemos: Fix operator precedence problem with window...
2016-08-08 Tony Barbourdemos: Fix ifdefs to allow compilation without XLIB
2016-08-05 Tony Barbourdemos: Fix cube to handle >1 event per frame
2016-08-05 Cody Northropdemos: Fix Android build on OSX and Windows
2016-08-05 Mike Stroyandemos: Flip cube texture on android
2016-08-03 Ian ElliottFix Android build for mips64: NULL -> VK_NULL_HANDLE
2016-08-02 Tony Barbourdemos: Remove the need for QueueWaitIdle in cube
2016-08-02 Tony Barbourdemos: Use renderpass finalLayout to get to PRESENT_SRC_KHR
2016-07-29 Rene Lindsaydemos: Flip cube texture and TC's, so image is no longe...
2016-07-29 Rene Lindsaydemos: Remove unused function parameter.
next