aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Gpu
AgeCommit message (Expand)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan
2018-06-10Fix a small size related issue on MapBufferEx and add the BC7U texture formatgdkchan
2018-06-09Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ...gdkchan
2018-06-09Use source texture size when doing reads for texure copygdkchan
2018-06-08Texture/Vertex/Index data cache (#132)gdkchan
2018-06-08ReadBytes function in AMemory, with cleaner range check. (#136)riperiperi
2018-06-02Some small gpu improvements and shader improvements, add support for ASTC 4x4...gdkchan
2018-05-29Added support for more shader instructions and texture formats, fix swapped c...gdkchan
2018-05-23Remove some calls generated on the CPU for inexistent intrinsic methodsgdkchan
2018-05-22Improve shader sending method to GAL, use a memory interface instead of readi...gdkchan
2018-05-17Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, ...gdkchan
2018-05-11Fix WidthInGobs on the GPUgdkchan
2018-05-07NvServices refactoring (#120)gdkchan