non port: benchmarks/vkmark/Makefile |
SVNWeb
|
Number of commits found: 22 |
Wed, 12 Apr 2023
|
[ 13:24 Jan Beich (jbeich) ] ac1643e
benchmarks/vkmark: update to 2017.08.36
Changes: https://github.com/vkmark/vkmark/compare/d872846...ab6e6f3
|
Fri, 17 Feb 2023
|
[ 19:48 Jan Beich (jbeich) ] 7caa509
benchmarks/vkmark: unbreak --winsys kms by reverting a8f179d5f29c
VT_PROCESS fails with EPERM because open(2) with a terminal device
on BSDs (unlike Linux/Solaris) implies O_NOCTTY.
$ vidcontrol -s 1 </dev/ttyv0
$ vkmark
Error: Failed to set VT process control mode: Operation not permitted
This reverts commit a8f179d5f29c0392909d98f8780ae84f078e925f.
|
[ 17:54 Jan Beich (jbeich) ] a8f179d
benchmarks/vkmark: unbreak without explicit --winsys after 2f23f1c7829d
$ vkmark
Error: Failed to get VT control mode: Inappropriate ioctl for device
|
Wed, 21 Dec 2022
|
[ 17:57 Jan Beich (jbeich) ] 2cf1c15
benchmarks/vkmark: limit wayland category to WAYLAND option
|
Fri, 23 Sep 2022
|
[ 13:55 Jan Beich (jbeich) ] 2f23f1c
benchmarks/vkmark: unbreak DRM (--winsys kms)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 19:34 Yuri Victorovich (yuri) ] 249f65e
multimedia/assimp: Update 5.1.5 -> 5.2.4
Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
|
[ 12:48 Jan Beich (jbeich) ] 2948687 (Only the first 10 of 42 ports in this commit are shown above. )
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
|
Mon, 16 May 2022
|
[ 14:55 Jan Beich (jbeich) ] 7e5ae25
benchmarks/vkmark: update to 2017.08.29
Changes: https://github.com/vkmark/vkmark/compare/53abc4f...d872846
|
Thu, 12 May 2022
|
[ 14:42 Jan Beich (jbeich) ] c29b027
benchmarks/vkmark: mark BROKEN after 15d6e92d1fe4
../src/vkutil/pipeline_builder.cpp:204:12: error: no matching constructor for
initialization of 'ManagedResource<vk::Pipeline>'
return ManagedResource<vk::Pipeline>{
^ ~
../src/managed_resource.h:34:5: note: candidate constructor not viable: no known
conversion from 'ResultValue<vk::Pipeline>' to 'vk::Pipeline' for 1st argument
ManagedResource(T&& raw, Destructor&& destructor)
^
../src/managed_resource.h:40:5: note: candidate constructor not viable: requires
single argument 'rhs', but 2 arguments were provided
ManagedResource(ManagedResource&& rhs)
^
../src/managed_resource.h:28:8: note: candidate constructor (the implicit copy
constructor) not viable: requires 1 argument, but 2 were provided
struct ManagedResource
^
../src/managed_resource.h:32:5: note: candidate constructor not viable: requires
0 arguments, but 2 were provided
ManagedResource() = default;
^
|
Tue, 16 Nov 2021
|
[ 04:42 Yuri Victorovich (yuri) ] 135e04d (Only the first 10 of 12 ports in this commit are shown above. )
multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW
|
Fri, 23 Jul 2021
|
[ 04:10 Jan Beich (jbeich) ] 431eaa4
benchmarks/vkmark: unbreak after 22a85734ff71
===> vkmark-2017.08.24_1 depends on file:
/usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1
Reported by: pkg-fallout
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Fri, 14 May 2021
|
[ 23:50 Jan Beich (jbeich) ] 156537c
benchmarks/vkmark: unbreak on non-x86 after bfcd0e437af3
===> vkmark-2017.08.24 depends on file:
/usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1
PR: 255887
Reported by: linimon
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Mar 2021
|
[ 00:24 jbeich ]
benchmarks/vkmark: update to 2017.08.24
Changes: https://github.com/vkmark/vkmark/compare/6aad03d...53abc4f
|
Fri, 12 Mar 2021
|
[ 15:55 amdmi3 ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update math/glm to 0.9.9.8
|
Sun, 7 Mar 2021
|
[ 23:23 jbeich ]
benchmarks/vkmark: update to 2017.08.23
Changes: https://github.com/vkmark/vkmark/compare/e8c0720...6aad03d
|
Thu, 28 Jan 2021
|
[ 18:48 jbeich ]
benchmarks/vkmark: expose KMS console support
|
Mon, 28 Dec 2020
|
[ 02:07 jbeich ]
benchmarks/vkmark: adjust DRM option description
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.
|
Sun, 27 Dec 2020
|
[ 12:22 jbeich ]
benchmarks/vkmark: add new port
vkmark is an extensible Vulkan benchmarking suite with targeted,
configurable scenes.
https://github.com/vkmark/vkmark
|
Number of commits found: 22 |