| Age | Commit message (Expand) | Author |
| 2018-10-25 | Fix Color Mask values (#473) | gdkchan |
| 2018-10-23 | Fix for render target and a shader compilation issue (#471) | gdkchan |
| 2018-10-23 | Add depth range support on the GPU (#472) | gdkchan |
| 2018-10-17 | Improve texture tables (#457) | gdkchan |
| 2018-10-17 | Move logging to Ryujinx.Common and make it a static class (#413) | ReinUsesLisp |
| 2018-10-14 | Add G8R8Unorm, G8R8Snorm, B8G8R8A8, D24_S8 Uint, R8Uint, R32Uint (#426) | HorrorTroll |
| 2018-10-14 | Add RG16Unorm & R16Uint (#456) | HorrorTroll |
| 2018-10-13 | Add support for saturation on some shader instructions, fix ReadTexture align... | gdkchan |
| 2018-10-13 | Quads, QuadStrip, const attributes and half-float attributes support (#447) | gdkchan |
| 2018-09-26 | Fix multiple rendertargets (#427) | ReinUsesLisp |
| 2018-09-19 | Implement DepthWriteMask and add R16G16 (#425) | ReinUsesLisp |
| 2018-09-19 | General improvements for GpuResourceManager (#421) | ReinUsesLisp |
| 2018-09-19 | Fixup SSY (#424) | ReinUsesLisp |
| 2018-09-18 | Fix d32s8 format on OGLEnumConverter (#420) | gdkchan |
| 2018-09-18 | Allow "reinterpretation" of framebuffer/zeta formats (#418) | gdkchan |
| 2018-09-17 | Implement B5G6R5Unorm, BGR5A1Unorm, RGBA32Uint, R16Unorm and Z16 texture form... | HorrorTroll |
| 2018-09-11 | Fixup image error message and add G8R8 to size query (#410) | ReinUsesLisp |
| 2018-09-08 | Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402) | ReinUsesLisp |
| 2018-09-01 | Fix exception throw message for unimpl texture formats (#398) | gdkchan |
| 2018-09-01 | Shaders: Handle Ipa PASS argument as needed in Fragment Shaders (#392) | ReinUsesLisp |
| 2018-09-01 | Add BGRA8Unorm, BGRA8Srgb, ZF32_X24S8 texture format (#377) | HorrorTroll |
| 2018-08-31 | Implement SSY/SYNC shader instructions (#382) | ReinUsesLisp |
| 2018-08-30 | Fixup HasColor for depth/stencil values (#379) | ReinUsesLisp |
| 2018-08-27 | Add R32_G32 texture format (#383) | HorrorTroll |
| 2018-08-25 | Use mirrored texture wraps when available (#361) | ReinUsesLisp |
| 2018-08-25 | Implement vertex instancing (#381) | ReinUsesLisp |
| 2018-08-23 | Implement multiple rendertarget attachments and depth writting (#375) | ReinUsesLisp |
| 2018-08-23 | Avoid querying and setting texture bindings in hot code (#376) | ReinUsesLisp |
| 2018-08-20 | Avoid gpr overwritting on Ld_C instruction (#371) | ReinUsesLisp |
| 2018-08-20 | Use signed and unsigned vertex types (#370) | ReinUsesLisp |
| 2018-08-19 | Rendertarget attachments, texture and image changes (#358) | ReinUsesLisp |
| 2018-08-16 | Code style fixes and nits on the HLE project (#355) | gdkchan |
| 2018-08-16 | Implement PointCoord and PointSize shader attributes (#353) | ReinUsesLisp |
| 2018-08-15 | More flexible memory manager (#307) | gdkchan |
| 2018-08-13 | Fix FMUL and TEXS shader instructions (#347) | gdkchan |
| 2018-08-13 | Add partial support to the TEX.B shader instruction (#342) | gdkchan |
| 2018-08-10 | Low level graphics API prerequisites (#319) | ReinUsesLisp |
| 2018-08-06 | Changing shader decompiler to avoid vec2 and vec3 types, which were causing s... | Darabat |
| 2018-08-03 | Fix for integer vertex attributes and iset bf flag (#323) | gdkchan |
| 2018-07-29 | Implement A2B10G10R10 TextureFormat (#248) | greggameplayer |
| 2018-07-26 | Avoid calling buffer binding when shader didn't change (#295) | ReinUsesLisp |
| 2018-07-23 | Blit framebuffer without shaders (#229) | ReinUsesLisp |
| 2018-07-19 | Send data to OpenGL host without client-side copies (#285) | ReinUsesLisp |
| 2018-07-19 | Implement Geometry shaders (#280) | ReinUsesLisp |
| 2018-07-19 | Support deswizzle of sparse tiled textures and some frame buffer fixes (#275) | gdkchan |
| 2018-07-19 | Implement BF10GF11RF11 TextureFormat (#246) | greggameplayer |
| 2018-07-19 | Implement Z24S8 TextureFormat (#247) | greggameplayer |
| 2018-07-17 | Implement some shader instructions (#252) | ReinUsesLisp |
| 2018-07-16 | Implement BC6H_SF16 & BC6H_UF16 Texture Formats (#255) | greggameplayer |
| 2018-07-15 | Add config key to dump shaders in local directory (#265) | ReinUsesLisp |