Scott Mansell

Results 44 issues of Scott Mansell

Paired Singles is an vector instruction set extension for PowerPC, developed as a lightweight alternative to AltiVec, only dealing with two single precision floats at a time. The extension was...

With the move to C++20, and various people wanting to clean up the codebase to use the fancy new features, many PRs have run into problems older versions of clang...

The whole ownership model was getting to be a bit of a mess, with a special cases to deal with such as TMEM and Deferred EFB copies. Plus I'm planning...

Qt does this all automatically, we just need to hook it up. I'm not an expert in localisation, but I assume this is what users of right-to-left languages want. ##...

``` /usr/home/buildbot/freebsd/pr-freebsd-x64/build/Source/UnitTests/Common/BitFieldTest.cpp:234:27: error: call to consteval function 'fmt::basic_format_string::basic_format_string' is not a constant expression EXPECT_EQ(fmt::format("{:02x}", object.full_u64), ^ /usr/home/buildbot/freebsd/pr-freebsd-x64/build/Source/UnitTests/Common/BitFieldTest.cpp:234:27: note: undefined constructor 'basic_format_string' cannot be used in a constant expression /usr/home/buildbot/freebsd/pr-freebsd-x64/build/Externals/fmt/include/fmt/core.h:3115:28: note:...

Some of this work was done in #883 But there are still potential leaks around both TLS and heap allocated objects. See FIXMEs in comments for more details about what...

**What Game** Osmos Steam: https://store.steampowered.com/app/29180/Osmos/ (only contains 32bit version) Demo: http://www.hemispheregames.com/latest_osmos_demo_linux_deb (contains both 32bit and 64bit versions, but has broken font) **Describe the bug** The 64bit version of the game...

Game related

Flag manipulation instructions v1 Flag manipulation instructions v2 These might help us do fast emulation of x86 flags

Some of this is still rough WIP And it only gets to the point of building, not linking. And a few things aren't even built (like opengl), or don't exist...