Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2017.08.36_1 17 Apr 2024 18:30:06 |
Jan Beich (jbeich) |
benchmarks/vkmark: convert to cmake:indirect |
2017.08.36_1 02 Mar 2024 07:48:29 |
Jan Beich (jbeich) |
benchmarks/vkmark: detect glm via cmake config after b35bdcd8fa50
Run-time dependency glm found: NO (tried pkgconfig and cmake)
Has header "glm/glm.hpp" : YES
Reported by: pkg-fallout |
2017.08.36_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
2017.08.36 12 Apr 2023 13:24:17 |
Jan Beich (jbeich) |
benchmarks/vkmark: update to 2017.08.36
Changes: https://github.com/vkmark/vkmark/compare/d872846...ab6e6f3 |
2017.08.29_4 17 Feb 2023 19:48:45 |
Jan Beich (jbeich) |
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. |
2017.08.29_3 17 Feb 2023 17:54:46 |
Jan Beich (jbeich) |
benchmarks/vkmark: unbreak without explicit --winsys after 2f23f1c7829d
$ vkmark
Error: Failed to get VT control mode: Inappropriate ioctl for device |
2017.08.29_2 21 Dec 2022 17:57:13 |
Jan Beich (jbeich) |
benchmarks/vkmark: limit wayland category to WAYLAND option |
2017.08.29_2 23 Sep 2022 13:55:44 |
Jan Beich (jbeich) |
benchmarks/vkmark: unbreak DRM (--winsys kms) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2017.08.29_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2017.08.29_1 20 Jul 2022 19:34:00 |
Yuri Victorovich (yuri) |
multimedia/assimp: Update 5.1.5 -> 5.2.4
Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions |
2017.08.29 20 Jul 2022 12:48:14 |
Jan Beich (jbeich) |
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) |
2017.08.29 16 May 2022 14:55:31 |
Jan Beich (jbeich) |
benchmarks/vkmark: update to 2017.08.29
Changes: https://github.com/vkmark/vkmark/compare/53abc4f...d872846 |
2017.08.24_2 12 May 2022 14:42:04 |
Jan Beich (jbeich) |
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;
^ |
2017.08.24_2 16 Nov 2021 04:42:29 |
Yuri Victorovich (yuri) |
multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW |
2017.08.24_1 23 Jul 2021 04:10:06 |
Jan Beich (jbeich) |
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 |
2017.08.24_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
2017.08.24 14 May 2021 23:50:47 |
Jan Beich (jbeich) |
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 |
2017.08.24 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2017.08.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2017.08.24 16 Mar 2021 00:24:05 |
jbeich |
benchmarks/vkmark: update to 2017.08.24
Changes: https://github.com/vkmark/vkmark/compare/6aad03d...53abc4f |
2017.08.23_1 12 Mar 2021 15:55:03 |
amdmi3 |
- Update math/glm to 0.9.9.8 |
2017.08.23 07 Mar 2021 23:23:41 |
jbeich |
benchmarks/vkmark: update to 2017.08.23
Changes: https://github.com/vkmark/vkmark/compare/e8c0720...6aad03d |
2017.08.21_1 28 Jan 2021 18:48:24 |
jbeich |
benchmarks/vkmark: expose KMS console support |
2017.08.21 28 Dec 2020 02:07:34 |
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. |
2017.08.21 27 Dec 2020 12:22:44 |
jbeich |
benchmarks/vkmark: add new port
vkmark is an extensible Vulkan benchmarking suite with targeted,
configurable scenes.
https://github.com/vkmark/vkmark |