skyline/app
PixelyIon 95a08627e5 Subpass Support + More RT Formats + Fix FenceCycle Cyclic Dependencies
Support for subpasses was added by reworking attachment reuse code to account for preserved attachments and subpass dependencies. A lot of RT formats were also added to allow SMO to boot up entirely, it should be noted that it doesn't render anything. 

`FenceCycle` had a cyclic dependency which broke clean exit, we now utilize `std::weak_ptr<FenceCycle>` inside the `Texture` object. A minor fix for broken stack traces was also made caused by supplying a `nullptr` C-string to libfmt when a symbol was unresolved which caused an `abort` due to invocation of `strlen` with it.
2021-10-16 12:13:30 +01:00
..
libraries Introduce Boost as a submodule + Minor Fixes 2021-10-05 01:13:22 +05:30
src/main Subpass Support + More RT Formats + Fix FenceCycle Cyclic Dependencies 2021-10-16 12:13:30 +01:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Move Mbed TLS to submodule + Update Java Libraries 2021-07-12 21:27:49 +05:30
CMakeLists.txt Introduce CommandExecutor + Implement ClearBuffers + More RT Formats 2021-10-05 01:13:22 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30