Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
20220728 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 ) |
20220728 28 Jul 2022 16:07:15 |
Jan Beich (jbeich) |
graphics/waifu2x-ncnn-vulkan: update to 20220728
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20220728
Reported by: GitHub (watch releases) |
20220419 19 Apr 2022 19:33:01 |
Jan Beich (jbeich) |
graphics/waifu2x-ncnn-vulkan: update to 20220419
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20220419
Reported by: GitHub (watch releases) |
20210521 21 May 2021 15:53:55 |
Jan Beich (jbeich) |
graphics/waifu2x-ncnn-vulkan: update to 20210521
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20210521
Reported by: GitHub (watch releases) |
20210210 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210210 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210210 10 Feb 2021 14:46:04 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20210210
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20210210
Reported by: GitHub (watch releases) |
20210102 31 Jan 2021 01:17:52 |
jbeich |
aarch64 support OpenMP since FreeBSD 12.2 |
20210102 02 Jan 2021 12:57:28 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20210102
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20210102
Reported by: GitHub (watch releases) |
20200818 23 Dec 2020 20:12:36 |
jbeich |
devel/glslang: move to graphics/ where shaderc is |
20200818 23 Dec 2020 20:12:15 |
jbeich |
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related. |
20200818 21 Oct 2020 20:30:15 |
pkubaj |
graphics/waifu2x-ncnn-vulkan: fix build on powerpc*
Merge
https://github.com/Tencent/ncnn/commit/7ace8a933db1da8e9734b3988f332dbf672d4dd2
MFH: 2020Q4 (fix build blanket) |
20200818 18 Aug 2020 17:46:48 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200818
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20200818
Reported by: GitHub (watch releases) |
20200606_3 08 Aug 2020 20:50:12 |
jbeich |
graphics/waifu2x-ncnn-vulkan: back out r539374
ncnn API is not stable, updates frequently break this port.
Binary is also smaller when using bundled ncnn.
$ size $(which waifu2x-ncnn-vulkan)
text data bss dec hex filename
-7245567 242384 58992 7546943 73283f /usr/local/bin/waifu2x-ncnn-vulkan
+3281223 3152 58840 3343215 33036f /usr/local/bin/waifu2x-ncnn-vulkan
$ waifu2x-ncnn-vulkan -i foo.png -o bar.png
[0 Intel(R) HD Graphics 530 (SKL GT2)] queueC=0[1] queueG=0[1] queueT=0[1]
[0 Intel(R) HD Graphics 530 (SKL GT2)] bugsbn1=0 buglbia=0 bugcopc=0
bugihfa=0
[0 Intel(R) HD Graphics 530 (SKL GT2)] fp16p=1 fp16s=1 fp16a=1 int8s=1
int8a=1
pipeline specialization count mismatch, expect 4 but got 1 (Only the first 15 lines of the commit message are shown above ) |
20200606_2 28 Jul 2020 18:04:32 |
jbeich |
graphics/waifu2x-ncnn-vulkan: rebuild after r543619 |
20200606_1 16 Jun 2020 17:53:38 |
jbeich |
graphics/waifu2x-ncnn-vulkan: back to misc/ncnn (like before r537055) |
20200606 06 Jun 2020 13:50:41 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200606
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200530...20200606
Reported by: GitHub (watch releases) |
20200530 30 May 2020 07:14:43 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200530
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200414...20200530
Reported by: GitHub (watch releases) |
20200414 14 Apr 2020 17:33:39 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200414
Previous version stopped building after r531698:
src/waifu2x.cpp:123:34: error: no matching member function for call to 'create'
waifu2x_preproc->create(waifu2x_preproc_tta_int8s_spv_data,
sizeof(waifu2x_preproc_tta_int8s_spv_data), "waifu2x_preproc_tta_int8s",
specializations, 9, 9);
~~~~~~~~~~~~~~~~~^~~~~~
/usr/local/include/ncnn/pipeline.h:44:9: note: candidate function not viable:
requires 4 arguments, but 6 were provided
int create(VkShaderModule shader_module, const
std::vector<vk_specialization_type>& specializations, int binding_count, int
push_constant_count);
^
/usr/local/include/ncnn/pipeline.h:40:9: note: candidate function not viable:
requires 3 arguments, but 6 were provided
int create(const uint32_t* spv_data, size_t spv_data_size, const
std::vector<vk_specialization_type>& specializations);
^
/usr/local/include/ncnn/pipeline.h:42:9: note: candidate function not viable:
requires 3 arguments, but 6 were provided
int create(int shader_type_index, const Option& opt, const
std::vector<vk_specialization_type>& specializations);
^
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200224...20200414
Reported by: GitHub (watch releases) |
20200224 14 Apr 2020 17:05:43 |
yuri |
graphics/waifu2x-ncnn-vulkan: Fix index |
20200224 08 Mar 2020 21:55:55 |
jbeich |
Document OpenMP from base system cannot be used in some cases |
20200224 29 Feb 2020 15:53:41 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200224
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200223...20200224
Reported by: GitHub (watch releases) |
20200223 23 Feb 2020 07:18:01 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200223
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200222...20200223
Reported by: GitHub (watch releases) |
20200222 22 Feb 2020 08:54:44 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20200222 (nop)
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/b373ce2...20200222 |
20190712.6_2 12 Jan 2020 00:52:24 |
jbeich |
graphics/waifu2x-ncnn-vulkan: rebuild after r522720 |
20190712.6_1 25 Dec 2019 15:02:40 |
jbeich |
graphics/waifu2x-ncnn-vulkan: rebuild after r520779 |
20190712.6 07 Nov 2019 00:54:02 |
jbeich |
graphics/waifu2x-ncnn-vulkan: update to 20190712.6
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/1c705b3...b373ce2 |
20190712.5 20 Oct 2019 00:48:10 |
jbeich |
science/ncnn: enable Vulkan support
Required by graphics/waifu2x-ncnn-vulkan
PR: 241114
Approved by: yuri (maintainer) |
20190712.5 12 Oct 2019 00:26:02 |
jbeich |
graphics/waifu2x-ncnn-vulkan: cannot build yet |
20190712.5 07 Oct 2019 12:58:04 |
jbeich |
graphics/waifu2x-ncnn-vulkan: add new port
ncnn implementation of waifu2x converter. Runs fast on Intel / AMD /
Nvidia with Vulkan API.
https://github.com/nihui/waifu2x-ncnn-vulkan |