aboutsummaryrefslogtreecommitdiff
path: root/graphics/vulkan-caps-viewer
Commit message (Collapse)AuthorAgeFilesLines
* graphics/vulkan-caps-viewer: update to 3.03Jan Beich2021-08-222-7/+7
| | | | | | | Changes: https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.03 Reported by: GitHub (watch releases) (cherry picked from commit c0ed4c5398a095a8aa3f56f400bd7d8795851b28)
* graphics/vulkan-caps-viewer: update to 3.02Jan Beich2021-07-082-7/+7
| | | | | | | Changes: https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.02 Reported by: GitHub (watch releases) (cherry picked from commit d4f6bf1fe10bb6d20a040c9e20f21ea078a150e5)
* graphics/vulkan-caps-viewer: update to 3.01Jan Beich2021-04-242-7/+7
| | | | | Changes: https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.01 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/vulkan-caps-viewer: update to 3.0Jan Beich2021-01-102-15/+9
| | | | | | | | Changes: https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=561102
* graphics/vulkan-caps-viewer: update to 2.21Jan Beich2020-09-262-7/+7
| | | | | | | | Changes: https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/2.21 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=550230
* graphics/vulkan-caps-viewer: correct used C++ standard (cosmetic)Jan Beich2020-09-011-1/+1
| | | | | | | vulkanCapsViewer.pro has CONFIG += c++11 Notes: svn path=/head/; revision=547237
* graphics/vulkan-caps-viewer: add new portJan Beich2020-09-013-0/+66
Client application to display hardware implementation details for GPUs supporting the new Vulkan API by Khronos. The hardware reports can be submitted to a public online database that allows comparing different devices, browsing available features, extensions, formats, etc. https://vulkan.gpuinfo.org/ Notes: svn path=/head/; revision=547227