Commit Graph

27530 Commits

Author SHA1 Message Date
Samuliak 5ace31b471
bind uniform buffers 2024-10-05 18:45:57 +02:00
Samuliak 1d39266956
fix: constant buffers not getting bound 2024-10-05 17:02:46 +02:00
Samuliak dac285f6d9
bind buffers correctly 2024-10-05 16:27:00 +02:00
Samuliak c24e3c23ff
bind vertex buffers 2024-10-05 15:40:10 +02:00
Samuliak 89ff6909a9
bind stage buffers 2024-10-05 15:25:11 +02:00
Samuliak a66708e362
rework the binding system 2024-10-05 15:06:58 +02:00
Samuliak 08dbc9bd8d
prevent buffer view from crashing 2024-10-05 14:11:58 +02:00
Samuliak 1b690aab26
fix: texture coords for texture arrays 2024-10-05 13:51:32 +02:00
Samuliak c921e32d48
Merge branch 'dev' into metal-dev 2024-10-05 13:20:03 +02:00
Samuliak 26b1d7e879
enable boost concepts 2024-10-05 12:35:09 +02:00
Samuliak 40def7017c
include fmt/ranges.h 2024-10-05 09:10:15 +02:00
Samuliak c52427b676
mark format functions as const 2024-10-05 08:04:46 +02:00
Samuliak 4844961618 merge 'dev' into 'metal-dev' 2024-10-05 07:56:18 +02:00
CrimsonHawk 509b880eec
Revert all the trash commits that were breaking build, back to e5c47e911b
This reverts commit 592f93b26c.
2024-10-05 13:50:31 +08:00
Samuliak 8824486af6 merge 'dev' into 'metal-dev' 2024-10-04 17:33:13 +02:00
Samuliak 909a4290d1 save compiled functions 2024-10-04 16:30:28 +02:00
chaphidoesstuff 8d6b694569 Update README.md 2024-09-30 12:30:59 +02:00
Crunch (Chaz9) 3aca4a3490 Updated 2024-09-29 21:31:09 +01:00
Crunch (Chaz9) 76f6f8de80 ok 2024-09-29 21:28:35 +01:00
Crunch (Chaz9) 592f93b26c Update Core Timing .h file 2024-09-29 21:23:11 +01:00
chad_mcguffin e5c47e911b Remove unrelated discord link
This doesn't need to be here as it's all Ex developers who are now unrelated to the project
2024-09-20 20:44:32 +02:00
chaphidoesstuff 42ade6f62a need to fix bugs people! 2024-09-17 10:22:27 +02:00
Exverge 66993e2603 Comment out unimplemented check
In my testing on macOS, MK8 sometimes crashed at this function, giving a void type instead of u32.
I've temporarily commented this out until (if) this is implemented and added a check for if it is implemented
2024-09-15 21:37:12 +02:00
chaphidoesstuff 6be886d0ff audio_core: increment current revision, Courtesy of Sudachi Dev
Originally from 39effa1011/src/audio_core/common/feature_support.h# and my mirror
2024-09-15 17:50:09 +02:00
chaphidoesstuff ae65020815 Re-added credit to OG devs 2024-09-15 17:40:10 +02:00
Herman Semenov e886f27816 Using reserve() for optimization inserts, marked unused pair items and minor code refactor 2024-09-15 17:30:44 +02:00
chaphidoesstuff 9490b5264e Corrected Mistake 2024-09-15 17:18:09 +02:00
chaphidoesstuff 5f485a5863 Updated links 2024-09-15 16:41:53 +02:00
Crimson-Hawk 4eb41467f8
correct the false information in readme regarding rewrite 2024-07-04 12:22:04 +08:00
Crimson-Hawk daf2c1f496
fix android build 2024-05-29 17:43:46 +08:00
Crimson-Hawk 5f351bf2b3
remove temp.sh 2024-05-29 17:30:20 +08:00
Crimson-Hawk 7b13512b41
fixed reference to gitlab in ci 2024-05-29 17:23:06 +08:00
Crimson-Hawk e1f809079e
fixed reference to gitlab in ci 2024-05-29 17:14:55 +08:00
Crimson-Hawk b95cfe6483
fixed reference to gitlab in ci 2024-05-29 16:51:35 +08:00
Crimson Hawk 433bcabb72
make pipeline run on every branch 2024-05-29 08:53:17 +08:00
administrator 267ba83d40
Remove unsanctioned Discord invite
Having a Discord server linked to Suyu poses a risk to the accounts of its members. Moreover, many of the members of this server have quit the Suyu project and do not wish to continue its development.
2024-05-28 21:07:57 +08:00
administrator 93b7854f95 Remove unsanctioned Discord invite
Having a Discord server linked to Suyu poses a risk to the accounts of its members. Moreover, many of the members of this server have quit the Suyu project and do not wish to continue its development.
2024-05-21 02:12:22 +02:00
chaphidoesstuff 2bacc25996
Update README.md 2024-05-19 16:11:58 -04:00
chaphidoesstuff 99ead71239
Updated README, fixed links in CONTRIBUTING.md
Co-authored-by: Exverge <exverge@exverge.xyz>
Committed-by: Exverge <exverge@exverge.xyz>
2024-05-19 16:11:58 -04:00
portaldevice e090ec8b21
Add migration instructions for migrating from yuzu (#178)
Co-authored-by: Exverge <exverge@exverge.xyz>
Signed-off-by: Exverge <exverge@exverge.xyz>
2024-05-19 16:03:52 -04:00
Samuliak 3a51a8de2e rework the binding system 2024-05-05 11:43:27 +02:00
Samuliak 49f60adeb2 fix: more msl errors 2024-05-04 21:09:30 +02:00
Samuliak 055112b739 fix: some errors in msl backend 2024-05-04 15:31:54 +02:00
Samuliak 7920249ed1 move input generation to context 2024-05-04 14:49:33 +02:00
Samuliak 377a03fe5f support shader inputs 2024-05-04 14:31:30 +02:00
Samuliak 042788cd71 generate shader output in msl 2024-05-04 12:13:52 +02:00
Samuliak 16986bf42f attempt to compile msl shaders 2024-05-04 12:00:51 +02:00
Samuliak 5a2c073ebe use msl recompiler 2024-05-04 11:25:23 +02:00
Samuliak 61dfe608da add: msl shader recompiler 2024-05-04 11:19:34 +02:00
Crimson Hawk dfb9f06e5c
push request 157 Merge branch 'mctaylors-dev' into dev 2024-04-19 10:55:22 +08:00