Age | Commit message (Collapse) | Author |
|
This was related to the source allocator being passed into the
constructor potentially having a different type than allocator being
constructed.
We simply need to provide a constructor to handle this case.
This resolves issues related to the allocator causing debug builds on
MSVC to fail.
|
|
Allows containers and other data structures to consider optimizations
based off of them. We satisfy all of these requirements anyways.
|
|
Silence miscellaneous warnings
|
|
ci: Add custom titlebars for mainline and patreon
|
|
video_core/shader: Minor changes
|
|
|
|
These can inhibit the ability of a compiler to perform RVO.
|
|
|
|
std::string
Allows the function to be non-allocating in terms of the output string.
|
|
|
|
Same behavior, but without the need to heap allocate
|
|
This is behaviorally equivalent and also fixes a bug where some members
weren't being moved over.
|
|
Keeps them alphabetically sorted for readability.
|
|
Provides logical symmetry to the interface.
|
|
Avoids unnecessary atomic reference count increments and decrements.
|
|
Provides const equivalents of data accessors for use within const
contexts.
|
|
Shader_IR: Implement a full control flow decompiler for the shader IR.
|
|
|
|
|
|
|
|
TextureCache: Add the ability to deduce if two textures are depth on blit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|