index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.OpenGL
/
HwCapabilities.cs
Age
Commit message (
Expand
)
Author
2023-02-19
Add support for advanced blend (part 1/2) (#2801)
gdkchan
2022-11-18
Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...
gdkchan
2022-07-31
Vulkan backend (#2518)
gdkchan
2022-07-05
Add support for alpha to coverage dithering (#3069)
gdkchan
2021-11-10
Implement DrawTexture functionality (#2747)
gdkchan
2021-10-28
Add support for fragment shader interlock (#2768)
gdkchan
2021-09-19
Use shader subgroup extensions if shader ballot is not supported (#2627)
gdkchan
2021-08-26
Add support for HLE macros and accelerate MultiDrawElementsIndirectCount #2 (...
mpnico
2021-07-18
Only use persistent buffers to flush on NVIDIA and Windows+AMD (#2489)
riperiperi
2021-06-25
Fix texture sampling with depth compare and LOD level or bias (#2404)
gdkchan
2021-06-02
Use Quads on OpenGL host when supported. (#2331)
riperiperi
2021-05-19
Merge pull request #2177 from riperiperi/feature/parallel-shader-cache
EmulationFanatic
2021-05-16
Use copy dependencies for the Intel/AMD view format workaround (#2144)
riperiperi
2021-04-18
Implement parallel host shader cache compilation.
riperiperi
2021-04-18
HwCapabilities: Divide Intel into IntelWindows and IntelUnix (#2219)
A-w-x
2021-04-03
Only flush commands when creating sync on Intel/AMD (windows) (#2165)
riperiperi
2020-11-02
Add seamless cubemap flag in sampler parameters. (#1658)
riperiperi
2020-07-26
Use polygon offset clamp if supported (#1429)
gdkchan
2020-05-28
Fix wrong face culling once and for all (#1277)
gdkchan
2020-05-27
Omit image format if possible, and fix BA bit (#1280)
gdkchan
2020-03-31
Make max anisotropy configurable (#1043)
Xpl0itR
2020-03-29
Workaround for AMD and Intel view format bug (#1050)
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Support non-constant texture offsets on non-NVIDIA gpus
gdkchan
2020-01-09
Use maximum shared memory size supported by hardware
gdkchan
2020-01-09
Support shared color mask, implement more shader instructions
gdkchan
2020-01-09
Add a pass to turn global memory access into storage access, and do all stora...
gdk
2020-01-09
Revert "Check for ASTC support on the list of supported compressed formats"
gdk
2020-01-09
Check for ASTC support on the list of supported compressed formats
gdk
2020-01-09
Initial work
gdk