aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.c
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-02cube: Throttle rendering rather than presentationDamien Leone
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-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-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-05demos: Make spacebar pause work in cube demo (Linux).Karl Schultz
2016-12-09Demos: Add Mir warnings and placeholdersTony Barbour
2016-12-09Demos: Remove simultaneuos xlib and xcb support from cube*Tony Barbour
2016-11-21demos: Set attachment description flag bits in cubeTony Barbour
2016-11-15demos: Enable building combinations of xcb and xlibTony Barbour
2016-11-11demos: Call DeviceWaitIdle before DestroyDeviceTony Barbour
2016-10-28demos: Make present mode a command line optionTony Barbour
2016-10-28demos: Move staging texture to demo structTony Barbour
2016-10-28demos: Move command buffer creation out of layout utilTony Barbour
2016-10-21demos: Add src and dst stages to set_image_layoutTony Barbour
2016-10-20demos: Fix access masks when cube uses staging bufferTony Barbour
2016-10-18demos: Fix misspellingMike Weiblen
2016-10-18demos: Cube barrier changes from GH #1033Tony Barbour
2016-10-11cube.c: Remove excess tests from presentation fencesszdarkhack
2016-10-05demos - fix cube's present barrier's dstAccessMaskTony Barbour
2016-10-04demos: Clean up Windows build warningMark Lobodzinski
2016-10-04cube: demonstrate how to select other VkPresentModeKHR'sIan Elliott
2016-09-29demos: Set srcAccessMask correctly for present barriersTony Barbour
2016-09-28demos: Clean up logging for AndroidCody Northrop
2016-09-28demos: Enable validation for Android cubeCody Northrop
2016-09-22demos: Change cube to use FIFO present modeTony Barbour
2016-09-20demos: Use ownership barriers for separate queues in cubeTony Barbour
2016-09-20demos: Use queue search from spec exampleTony Barbour
2016-09-13demos: Fix issue of making Vulkan calls from callbackTony Barbour
2016-08-29demos: Update some of the WSI code to match the spec example codeIan Elliott
2016-08-25demos: Restore Wayland compile behavior in cubeTony Barbour