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.Gpu
/
Image
Age
Commit message (
Expand
)
Author
2021-08-20
Fix GetHandleInformation for mipmapped 3d textures (#2569)
riperiperi
2021-08-11
Use "Undesired" scale mode for certain textures rather than blacklisting (#2537)
riperiperi
2021-07-19
Return mapped buffer pointer directly for flush, WriteableRegion for textures...
riperiperi
2021-07-16
Flush buffers and texture data through a persistent mapped buffer. (#2481)
riperiperi
2021-07-14
Ensure that DMA copy target textures are kept alive or flushed (#2478)
gdkchan
2021-07-14
Do not require texture and sampler pools being initialized (#2476)
gdkchan
2021-07-11
Separate GPU engines (part 2/2) (#2440)
gdkchan
2021-07-07
Separate GPU engines and make state follow official docs (part 1/2) (#2422)
gdkchan
2021-07-03
Honour copy dependencies when switching render target (#2433)
riperiperi
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-06-24
Initial support for GPU channels (#2372)
gdkchan
2021-06-20
Fix separate bindless sampler at offset 0 (#2360)
gdkchan
2021-06-09
GAL: Fix sampler leaks on exit (#2353)
Mary
2021-06-09
Support bindless textures with separate constant buffers for texture and samp...
gdkchan
2021-05-31
Do not attempt to normalize SNORM image buffers on shaders (#2317)
gdkchan
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-05-24
Compare aligned size for largest mip level when considering sampler resize (#...
riperiperi
2021-05-22
Use a different method for out of bounds blit (#2302)
gdkchan
2021-05-22
Add another Depth32F texture format (#2304)
gdkchan
2021-05-19
Pass CbufSlot when getting info from the texture descriptor (#2291)
riperiperi
2021-05-16
Use copy dependencies for the Intel/AMD view format workaround (#2144)
riperiperi
2021-04-02
Hold reference for render targets in use (#2156)
gdkchan
2021-03-19
Improve linear texture compatibility rules (#2099)
riperiperi
2021-03-08
Improve Buffer Textures and flush Image Stores (#2088)
riperiperi
2021-03-06
Improve handling for unmapped GPU resources (#2083)
riperiperi
2021-03-02
Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)
riperiperi
2021-02-08
Implement ETC2 (RGB) texture format (#2000)
gdkchan
2021-02-01
Do not flush multisample textures (#1973)
gdkchan
2021-01-29
Use a descriptor cache for faster pool invalidation. (#1977)
riperiperi
2021-01-23
Match texture if the physical range is the same (#1934)
gdkchan
2021-01-19
Enable parallel ASTC decoding by default (#1930)
gdkchan
2021-01-19
Fix out of range exception when a invalid base lod is used (#1931)
gdkchan
2021-01-17
Support for resources on non-contiguous GPU memory regions (#1905)
gdkchan
2021-01-15
Fix mipmap base level being ignored for sampled textures and images (#1911)
gdkchan
2021-01-05
gpu: Implement missing texture formats (#1867)
Ac_K
2020-12-09
GPU - Improve Memory Allocation (#1722)
sharmander
2020-12-03
Extract texture Target from Info for quick access (#1774)
riperiperi
2020-12-03
Cache delegate for QueryModified, use regular multi handle. (#1771)
riperiperi
2020-11-27
Prefer truly perfect texture matches over fomat aliased ones (#1754)
riperiperi
2020-11-27
Blacklist very textures with a very small width or height from scaling (#1753)
riperiperi
2020-11-20
Allow copy destination to have a different scale from source (#1711)
riperiperi
2020-11-18
Do not perform layout conversion on buffer texture flushes (#1729)
gdkchan
2020-11-17
shader cache: Fix invalid virtual address clean up (#1717)
Mary
2020-11-13
Salieri: shader cache (#1701)
Mary
2020-11-09
Size hints for copy regions and viewport dimensions to avoid data loss (#1686)
riperiperi
2020-11-09
Simplify logic for bindless texture handling (#1667)
gdkchan
2020-11-08
Use explicit buffer and texture bindings on shaders (#1666)
gdkchan
2020-11-06
Do not align sizes for buffer texture targets. (#1671)
riperiperi
2020-11-05
Separate zeta from color formats (#1647)
gdkchan
2020-11-02
Add seamless cubemap flag in sampler parameters. (#1658)
riperiperi
[next]