Fix building errors from TV
[platform/upstream/Vulkan-Tools.git] / cube /
2023-02-08 Xuelian BaiFix building errors from TV
2023-01-19 Charles Giessencube: Check for width & height less are than zero
2023-01-19 Charles Giessencubepp: Make sure width & height are > 0
2023-01-18 Charles Giessenvkcube: Fix object type printing in 32 bit mode
2023-01-16 Jeremy Gebbenvkcube: Add more debug utils object names and cb labels
2023-01-10 Juan Ramosbuild: Update vulkan headers
2022-12-27 Juan Ramoscmake: Use PkgConfig to find DirectFB
2022-12-27 Juan Ramoscmake: Use PkgConfig to find X11
2022-12-27 Juan Ramoscmake: Use PkgConfig to find XCB
2022-12-01 Charles Giessencube & cubepp: Handle negative gpu selections
2022-12-01 Charles Giessencubepp: Set the apiVersion to 1.0
2022-11-10 Juan Ramoscmake: Use new VulkanHeaders cmake support
2022-11-09 Simon McVittiebuild: Compile vkcube and other demos, even when cross...
2022-10-26 Juan Ramoscmake: Remove illegal CMake code
2022-10-20 Juan Ramoscubepp: Fix presentKHR assert
2022-10-05 Jan Beichcube: silence -DNDEBUG warning for KHR_display after...
2022-08-31 Brad Smithvulkaninfo/cube: added support for OpenBSD
2022-05-26 Charles Giessenvkcubepp: Use correct extension for portability enumeration
2022-05-19 shironekocube: add null check on wl_*_destroy functions
2022-05-12 Mike Schuchardtcubepp: Fix VK_KHR_display compile error
2022-04-11 Charles Giessencube,vulkaninfo: Add portability_enumeration if present
2022-03-31 Charles Giessencubepp: Fix wayland regression
2022-03-31 Charles Giessencubepp: Fix regression in VK_KHR_display
2022-03-21 Charles Giessencubepp: Add debug utils messenger
2022-03-21 Charles Giessencubepp: Use uint32_t and Demo&
2022-03-21 Charles Giessenvkcubepp: Address feedback from code-review
2022-03-21 Charles Giessencubepp: Copy cubes swapchain format selection
2022-03-21 Charles Giessencubepp: Cleanup usage of C++ and vulkan.hpp
2022-02-18 Tony-LunarGbuild: Add install target for vkcube-wayland
2022-02-09 Jeremy HayesMake device selection output constistent
2022-02-02 Tony-LunarGbuild: Add build target for vkcube-wayland
2021-12-13 C StoutFix error messages upon failure to connect to window...
2021-12-01 Mark Youngvkcube/vkcubepp: Add option to force validation errors
2021-10-08 Eleni Maria Steavkcube: Reorder setting of pipeline stage flags
2021-08-31 Jeremy Hayescubepp: Fix gitlab 828.
2021-07-07 Eleni Maria Steavulkaninfo/cube: added support for FreeBSD
2021-06-23 Tony-LunarGvkcube: Remove unused variable from Wayland build
2021-06-17 Joshua Ashtoncube: Handle occlusion where currentExtent == 0xFFFFFFFF
2021-06-17 Joshua Ashtoncube: Don't constantly call vkAllocateCommandBuffers...
2021-06-17 Tony-LunarGvkcube: Remove unused variable
2021-06-16 Tony-LunarGvkcube: Fix alpha enum type
2021-06-15 richard-lunargvkcube: fix crash on exit from double delete
2021-06-14 Manuel Stoecklcube: Port Wayland impl from wl-shell to xdg-shell
2021-06-11 Tony-LunarGvkcube: Fix compilier warnings
2021-06-07 Tony-LunarGvkcube: Resize on SUBOPTIMAL if necessary
2021-06-03 Arman Ugurayvkcube: Fix disturbed rotation after many iterations
2021-05-31 Jake TurnerTrigger demo quit from applicationWillTerminate
2021-03-15 Tony-LunarGcube: Select phy device for DISPLAY
2021-01-28 Tony-LunarGvkcube: Fix compiler warning
2021-01-15 Nicolas Caramellivkcube: Add options --width and --height to specify...
2021-01-12 Witold Barylukvkcube: Improve GPU auto-selection
2021-01-06 Richard S. Wright Jrvkcube: portabilty extension as text so it builds on...
2021-01-06 Richard S. Wright JrDefined VK_ENABLE_BETA_EXTENSIONS so that VK_KHR_PORTAB...
2021-01-06 Richard S. Wright Jrvkcube: Updated to support portability extension properly
2020-12-10 Joe HermaszewskiMake getTimeInNanoseconds get time in nanoseconds
2020-09-29 Nathaniel Cesariobuild: Fix linux/windows build in single directory
2020-09-29 richard-lunargFixed paths for MoltenVK changes
2020-08-26 Biswapriyo Nathcube: satisfy clang-format
2020-08-26 Biswapriyo Nathcube: Check _MSC_VER instead of _WIN32 for pragma directive
2020-08-26 Biswapriyo NathCMake: Check MSVC while deciding MSVC_VERSION
2020-08-07 Nicolas CaramelliFix formatting errors
2020-08-07 Nicolas CaramelliAdd support for VK_EXT_directfb_surface extension
2020-07-17 Tony-LunarGcube: Add option to select phys device
2020-05-08 Mike Schuchardtbuild: Update known-good files for 1.2.140 header
2020-05-07 Tony-LunarGcube: Remove dependency on VK_DYNAMIC_STATE_RANGE_SIZE
2020-05-01 Petr Krauscube: Do not set VK_LAYER_PATH in VS
2020-04-20 Petr Krausrepo: Update the clang style from VVL
2020-04-13 Shannon McPhersonbuild: Update known-good files for 1.2.137 header
2020-04-06 Joshua Ashtoncube: Pick non-SRGB surface formats first
2020-04-06 Joshua Ashtoncube: Remove unncessary VK_FORMAT_UNDEFINED check for...
2020-03-20 Charles Giessencube: Remove redundant memset
2020-03-19 Shannon McPhersonbuild: Update known-good for 1.2.135 header
2020-02-05 Timo Gurrvkcube: fix unknown CMake command error
2019-12-19 Tony-LunarGcube: Leave uniform memory mapped
2019-12-06 Tony-LunarGRevert "cube: Port Wayland impl from wl-shell to xdg...
2019-12-02 Bill Hollingsvkcube: Replace MoltenVK surfaces with Metal
2019-11-27 Jeremy Kniagervkcube: Fix Cube Squishing on Resize
2019-11-25 Manuel Stoecklcube: Port Wayland impl from wl-shell to xdg-shell
2019-10-23 Georges Basile Sta... cube: Try to bind to wl_compositor v4
2019-10-14 Jeremy Kniagercube: Revert 1.1.114 SDK workaround for vkcube
2019-09-13 Tony-LunarGcube: Handle SURFACE_LOST return code
2019-07-26 Mike Schuchardtcube: Workaround macOS cube issue
2019-06-27 Mike Weiblencube: Fix DbgMsg() use of varargs
2019-06-17 Tony-LunarGcube: Add subpass dependencies
2019-06-14 Tony-LunarGcube: Fix compiler warning
2019-06-06 Tony-LunarGcube: Add usage message on Windows
2019-05-02 Jason ChenFix memory leak in `vkcube`.
2019-04-23 Dave Airliecube: fix scoping of some variables.
2019-04-23 Dave Airliecube: remove unused validation_layer_count.
2019-04-23 Dave Airliecube.cpp: fix uninit non-static member.
2019-04-09 Shannon McPhersonscripts: Update known good for 106 header update
2019-04-08 Mark Lobodzinskicube: Update cube apps to use Khronos val layer
2019-03-01 Jeremy Kniagermacos: Change LunarG Icons to Vulkan Logo
2019-02-27 Tony-LunarGAdd librt when necessary
2019-02-14 Petr Krausvkcube: Implement key events in Windows
2018-11-21 Tony-LunarGCube: Use c++_static instead of unsupported gnustl_stat...
2018-11-20 Lenny Komowcube: Update cube/vkcube naming
2018-11-13 Jeremy Kniagerbuild: Update MoltenVK commit and CMake files
2018-11-09 Jeremy Kniagercube: Fix fixup_bundle not set to proper cube
2018-11-08 Tony-LunarGRename cube and cubepp exes to vkcube and vkcubepp
next