aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderDecodeAlu.cs
AgeCommit message (Expand)Author
2019-04-18New shader translator implementation (#654)gdkchan
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2019-02-15Fix XMAD shader instruction, gl_FrontFacing and enable face culling (#583)gdkchan
2019-01-31Initial support for shader half float instructions (#507)gdkchan
2018-10-23Fix for render target and a shader compilation issue (#471)gdkchan
2018-10-13Add support for saturation on some shader instructions, fix ReadTexture align...gdkchan
2018-09-18Allow "reinterpretation" of framebuffer/zeta formats (#418)gdkchan
2018-09-08Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402)ReinUsesLisp
2018-09-01Shaders: Handle Ipa PASS argument as needed in Fragment Shaders (#392)ReinUsesLisp
2018-08-31Implement SSY/SYNC shader instructions (#382)ReinUsesLisp
2018-08-13Fix FMUL and TEXS shader instructions (#347)gdkchan
2018-08-03Fix for integer vertex attributes and iset bf flag (#323)gdkchan
2018-07-19Implement Geometry shaders (#280)ReinUsesLisp
2018-07-17Implement some shader instructions (#252)ReinUsesLisp
2018-06-27Add support for Vertex Program A and other small shader improvements (#192)gdkchan
2018-06-23Fix 3 graphics related issues (#180)gdkchan
2018-06-02Fix mistake on astc conversion, make some static methods that shouldn't be pu...gdkchan
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-17Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, ...gdkchan
2018-04-25Some small sync primitive fixes, logging fixes, started to implement the 2D e...gdkchan
2018-04-19Add SvcSetThreadActivity, tweak SignalProcessWideKey, add fmul32i shader inst...gdkchan
2018-04-10[GPU] Add more shader instructions, add support for rgb565 texturesgdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan