skyline/app/src/main
Billy Laws a24aec03a6 Rework per-view megabuffering to cache allocs in the buffer itself
The original intention was to cache on the user side, but especially with shader constant buffers that's difficult and costly. Instead we can cache on the buffer side, with a page-table like structure to hold variable sized allocations indexed by the aligned view base address. This avoids most redundant copies from repeated use of the same buffer without updates inbetween.
2022-11-02 17:46:07 +00:00
..
assets Update ngword2 archive with the correct content 2022-10-25 00:40:46 +02:00
cpp Rework per-view megabuffering to cache allocs in the buffer itself 2022-11-02 17:46:07 +00:00
java/emu/skyline Prevent a false positive SecurityException for DocumentsProvider 2022-10-25 20:17:18 +05:30
res Add credits PreferenceCategory 2022-10-25 21:40:28 +01:00
shaders Simplify blit helper shader vertex order 2022-08-10 15:43:16 +01:00
AndroidManifest.xml Introduce a dev app flavor for side-by-side installation 2022-10-01 13:01:46 +02:00