aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/vkmark
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* benchmarks/vkmark: update to 2017.08.24Jan Beich2021-03-162-6/+5
| | | | | | | Changes: https://github.com/vkmark/vkmark/compare/6aad03d...53abc4f Notes: svn path=/head/; revision=568531
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-121-0/+1
| | | | Notes: svn path=/head/; revision=568184
* benchmarks/vkmark: update to 2017.08.23Jan Beich2021-03-072-6/+5
| | | | | | | Changes: https://github.com/vkmark/vkmark/compare/e8c0720...6aad03d Notes: svn path=/head/; revision=567797
* benchmarks/vkmark: expose KMS console supportJan Beich2021-01-282-1/+7
| | | | Notes: svn path=/head/; revision=563152
* benchmarks/vkmark: adjust DRM option descriptionJan Beich2020-12-281-1/+1
| | | | | | | | | Windowless can mean a window without border, so mention console. GBM needs KMS-backed console as EFI and text mode won't work. Simply loading DRM drivers after boot is enough. Notes: svn path=/head/; revision=559445
* benchmarks/vkmark: add new portJan Beich2020-12-274-0/+103
vkmark is an extensible Vulkan benchmarking suite with targeted, configurable scenes. https://github.com/vkmark/vkmark Notes: svn path=/head/; revision=559353