Age | Commit message (Collapse) | Author |
|
|
|
Silence miscellaneous warnings
|
|
ci: Add custom titlebars for mainline and patreon
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modes.
|
|
|