mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* implement texture get data * reset all state before blit & clone state * format * support blit regions * implement source region for blit * replace bottom with top * account for 0 size * support image flipping * revert presentation fixes & y flip * revert * flip viewport vertically * switch face winding * comment * use SetBytes for texture clear * implement missing compute builtins * change storage and texture buffer alignment * correct compute builtins * don't use nullable for textures and samplers * remove incorrect texture get data implementation * Cleanup IntPtrs --------- Co-authored-by: Isaac Marovitz <isaacryu@icloud.com> |
||
|---|---|---|
| .. | ||
| Shaders | ||
| BufferInfo.cs | ||
| Constants.cs | ||
| CounterEvent.cs | ||
| DepthStencilCache.cs | ||
| EncoderState.cs | ||
| EncoderStateManager.cs | ||
| EnumConversion.cs | ||
| FormatTable.cs | ||
| Handle.cs | ||
| HardwareInfo.cs | ||
| HelperShader.cs | ||
| MetalRenderer.cs | ||
| Pipeline.cs | ||
| Program.cs | ||
| RenderPipelineCache.cs | ||
| Ryujinx.Graphics.Metal.csproj | ||
| Sampler.cs | ||
| StateCache.cs | ||
| StringHelper.cs | ||
| Texture.cs | ||
| Window.cs | ||