Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Feb 2021 14:46:04
20210210

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20210210
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20210210
Reported by: GitHub (watch releases) |
31 Jan 2021 01:17:52
20210102

|
jbeich  |
aarch64 support OpenMP since FreeBSD 12.2 |
02 Jan 2021 12:57:28
20210102

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20210102
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20210102
Reported by: GitHub (watch releases) |
23 Dec 2020 20:12:36
20200818

|
jbeich  |
devel/glslang: move to graphics/ where shaderc is |
23 Dec 2020 20:12:15
20200818

|
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. |
21 Oct 2020 20:30:15
20200818

|
pkubaj  |
graphics/waifu2x-ncnn-vulkan: fix build on powerpc*
Merge
https://github.com/Tencent/ncnn/commit/7ace8a933db1da8e9734b3988f332dbf672d4dd2
MFH: 2020Q4 (fix build blanket) |
18 Aug 2020 17:46:48
20200818

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20200818
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20200818
Reported by: GitHub (watch releases) |
08 Aug 2020 20:50:12
20200606_3

|
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 ) |
28 Jul 2020 18:04:32
20200606_2

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: rebuild after r543619 |
16 Jun 2020 17:53:38
20200606_1

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: back to misc/ncnn (like before r537055) |
06 Jun 2020 13:50:41
20200606

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20200606
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200530...20200606
Reported by: GitHub (watch releases) |
30 May 2020 07:14:43
20200530

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20200530
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200414...20200530
Reported by: GitHub (watch releases) |
14 Apr 2020 17:33:39
20200414

|
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) |
14 Apr 2020 17:05:43
20200224

|
yuri  |
graphics/waifu2x-ncnn-vulkan: Fix index |
08 Mar 2020 21:55:55
20200224

|
jbeich  |
Document OpenMP from base system cannot be used in some cases |
29 Feb 2020 15:53:41
20200224

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20200224
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200223...20200224
Reported by: GitHub (watch releases) |
23 Feb 2020 07:18:01
20200223

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20200223
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200222...20200223
Reported by: GitHub (watch releases) |
22 Feb 2020 08:54:44
20200222

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20200222 (nop)
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/b373ce2...20200222 |
12 Jan 2020 00:52:24
20190712.6_2

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: rebuild after r522720 |
25 Dec 2019 15:02:40
20190712.6_1

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: rebuild after r520779 |
07 Nov 2019 00:54:02
20190712.6

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: update to 20190712.6
Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/1c705b3...b373ce2 |
20 Oct 2019 00:48:10
20190712.5

|
jbeich  |
science/ncnn: enable Vulkan support
Required by graphics/waifu2x-ncnn-vulkan
PR: 241114
Approved by: yuri (maintainer) |
12 Oct 2019 00:26:02
20190712.5

|
jbeich  |
graphics/waifu2x-ncnn-vulkan: cannot build yet |
07 Oct 2019 12:58:04
20190712.5

|
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 |