skyline/.idea
PixelyIon bee28aaf0d Validation Layer Filter + Fix Texture, GPU & PresentationEngine bugs
This commit implements a filter by type for any validation layer output, this allows filtering out any logs which may be unnecessary and additionally triggering a breakpoint as required. 

An issue concerning the `NDEBUG` flag never being set was fixed, it's now supplied as a release compiler flag. The issue can manifest itself by always relying on a validation layer even though it shouldn't on release, this is why the validation layer was mistakenly disabled entirely previously by using `#ifndef` rather than `#ifdef`.

An issue with the initial layout of a texture being supplied as neither `VK_IMAGE_LAYOUT_UNDEFINED` or `VK_IMAGE_LAYOUT_PREINITIALIZED` was fixed, these cases are now handled by transitioning to those layouts after creating the image rather than supplying it within `initialLayout`.

Another issue was fixed regarding not maintaining a transformation after a surface has been destroyed and recreated existed and manifested itself when the user would go out of the app and come back in, they would see the surface having an identity transformation rather than the desired one.
2021-10-05 01:13:22 +05:30
..
codeStyles Switch to viewbinding and di with hilt 2021-06-17 20:30:22 +05:30
copyright Improve NCE and Finish Up Refactor 2020-04-23 22:26:27 +05:30
fileTemplates Move to MPL-2.0 2020-04-23 22:26:27 +05:30
inspectionProfiles Texture GMMU Address Resolution + Refactor Maxwell3D::CallMethod 2021-10-05 01:13:22 +05:30
runConfigurations Add Default Run Configuration + Ignore runConfigurations.xml 2021-03-23 02:40:02 +05:30
scopes Validation Layer Filter + Fix Texture, GPU & PresentationEngine bugs 2021-10-05 01:13:22 +05:30
compiler.xml Generate Stack Traces + More Robust Terminate Handler + Exit Process on Signal in Guest 2021-03-05 14:55:34 +05:30
encodings.xml Add it back again. 2019-08-20 15:05:13 -04:00
jsonSchemas.xml Fix GitHub Actions Build + Move Stack to Shared Memory 2020-04-23 22:26:27 +05:30
kotlinc.xml Update NDK, Gradle and dependencies + Improve Settings API + Migrate to PugiXML 2021-03-05 14:55:34 +05:30
misc.xml Validation Layer Filter + Fix Texture, GPU & PresentationEngine bugs 2021-10-05 01:13:22 +05:30