0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-12 19:41:59 +00:00
Ryujinx/Ryujinx.Graphics.OpenGL
riperiperi 9493cdfe55
Allow copy destination to have a different scale from source ()
* Allow copy destination to have a different scale from source

Will result in more scaled copy destinations, but allows scaling in some games that copy textures to the output framebuffer.

* Support copying multiple levels/layers

Uses glFramebufferTextureLayer to copy multiple layers, copies levels individually (and scales the regions).

Remove CopyArrayScaled, since the backend copy handles it now.
2020-11-20 17:14:45 -03:00
..
Image Allow copy destination to have a different scale from source () 2020-11-20 17:14:45 -03:00
Queries Improved Logger () 2020-08-04 01:32:53 +02:00
BackgroundContextWorker.cs Memory Read/Write Tracking using Region Handles () 2020-10-16 17:18:35 -03:00
Buffer.cs Fix transform feedback errors caused by host pause/resume and multiple uses () 2020-10-25 17:23:42 -03:00
Constants.cs Fix transform feedback errors caused by host pause/resume and multiple uses () 2020-10-25 17:23:42 -03:00
Debugger.cs Rename DebugLevel Performance to Slowdowns () 2020-08-07 15:30:06 +02:00
EnumConversion.cs Fix incorrect GPU GL blend func values () 2020-10-13 14:45:41 +11:00
FormatInfo.cs Add basic error logging to the GPU 2020-01-09 02:13:00 +01:00
FormatTable.cs Fix image binding format () 2020-10-20 19:03:20 -03:00
Framebuffer.cs Fix error when dual source blend is used () 2020-10-12 21:50:41 -03:00
Handle.cs Spanify Graphics Abstraction Layer () 2020-05-23 11:46:09 +02:00
HwCapabilities.cs Add seamless cubemap flag in sampler parameters. () 2020-11-02 17:03:06 -03:00
Pipeline.cs Simplify depth test state updates () 2020-11-17 23:20:17 +01:00
Program.cs Salieri: shader cache () 2020-11-13 00:15:34 +01:00
Renderer.cs Salieri: shader cache () 2020-11-13 00:15:34 +01:00
ResourcePool.cs Texture/Buffer Memory Management Improvements () 2020-09-10 16:44:04 -03:00
Ryujinx.Graphics.OpenGL.csproj infra: Migrate to .NET 5 () 2020-11-15 19:27:15 +01:00
Shader.cs Use explicit buffer and texture bindings on shaders () 2020-11-08 12:10:00 +01:00
VertexArray.cs Fix vertex buffer handle null check () 2020-10-26 01:40:50 +01:00
VertexBuffer.cs Initial work 2020-01-09 02:13:00 +01:00
Window.cs Memory Read/Write Tracking using Region Handles () 2020-10-16 17:18:35 -03:00