chaphidoesstuff
|
6f57078cd9
|
Update README.md
|
2024-04-17 23:20:04 +02:00 |
|
chaphidoesstuff
|
d1d0fdd12b
|
Update README.md
|
2024-04-17 18:31:46 +02:00 |
|
chaphidoesstuff
|
3ad4fb760a
|
Added info
|
2024-04-17 18:21:27 +02:00 |
|
chaphidoesstuff
|
cb2c4446b7
|
Update README.md
|
2024-04-17 17:50:32 +02:00 |
|
administrator
|
f2bf013781
|
Replace Discord with suyu chat in issue template
|
2024-04-17 02:14:41 +02:00 |
|
administrator
|
0db28c44c0
|
Replace Discord with suyu chat in issue template
Fixes https://git.suyu.dev/suyu/suyu/issues/139
|
2024-04-17 02:13:24 +02:00 |
|
Crimson Hawk
|
88ac3ad344
|
Push Request 54 Merge branch 'flodavid-improved-theming' into dev
|
2024-04-15 09:58:13 +08:00 |
|
Crimson-Hawk
|
6a16550e94
|
Merge branch 'dev' into improved-theming
|
2024-04-15 02:16:56 +02:00 |
|
administrator
|
526e1d7a76
|
Change Matrix to chat
|
2024-04-12 15:15:29 +02:00 |
|
flodavid
|
fb7802aaf4
|
WIP: fix macOS style when OS dark mode is active
|
2024-04-11 12:05:38 -07:00 |
|
zqpvr01
|
2b16baf506
|
Remove discord (3)
|
2024-04-11 03:44:08 +02:00 |
|
zqpvr01
|
73e135bf4a
|
Remove discord (2)
|
2024-04-11 03:42:30 +02:00 |
|
zqpvr01
|
96f822d13f
|
Remove discord
|
2024-04-11 03:41:07 +02:00 |
|
TheDoctor
|
0de49070e4
|
Merge
Reviewed-on: https://git.suyu.dev/suyu/suyu/pulls/65
|
2024-04-10 19:56:33 +02:00 |
|
Samuliak
|
8ff1ce68c3
|
metal: flip y texture coordinate
|
2024-04-10 19:55:56 +02:00 |
|
Samuliak
|
e3ab4c6349
|
metal: minimalize texture hardcoding
|
2024-04-10 17:41:45 +02:00 |
|
Samuliak
|
98c4ff461f
|
metal: don't bind resources that are already bound
|
2024-04-10 17:20:24 +02:00 |
|
Samuliak
|
4771cd1602
|
fix(metal): fix incorrect size in buffer to image copy
|
2024-04-10 17:03:55 +02:00 |
|
Samuliak
|
2f9fd5d69c
|
metal: set texture usage flags
|
2024-04-09 19:59:27 +02:00 |
|
Samuliak
|
f5830983be
|
metal: bind sampler to shader
|
2024-04-09 18:52:25 +02:00 |
|
lol
|
70c52a1914
|
fix qlaunch on firmware 18
|
2024-04-09 18:05:24 +02:00 |
|
Samuliak
|
1a284e4bb7
|
metal: translate pixel formats
|
2024-04-09 17:30:55 +02:00 |
|
Samuliak
|
efda44779f
|
fix(metal): fix buffer to texture copy
|
2024-04-09 16:31:04 +02:00 |
|
Samuliak
|
786cd8a708
|
metal: implement buffer to texture copy
|
2024-04-09 15:49:12 +02:00 |
|
Samuliak
|
0a2227d1f8
|
metal: bind and sample from texture
|
2024-04-09 15:23:44 +02:00 |
|
Samuliak
|
a00d9a9027
|
metal: translate shaders to spirv
|
2024-04-08 18:52:31 +02:00 |
|
Samuliak
|
67dab8b8d8
|
metal: do not release null mtl textures
|
2024-04-08 18:30:04 +02:00 |
|
Samuliak
|
40eca20e12
|
metal: implement buffer to buffer copy
|
2024-04-08 17:03:25 +02:00 |
|
Samuliak
|
3fa495840a
|
metal: configure pipeline before drawing
|
2024-04-08 16:47:08 +02:00 |
|
Samuliak
|
22ec7e72f0
|
metal: do not begin render pass if already active
|
2024-04-08 16:36:29 +02:00 |
|
Samuliak
|
2c38fa1a35
|
metal: add render pass interruption notice
|
2024-04-08 16:27:28 +02:00 |
|
Exverge
|
2caadffe4d
|
Refactor android to dev.suyu.suyu_emu
|
2024-04-07 19:27:20 -04:00 |
|
Exverge
|
4a15db8f08
|
Map methods in firmware 18.0.0
|
2024-04-07 18:34:52 -04:00 |
|
Exverge
|
641ef1b887
|
Map methods in firmware 18.0.0
|
2024-04-07 18:23:38 -04:00 |
|
Exverge
|
4ea55a855a
|
fix: clang format
|
2024-04-07 14:03:32 -04:00 |
|
Samuliak
|
90b8671ddb
|
metal: bind pipeline and draw for the first time
|
2024-04-07 18:46:01 +02:00 |
|
Samuliak
|
4d700ac01c
|
metal: create pipeline cache at startup
|
2024-04-07 17:58:30 +02:00 |
|
Samuliak
|
58ac31e2be
|
metal: support buffer to buffer copy
|
2024-04-07 16:03:20 +02:00 |
|
Samuliak
|
081ad83490
|
metal: add basic compute pipeline
|
2024-04-07 15:51:11 +02:00 |
|
Samuliak
|
a5e7672de5
|
metal: blit rendering result to drawable
|
2024-04-07 13:08:14 +02:00 |
|
Samuliak
|
c8a717651c
|
metal: create basic graphics pipeline
|
2024-04-07 11:58:35 +02:00 |
|
Samuliak
|
bc25c8831d
|
metal: test buffer creation
|
2024-04-07 09:25:03 +02:00 |
|
Samuliak
|
b3e8d8d11f
|
metal: create buffer cache on startup
|
2024-04-07 09:06:15 +02:00 |
|
AMA2581
|
d33d50780e
|
adding swiftUI notice
|
2024-04-07 08:12:08 +03:30 |
|
Exverge
|
0feb0aa7a1
|
metal: todo a fix for NULL images
|
2024-04-06 23:15:48 -04:00 |
|
Exverge
|
32c49173ad
|
fix: clang format
|
2024-04-06 22:00:34 -04:00 |
|
Exverge
|
c3584e6c39
|
metal: make metal-cpp a proper external
|
2024-04-06 21:55:33 -04:00 |
|
Exverge
|
76009b05a8
|
temp CI fix
|
2024-04-06 20:52:29 -04:00 |
|
Exverge
|
3f76e5b8d7
|
metal: logging
|
2024-04-06 20:51:23 -04:00 |
|
Samuliak
|
75386a5de7
|
metal: add missing copyright and license information
|
2024-04-06 20:42:17 +02:00 |
|