Coreforge

Results 43 comments of Coreforge
trafficstars

The faulting instruction seems to just be a 64bit store (which, since I haven't encountered them, I haven't added yet). I'll hopefully get it added in the next few days.

I got the uPCity today (Thanks to the Pineberry people again!), but haven't had too much time to do benchmarks yet. `glmark2` is now also crashing for me on the...

glmark2 on mostly updated packages at gen3 speeds: ``` ======================================================= glmark2 2023.01 ======================================================= OpenGL Information GL_VENDOR: AMD GL_RENDERER: AMD Radeon RX 460 Graphics (polaris11, LLVM 15.0.6, DRM 3.49, 6.1.61-v8_16k+) GL_VERSION:...

I can try, though I had some missing libs last time I tried 3D stuff inside wayfire.

I didn't do benchmarks on x86 with the card, but since it was showing 100% utilization in most tests, that should be the full performance in those. I haven't run...

Fixing SIMD instructions seems to be more complicated, as the SIMD registers don't get saved as part of the `pt_regs` struct. I'm currently using `fpsimd_save_state()` to save them to a...

What I was doing before was definitely not working. I changed to read the vector registers from `current->thread.uw.fpsimd_state.vregs`, and call `kernel_neon_begin()` before reading the data to ensure it's saved (and...

Apparently I forgot to read the second data register for SIMD instructions, so instructions `stp qx, qx, [xx]` only stored the first register, and not the second one. I also...

Did you have to take any extra steps to get proton to use monado with OpenComposite installed? OpenComposite initializes properly for me, but wineopenxr still fails to load the xr...

I've noticed this can also cause problems with OpenVR applications that use OpenGL for rendering. On my system, it was likely trying to use llvmpipe (even though steamVR itself is...