index
:
platform/upstream/Vulkan-Tools
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
tizen
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cube
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
build: Add build target for vkcube-wayland
Tony-LunarG
1
-40
/
+74
2021-12-12
Fix error messages upon failure to connect to window systems.
C Stout
2
-6
/
+4
2021-12-01
vkcube/vkcubepp: Add option to force validation errors
Mark Young
2
-2
/
+33
2021-10-08
vkcube: Reorder setting of pipeline stage flags
Eleni Maria Stea
1
-1
/
+1
2021-08-31
cubepp: Fix gitlab 828.
Jeremy Hayes
1
-5
/
+5
2021-07-07
vulkaninfo/cube: added support for FreeBSD
Eleni Maria Stea
2
-2
/
+2
2021-06-23
vkcube: Remove unused variable from Wayland build
Tony-LunarG
1
-8
/
+0
2021-06-17
cube: Handle occlusion where currentExtent == 0xFFFFFFFF
Joshua Ashton
1
-1
/
+1
2021-06-17
cube: Don't constantly call vkAllocateCommandBuffers and vkBeginCommandBuffer...
Joshua Ashton
1
-7
/
+7
2021-06-17
vkcube: Remove unused variable
Tony-LunarG
1
-2
/
+0
2021-06-16
vkcube: Fix alpha enum type
Tony-LunarG
1
-2
/
+2
2021-06-15
vkcube: fix crash on exit from double delete
richard-lunarg
2
-2
/
+0
2021-06-14
cube: Port Wayland impl from wl-shell to xdg-shell
Manuel Stoeckl
3
-41
/
+222
2021-06-11
vkcube: Fix compilier warnings
Tony-LunarG
2
-2
/
+3
2021-06-07
vkcube: Resize on SUBOPTIMAL if necessary
Tony-LunarG
2
-4
/
+14
2021-06-03
vkcube: Fix disturbed rotation after many iterations
Arman Uguray
2
-9
/
+4
2021-05-31
Trigger demo quit from applicationWillTerminate
Jake Turner
6
-6
/
+38
2021-03-15
cube: Select phy device for DISPLAY
Tony-LunarG
2
-22
/
+66
2021-01-28
vkcube: Fix compiler warning
Tony-LunarG
1
-3
/
+3
2021-01-15
vkcube: Add options --width and --height to specify width and height
Nicolas Caramelli
2
-6
/
+22
2021-01-12
vkcube: Improve GPU auto-selection
Witold Baryluk
2
-35
/
+114
2021-01-06
vkcube: portabilty extension as text so it builds on all platforms
Richard S. Wright Jr
2
-6
/
+5
2021-01-06
Defined VK_ENABLE_BETA_EXTENSIONS so that VK_KHR_PORTABILITY_SUBSET_EXTENSION...
Richard S. Wright Jr
2
-1
/
+2
2021-01-06
vkcube: Updated to support portability extension properly
Richard S. Wright Jr
2
-9
/
+20
2020-12-10
Make getTimeInNanoseconds get time in nanoseconds
Joe Hermaszewski
1
-8
/
+11
2020-09-29
build: Fix linux/windows build in single directory
Nathaniel Cesario
1
-1
/
+8
2020-09-29
Fixed paths for MoltenVK changes
richard-lunarg
2
-4
/
+4
2020-08-26
cube: satisfy clang-format
Biswapriyo Nath
1
-1
/
+1
2020-08-26
cube: Check _MSC_VER instead of _WIN32 for pragma directive
Biswapriyo Nath
2
-1
/
+3
2020-08-26
CMake: Check MSVC while deciding MSVC_VERSION
Biswapriyo Nath
1
-2
/
+2
2020-08-07
Fix formatting errors
Nicolas Caramelli
2
-9
/
+5
2020-08-07
Add support for VK_EXT_directfb_surface extension
Nicolas Caramelli
3
-1
/
+239
2020-07-17
cube: Add option to select phys device
Tony-LunarG
2
-5
/
+30
2020-05-07
build: Update known-good files for 1.2.140 header
Mike Schuchardt
1
-3
/
+3
2020-05-07
cube: Remove dependency on VK_DYNAMIC_STATE_RANGE_SIZE
Tony-LunarG
1
-1
/
+3
2020-05-01
cube: Do not set VK_LAYER_PATH in VS
Petr Kraus
2
-13
/
+0
2020-04-20
repo: Update the clang style from VVL
Petr Kraus
1
-6
/
+3
2020-04-13
build: Update known-good files for 1.2.137 header
Shannon McPherson
1
-1
/
+0
2020-04-06
cube: Pick non-SRGB surface formats first
Joshua Ashton
1
-3
/
+21
2020-04-06
cube: Remove unncessary VK_FORMAT_UNDEFINED check for surface formats
Joshua Ashton
1
-9
/
+2
2020-03-20
cube: Remove redundant memset
Charles Giessen
1
-1
/
+0
2020-03-19
build: Update known-good for 1.2.135 header
Shannon McPherson
1
-4
/
+2
2020-02-05
vkcube: fix unknown CMake command error
Timo Gurr
1
-0
/
+1
2019-12-19
cube: Leave uniform memory mapped
Tony-LunarG
2
-25
/
+15
2019-12-06
Revert "cube: Port Wayland impl from wl-shell to xdg-shell"
Tony-LunarG
3
-212
/
+41
2019-12-02
vkcube: Replace MoltenVK surfaces with Metal
Bill Hollings
5
-72
/
+34
2019-11-27
vkcube: Fix Cube Squishing on Resize
Jeremy Kniager
2
-17
/
+37
2019-11-25
cube: Port Wayland impl from wl-shell to xdg-shell
Manuel Stoeckl
3
-41
/
+212
2019-10-23
cube: Try to bind to wl_compositor v4
Georges Basile Stavracas Neto
1
-3
/
+7
2019-10-14
cube: Revert 1.1.114 SDK workaround for vkcube
Jeremy Kniager
2
-12
/
+0
[next]