Up to [local] / ports / emulators / flycast / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.28 / (download) - annotate - [select for diffs], Sun Nov 5 01:11:28 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +5 -5 lines
Diff to previous 1.27 (colored) to selected 1.10 (colored)
actually use glslang-default-resource-limits.a. remove dist target. delete some dep directories.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Nov 5 00:44:54 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.26: +13 -4 lines
Diff to previous 1.26 (colored) to selected 1.10 (colored)
glslang-default-resource-limits.a
Revision 1.26 / (download) - annotate - [select for diffs], Sat Nov 4 09:15:48 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.25: +11 -11 lines
Diff to previous 1.25 (colored) to selected 1.10 (colored)
try to link against glslang-default-resource-limits.a. fails make port-lib-depends-check. emulator works though. $ make port-lib-depends-check Password: flycast-2.2(emulators/flycast): Missing lib: glslang-default-resource-limits.0 (/usr/local/bin/flycast) (NOT REACHABLE) Extra: vulkan.1 *** Error 1 in target 'port-lib-depends-check' (ignored)
Revision 1.25 / (download) - annotate - [select for diffs], Sat Nov 4 01:44:44 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.24: +0 -0 lines
Diff to previous 1.24 (colored) to selected 1.10 (colored)
resync
Revision 1.24, Thu May 25 19:42:42 2023 UTC (17 months, 4 weeks ago) by namtsui
Branch: MAIN
Changes since 1.23: +0 -0 lines
FILE REMOVED
remove finished ports
Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 30 03:11:20 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.22: +36 -4 lines
Diff to previous 1.22 (colored) to selected 1.10 (colored)
build against system glslang
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 21 05:22:27 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.21: +4 -36 lines
Diff to previous 1.21 (colored) to selected 1.10 (colored)
bundle glslang glslang doesn't support shared libraries that well and it might complicate maintenance. for now, fall back to bundling glslang.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Apr 19 02:36:42 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20 (colored) to selected 1.10 (colored)
add comment
Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 19 00:20:33 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored) to selected 1.10 (colored)
improved comment
Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 19 00:19:02 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 (colored) to selected 1.10 (colored)
improved comment
Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 19 00:15:02 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored) to selected 1.10 (colored)
simplify comments
Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 3 20:01:53 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.16: +0 -11 lines
Diff to previous 1.16 (colored) to selected 1.10 (colored)
new libelf upstreamed https://github.com/flyinghead/flycast/commit/27b6bafd0f003c8f8bcd1fb3bfd48a3523b298f5
Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 1 20:49:23 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.15: +0 -9 lines
Diff to previous 1.15 (colored) to selected 1.10 (colored)
include not needed because it is already specified by libelf's cmakelists
Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 1 02:35:46 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14 (colored) to selected 1.10 (colored)
link against newer libelf
Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 1 02:03:03 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.13: +18 -0 lines
Diff to previous 1.13 (colored) to selected 1.10 (colored)
works with newer bsd 2-clause licensed libelf
Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 28 03:57:51 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)
update comment
Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 28 03:23:20 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.11: +17 -11 lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)
update to 2.1
Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 10 11:36:19 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.10: +15 -21 lines
Diff to previous 1.10 (colored)
update to latest git seems to help with vulkan but I still get some crashes on startup. this now relies on two vulkan dependencies. before, it would not be able to toggle from opengl to vulkan most of the time, but now it can toggle. the same crash happens though, but seems to be more reliable. this uses a distfile with git submodules downloaded. this is only for the two vulkan dependencies. will see how to unbundle later.
Revision 1.10 / (download) - annotate - [selected], Tue Dec 6 04:14:44 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.9: +18 -4 lines
Diff to previous 1.9 (colored)
unbundle xxhash
Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 6 03:37:44 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.8: +12 -11 lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)
unbundle SDL2
Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 6 02:29:10 2022 UTC (23 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.7: +49 -3 lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)
link to sdl2 based on shockolate sdl2_mixer is linked against to bring in sdl2. not sure why sdl2 cannot be found directly.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 3 09:23:14 2022 UTC (23 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.6: +35 -2 lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)
unbundle glslang
Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 5 03:51:31 2022 UTC (2 years ago) by namtsui
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)
add comments and support i386
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 27 06:22:53 2022 UTC (2 years ago) by namtsui
Branch: MAIN
Changes since 1.4: +3 -10 lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)
update to 2.0 but currently fails 00:07:141 sdl/sdl_gamepad.h:188 I[INPUT]: using custom mapping 'X360 Controller' 00:07:141 hw/mem/_vmem.cpp:494 N[VMEM]: Info: nvmem is enabled, with addr space of size 4GB 00:07:141 hw/mem/_vmem.cpp:495 I[VMEM]: Info: p_sh4rcb: 0x80ce1230000 virt_ram_base: 0x80ce9240000 00:07:184 hw/mem/_vmem.cpp:593 N[VMEM]: BASE 0x80ce9240000 RAM(16 MB) 0x80d75240000 VRAM64(8 MB) 0x80d6d240000 ARAM(2 MB) 0x80d69a40000 00:07:185 linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 1 00:07:185 linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 1 00:07:185 hw/arm7/arm7.cpp:272 I[AICA_ARM]: AICA ARM Reset 00:07:185 linux/unwind_info.cpp:351 D[DYNAREC]: UnwindInfo::clear libc++abi: terminating with uncaught exception of type Xbyak::Error Abort trap (core dumped)
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 15 07:08:29 2021 UTC (3 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)
Summary: revert to an older version because newer versions fail peer verification. this one works and was tested with openbsd to windows opponent.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 14 23:29:52 2021 UTC (3 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.2: +8 -5 lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)
Summary: update to 10/14. requires new port lang/luabridge
Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 4 06:27:15 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)
Summary: ggpo works
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 4 01:29:51 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Diff to selected 1.10 (colored)
Summary: flycast works