ryujinx/Ryujinx.Graphics.OpenGL
riperiperi b530f0e110
Texture Cache: "Texture Groups" and "Texture Dependencies" ()
* Initial implementation (3d tex mips broken)

This works rather well for most games, just need to fix 3d texture mips.

* Cleanup

* Address feedback

* Copy Dependencies and various other fixes

* Fix layer/level offset for copy from view<->view.

* Remove dirty flag from dependency

The dirty flag behaviour is not needed - DeferredCopy is all we need.

* Fix tracking mip slices.

* Propagate granularity (fix astral chain)

* Address Feedback pt 1

* Save slice sizes as part of SizeInfo

* Fix nits

* Fix disposing multiple dependencies causing a crash

This list is obviously modified when removing dependencies, so create a copy of it.
2021-03-02 19:30:54 -03:00
..
Image Texture Cache: "Texture Groups" and "Texture Dependencies" () 2021-03-02 19:30:54 -03:00
Queries End empty gl queries before returning them to the pool. () 2020-12-12 10:31:39 +11:00
BackgroundContextWorker.cs Memory Read/Write Tracking using Region Handles () 2020-10-16 17:18:35 -03:00
Buffer.cs Implement clear buffer (fast path) () 2021-01-13 08:50:54 +11: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 Implement ETC2 (RGB) texture format () 2021-02-08 10:23:56 +11:00
Framebuffer.cs Avoid some redundant GL calls () 2021-01-27 08:44:07 +11: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 Avoid some redundant GL calls () 2021-01-27 08:44:07 +11:00
Program.cs Salieri: shader cache () 2020-11-13 00:15:34 +01:00
Renderer.cs Implement lazy flush-on-read for Buffers (SSBO/Copy) () 2021-01-17 17:08:06 -03: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
Sync.cs Implement lazy flush-on-read for Buffers (SSBO/Copy) () 2021-01-17 17:08:06 -03:00
VertexArray.cs Avoid some redundant GL calls () 2021-01-27 08:44:07 +11:00
VertexBuffer.cs Initial work 2020-01-09 02:13:00 +01:00
Window.cs gui/gpu: Implement setting and toggle for Aspect Ratio () 2020-12-15 23:19:07 -03:00