aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)Author
2017-06-12demos: Remove swapchain layer from demosMark Lobodzinski
2017-06-02demos: Fix fence sync after new throttling schemeTony Barbour
2017-05-23tests: use built-in gl_PositionJeremy Hayes
2017-05-12demos: gh1747 - Check for the installed libvulkan.so.1Timo Aaltonen
2017-05-02cube: Throttle rendering rather than presentationDamien Leone
2017-04-26demo/smoke Android build update: use latest cmake with Android Studioguanghuafan
2017-04-24vulkaninfo: Fix various entries in VkPhysicalDeviceFeatures outputTobias Markus
2017-04-12vulkaninfo: Add missing case for CPU deviceChris Forbes
2017-04-03demos: Remove DbgMsgs from incremental_present extIan Elliott
2017-04-03demos: Use VK_KHR_incremental_present extensionIan Elliott
2017-03-27cube: Remove most DbgMsg usage the VK_GOOGLE_display_timing extensionIan Elliott
2017-03-27cube: GH1609: Use VK_GOOGLE_display_timing extensionIan Elliott
2017-03-23demos: Wait for fences before destroying swapchainTony Barbour
2017-03-16build: Fix potentially uninitialized VS2015 warningJamie Madill
2017-03-15demos: Select alpha based on capabilities in cubeTony Barbour
2017-03-15demos:Add cube option --validate-checks-disabledTobin Ehlis
2017-03-13demos: Remove tabs from cube.cTony Barbour
2017-02-22demos: Use device local heap for depthJeremy Hayes
2017-02-16demos: Remove image layer referencesMark Lobodzinski
2017-02-15demos: Support cube on iOS and macOS via MoltenVKBill Hollings
2017-02-02cube: Error handling improvementsRobert Morell
2017-02-01demos: Add XInitThreads to xlib path of cubesTony Barbour
2017-01-31cube: Add direct to display supportDamien Leone
2017-01-31vulkaninfo: Kill printed whitespaceMark Lobodzinski
2017-01-31vulkaninfo: Print human-readable heap sizesTobias Markus
2017-01-27build: Enable declaration hiding warning on WindowsKarl Schultz
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski
2017-01-26repo: Clang-format c/cpp/h LVL files using LLVMMark Lobodzinski
2017-01-25demos: Protect smoke demo data file from c-fMark Lobodzinski
2017-01-19Vulkaninfo: Vulkaninfo crashes when DISPLAY is invalidArda Coskunses
2017-01-13demos: Add uniform buffer per swapchain image to cubeTony Barbour
2017-01-13demos: Cube quit ignoring NULL fence errorsTony Barbour
2017-01-13demos: Cube updated to use triple bufferingTony Barbour
2017-01-11demos: Fix static analysis warnings in vulkaninfoKarl Schultz
2017-01-11demos: smoketest: Add --flush option for tracingjoey-lunarg
2017-01-05demos: Make spacebar pause work in cube demo (Linux).Karl Schultz
2017-01-04build: Cleanup warnings when compiling with clangKarl Schultz
2016-12-12demos: Fix smoketest --c 20 hang on LinuxKarl Schultz
2016-12-09demos: Add very limited Wayland support to vulkaninfoTony Barbour
2016-12-09Cmake: Move all find_packages to base CMakeLists.txtTony Barbour
2016-12-09Demos: Add Mir warnings and placeholdersTony Barbour
2016-12-09Demos: Remove simultaneuos xlib and xcb support from cube*Tony Barbour
2016-12-09Demos: Add DEMOS_WSI_SELECTION to pick Linux wsi to useTony Barbour
2016-12-09Cmake: Add files needed to build with MirTony Barbour
2016-12-09Cmake: Move WSI compile decision to subdirectoriesTony Barbour
2016-12-08demos: Fix compile warning in smokeTony Barbour
2016-12-07smoke: Don't load validation layers by defaultCody Northrop
2016-12-06smoke: Port arg parsing from HologramCody Northrop
2016-12-06smoke: Allow Android to specify layers other than standard_validationCody Northrop
2016-12-06smoke: Add layers to Android APKCody Northrop