Pinned
431 contributions in the last year
Less
More
Contribution activity
August 2021
Created 1 commit in 1 repository
Created a pull request in Ryujinx/Ryujinx that received 6 comments
Use "Undesired" scale mode for certain textures rather than blacklisting
There are a number of textures where it is definitely possible to scale them, but we don't scale them due to the potential for wasted work (depth o…
+53
−24
•
6
comments
Reviewed 18 pull requests in 2 repositories
Ryujinx/Ryujinx
17 pull requests
- Reduce JIT GC allocations
- Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime
- Implements Direct State Access and Multi Bind
- Enable transform feedback buffer flush
- Fix size of cached compute shaders
- Improve firmware install error due to outdated keys
- Revert "Calculate vertex buffer sizes from index buffer"
- Ensure render scale is initialized to 1 on the backend
- Unify GpuAccessorBase and TextureDescriptorCapableGpuAccessor
- hle: Tidy-up ServiceNotImplementedException
- Workaround for Intel FrontFacing built-in variable bug
- Workaround for cubemap view data upload bug on Intel
- Use a new approach for shader BRX targets
- Do not dirty memory tracking region handles if they are partially unmapped
- Calculate vertex buffer sizes from index buffer
- Replace BGRA and scale uniforms with a uniform block
- Vulkan backend