skyline/app/src/main
PixelyIon 239d2625e2 Introduce CommandExecutor + Implement ClearBuffers + More RT Formats
This commit introduces the `CommandExecutor` which is responsible for creating and orchestrating a Vulkan command graph comprising of `CommandNode`s that construct all the objects required for rendering. As a result of the infrastructure provided by `CommandExecutor`, `ClearBuffers` could be implemented and be appropriately utilized.

A bug regarding scissors was also determined and fixed in the PR, the extent of them were previously inaccurate and this has now been fixed.

Note: We don't synchronize any textures from the guest for now as this would override the contents on the host, this'll be fixed with the appropriate write tracking but it also results in a black screen for anything that writes to FB
2021-10-05 01:13:22 +05:30
..
assets/tzdata Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30
cpp Introduce CommandExecutor + Implement ClearBuffers + More RT Formats 2021-10-05 01:13:22 +05:30
java/emu/skyline Address CR + Code formatting 2021-09-30 02:19:19 +05:30
res Add refreshRequired xml attribute in IntegerListPreference 2021-09-30 02:19:19 +05:30
AndroidManifest.xml Replace LogActivity with "Share Logs" + Add Timestamp to Logger 2021-07-12 21:27:49 +05:30