skyline/app/src/main/res
Billy Laws 3d31ade35f Implement an alternative buffer path using direct memory importing
By importing guest memory directly onto the host GPU we can avoid many of the complexities that occur with memory tracking as well as the heavy performance overhead in some situations. Since it's still desired to support the traditional buffer method, as it's faster in some cases and more widely supported, most of the exposed buffer methods have been split into two variants with just a small amount of shared code. While in most cases the code is simpler, one area with more complexity is handling CPU accesses that need to be sequenced, since we don't have any place we can easily apply writes to on the GPFIFO thread that wont also impact the buffer on the GPU, to solve this, when the GPU is actively using a buffer's contents, an interval list is used to keep track of any GPFIO-written regions on the CPU and any CPU reads to them will instead be directed to a shadow of the buffer with just those writes applied. Once the GPU has finished using buffer contents the shadow can then be removed as all writes will have been done by the GPU.

The main caveat of this is that it requires tying host sync to guest sync, this can reduce performance in games which double buffer command buffers as it prevents us from fully saturating the CPU with the GPFIFO thread.
2023-01-08 19:30:52 +00:00
..
drawable Add a drag indicator element at the top of LicenceDialog 2022-11-09 23:07:23 +05:30
drawable-night Addition of Controller Configuration UI 2020-08-21 11:48:29 +00:00
layout Add TitleId TextView in App Dialog 2022-12-10 14:57:46 +00:00
mipmap-hdpi Update application icon 2021-11-10 17:41:07 +01:00
mipmap-mdpi Update application icon 2021-11-10 17:41:07 +01:00
mipmap-xhdpi Update application icon 2021-11-10 17:41:07 +01:00
mipmap-xxhdpi Update application icon 2021-11-10 17:41:07 +01:00
mipmap-xxxhdpi Update application icon 2021-11-10 17:41:07 +01:00
values Implement an alternative buffer path using direct memory importing 2023-01-08 19:30:52 +00:00
values-night Add a drag indicator element at the top of LicenceDialog 2022-11-09 23:07:23 +05:30
xml Implement an alternative buffer path using direct memory importing 2023-01-08 19:30:52 +00:00
README.md Update application icon 2021-11-10 17:41:07 +01:00

Credits (Drawables)

Material Design Icons (Apache-2)

  • ic_clear
  • ic_log
  • ic_open
  • ic_play
  • ic_refresh
  • ic_search
  • ic_settings
  • ic_share

Default Icon

We've recieved permission to use the icon from it's author jaames

Skyline's logo was designed by riperiperi with the original concept made by samantas5855 and additional help from lynxnb and PixelyIon. Artwork is licensed to PixelyIon and bylaws.