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
/
Engine
Age
Commit message (
Expand
)
Author
2022-07-05
Add support for alpha to coverage dithering (#3069)
gdkchan
2022-06-17
Optimize Texture Binding and Shader Specialization Checks (#3399)
riperiperi
2022-06-14
Support Array/3D depth-stencil render target, and single layer clears (#3400)
gdkchan
2022-06-10
Fix instanced indexed inline draw index count (#3389)
gdkchan
2022-06-05
Fix instanced indexed inline draws (#3383)
gdkchan
2022-06-02
Fix 3D semaphore counter type 0 handling (#3380)
Billy Laws
2022-05-12
Implement Viewport Transform Disable (#3328)
riperiperi
2022-05-01
Restrict cases where vertex buffer size from index buffer type is used (#3304)
gdkchan
2022-04-10
New shader cache implementation (#3194)
gdkchan
2022-04-08
Calculate vertex buffer size from index buffer type (#3253)
gdkchan
2022-04-04
Implement primitive restart draw arrays properly on OpenGL (#3256)
gdkchan
2022-04-04
Do not force scissor on clear if scissor is disabled (#3258)
gdkchan
2022-03-20
De-tile GOB when DMA copying from block linear to pitch kind memory regions (...
gdkchan
2022-03-15
Implement S8D24 texture format and tweak depth range detection (#2458)
gdkchan
2022-02-22
Perform unscaled 2d engine copy on CPU if source texture isn't in cache. (#3112)
riperiperi
2022-02-16
When copying linear textures, DMA should ignore region X/Y (#3121)
gdkchan
2022-02-13
Use Enum and Delegate.CreateDelegate generic overloads (#3111)
Berkan Diler
2022-01-31
Fix bug that could cause depth buffer to be missing after clear (#3067)
gdkchan
2022-01-27
Add timestamp to 16-byte/4-word semaphore releases. (#3049)
riperiperi
2022-01-16
Scale scissor used for clears (#3002)
gdkchan
2022-01-11
Fix render target clear when sizes mismatch (#2994)
gdkchan
2022-01-09
Texture Sync, incompatible overlap handling, data flush improvements. (#2971)
riperiperi
2021-12-28
Flip scissor box when the YNegate bit is set (#2941)
gdkchan
2021-12-26
Fix DMA copy fast path line size when xCount < stride (#2942)
gdkchan
2021-12-26
Fix I2M texture copies when line length is not a multiple of 4 (#2938)
gdkchan
2021-12-19
Fix for texture pool not being updated when it should + buffer texture relate...
gdkchan
2021-12-19
Add support for releasing a semaphore to DmaClass (#2926)
riperiperi
2021-11-21
Better depth range detection (#2754)
gdkchan
2021-11-13
Limit Custom Anisotropic Filtering to mipmapped textures with many levels (#2...
riperiperi
2021-11-10
Implement DrawTexture functionality (#2747)
gdkchan
2021-10-18
Initial tessellation shader support (#2534)
gdkchan
2021-10-12
Force index buffer update for games using Vulkan (#2726)
gdkchan
2021-10-12
Don't force scaling on 2D copy sources (#2701)
riperiperi
2021-09-29
Replace CacheResourceWrite with more general "precise" write (#2684)
riperiperi
2021-09-29
Only make render target 2D textures layered if needed (#2646)
gdkchan
2021-09-19
Fast path for Inline2Memory buffer write that skips write tracking (#2624)
riperiperi
2021-09-19
Set texture/image bindings in place rather than allocating and passing an arr...
riperiperi
2021-09-11
Account for negative strides on DMA copy (#2623)
gdkchan
2021-09-11
Lift textures in the AutoDeleteCache for all modifications. (#2615)
riperiperi
2021-08-29
Handle indirect draw counts with non-zero draw starts properly (#2593)
gdkchan
2021-08-27
Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...
riperiperi
2021-08-26
Add support for HLE macros and accelerate MultiDrawElementsIndirectCount #2 (...
mpnico
2021-08-11
Revert "Calculate vertex buffer sizes from index buffer (#1663)" (#2544)
gdkchan
2021-08-11
Use "Undesired" scale mode for certain textures rather than blacklisting (#2537)
riperiperi
2021-08-11
Calculate vertex buffer sizes from index buffer (#1663)
gdkchan
2021-08-11
Replace BGRA and scale uniforms with a uniform block (#2496)
gdkchan
2021-08-04
Support non-contiguous copies on I2M and DMA engines (#2473)
gdkchan
2021-07-12
Implement a fast path for I2M transfers (#2467)
gdkchan
2021-07-11
Separate GPU engines (part 2/2) (#2440)
gdkchan
2021-07-07
Flush UBO updates more frequently (#2407)
gdkchan
[next]