aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.c
AgeCommit message (Expand)Author
2017-12-15demos: GH1054, make cube shaders inlinePetr Kraus
2017-12-01demos: Fix barrier settings for texture in cube demosKarl Schultz
2017-11-02demos: Clarify cube --present_mode optionMike Schuchardt
2017-10-10demos: Use correct type for alphaMode in display surfaceWladimir J. van der Laan
2017-08-16android: Updates for NDK r15Cody Northrop
2017-08-14demos: Add compositeAlphaFlags fix to cube.cTony Barbour
2017-07-28demos: Fix cube to use correct pipeline stage for barrierTony Barbour
2017-07-14demos: Clang-format Wayland and cube.cpp refactorJoey Bzdek
2017-07-14demos: Add Wayland input handling to cubeJoey Bzdek
2017-06-29demos: Use do-while instead of clunky whileTony Barbour
2017-06-20demos: Destroy instance after closing Xlib connectionKarl Schultz
2017-06-14demos: Modify correct uniform buffer for next frameTony Barbour
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