• Joined on 2024-10-16
camerin synced commits to master at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
camerin synced commits to netusejthreadstuff at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
0a6292ed06 [qt] use std::jthread instead of playing around with std::thread
cdbc731bd8 [network] fix android build of jthread
2d4b401042 [network] use jthread and use std::vector for packet list instead of std::list
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
Compare 9 commits »
camerin synced commits to remlibcprovfunctions at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
66625afc21 [common] replace Common:: stuffs with libstdc++ equivalents
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
Compare 34 commits »
camerin synced commits to threadnamefix1 at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
177a4d8e6d [compat] improve thread naming logic
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
Compare 4 commits »
camerin synced commits to refs/pull/254/head at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
0a6292ed06 [qt] use std::jthread instead of playing around with std::thread
cdbc731bd8 [network] fix android build of jthread
2d4b401042 [network] use jthread and use std::vector for packet list instead of std::list
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
Compare 9 commits »
camerin synced commits to refs/pull/2546/head at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
927c89f9db fix license
71e8e06d0c [common] remove ranges polyfill
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
Compare 5 commits »
camerin synced commits to refs/pull/2540/head at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
fb601a5c0c fix license
fb110b23f0 [dynarmic] remove frontend options; fixup exception handler code to support other OSes, do not use mcl macros for arch in EH
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
Compare 5 commits »
camerin synced commits to refs/pull/271/head at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
177a4d8e6d [compat] improve thread naming logic
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
Compare 4 commits »
camerin synced commits to refs/pull/290/head at camerin/eden from mirror 2025-09-23 00:23:28 +00:00
66625afc21 [common] replace Common:: stuffs with libstdc++ equivalents
7050b92d61 [vk, gl] fix missing spline1 header (#2551)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
Compare 34 commits »
camerin synced and deleted reference refs/tags/liz-add-lanczo-filtering at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
camerin synced and deleted reference refs/tags/rewrite-ISBERD at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
camerin synced commits to fix_msaa_again at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
camerin synced new reference fix_msaa_again to camerin/eden from mirror 2025-09-22 16:13:29 +00:00
camerin synced commits to liz-dynarmic-context-fiifi at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
965c59e5a9 fix license
89010a2bdb [dynarmic] remove frontend options; fixup exception handler code to support other OSes, do not use mcl macros for arch in EH
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
191e4c75a1 [meta] fix license headers (#2547)
34302300d9 add missing service for acc:u0 for fc26 (#2548)
Compare 5 commits »
camerin synced commits to liz-remove-ranges-polyfill at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
2a546e30f9 fix license
be39cee8e8 [common] remove ranges polyfill
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
Compare 3 commits »
camerin synced commits to liz-use-libcpp-jthread at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
e2322c7c6f [cmake] fix android once for all
37fee93f37 [cmake] fix android?
4808bebb1f [common] use libc++ provided jthread instead of in-house one (which deadlocks on FBSD 14)
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
Compare 8 commits »
camerin synced commits to master at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
48f7387e3a [texture_cache, nifm] fix crashes for linear image type and set nifm logs to debug (#2549)
49f29e5071 [shader_recompiler] Rewrite ISBERD (#2541)
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
Compare 3 commits »
camerin synced commits to refs/pull/2534/head at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
63d3b0cf53 add spline-1 filter
f28fe360c3 actually memory is bad
dba2a0a428 optimize with precomputed kernel
5d20372014 fix mispell
Compare 10 commits »
camerin synced commits to threadnamefix1 at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
a25a48de50 [compat] improve thread naming logic
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
191e4c75a1 [meta] fix license headers (#2547)
34302300d9 add missing service for acc:u0 for fc26 (#2548)
cbbdfc75cc [android] fix for intent launch + emulation fragment binding rc barriers (#471)
Compare 31 commits »
camerin synced commits to refs/pull/2540/head at camerin/eden from mirror 2025-09-22 16:13:29 +00:00
965c59e5a9 fix license
89010a2bdb [dynarmic] remove frontend options; fixup exception handler code to support other OSes, do not use mcl macros for arch in EH
f33a771d58 [vk, opengl] add lanczo and spline-1 filtering (#2534)
191e4c75a1 [meta] fix license headers (#2547)
34302300d9 add missing service for acc:u0 for fc26 (#2548)
Compare 5 commits »