| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | game_list: Avoid uninitialized variables when retrieving program ID | 2018-08-20 | 1 | -2/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1089 from Subv/neg_bits | 2018-08-19 | 2 | -16/+38 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic inst... | 2018-08-18 | 2 | -16/+38 | ||
| * | | | | | | | Merge pull request #1105 from Subv/convert_neg | 2018-08-19 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shader: Remove an unneeded assert, the negate bit is implemented for conversi... | 2018-08-18 | 1 | -2/+0 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1113 from Subv/texs_mask | 2018-08-19 | 1 | -6/+11 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | 2018-08-19 | 1 | -6/+11 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1102 from ogniK5377/mirror-clamp-edge | 2018-08-19 | 3 | -0/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Added check to see if ARB_texture_mirror_clamp_to_edge is supported | 2018-08-19 | 2 | -0/+4 | ||
| | * | | | | | | | Added WrapMode MirrorOnceClampToEdge | 2018-08-19 | 1 | -0/+2 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1101 from Subv/ssy_stack | 2018-08-19 | 1 | -3/+36 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Shaders: Implemented a stack for the SSY/SYNC instructions. | 2018-08-18 | 1 | -3/+36 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1109 from Subv/ldg_decode | 2018-08-19 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Shaders: Added decodings for the LDG and STG instructions. | 2018-08-19 | 1 | -0/+4 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1108 from Subv/front_facing | 2018-08-19 | 2 | -0/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Shaders: Implemented the gl_FrontFacing input attribute (attr 63). | 2018-08-19 | 2 | -0/+7 | ||
| | |/ / / / / | ||||||
| * / / / / / | Shader: Implemented the predicate and mode arguments of LOP. | 2018-08-18 | 2 | -11/+39 | ||
| |/ / / / / | ||||||
| * | | | | | Added predcondition GreaterThanWithNan | 2018-08-18 | 2 | -5/+8 | ||
| * | | | | | Merge pull request #1096 from bunnei/supported-blits | 2018-08-17 | 1 | -2/+0 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_rasterizer_cache: Remove asserts for supported blits. | 2018-08-17 | 1 | -2/+0 | ||
| * | | | | | | Merge pull request #1097 from bunnei/gl-critical | 2018-08-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | renderer_opengl: Treat OpenGL errors as critical. | 2018-08-17 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | 2018-08-17 | 2 | -2/+22 | ||
| * | | | | | | Merge pull request #1090 from lioncash/ctor-assign | 2018-08-17 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: Delete System copy/move constructors and assignment operators | 2018-08-16 | 1 | -0/+6 | ||
| * | | | | | | | Merge pull request #1091 from lioncash/warning | 2018-08-17 | 1 | -78/+83 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | qt/main: Unindent code in OnMenuInstallToNAND() | 2018-08-16 | 1 | -70/+70 | ||
| | * | | | | | | | qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable | 2018-08-16 | 1 | -14/+15 | ||
| | * | | | | | | | qt/main: Get rid of compilation warnings | 2018-08-16 | 1 | -4/+8 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1093 from greggameplayer/GetDefaultDisplayResolutionChang... | 2018-08-17 | 2 | -1/+13 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | correct coding style | 2018-08-16 | 1 | -1/+1 | ||
| | * | | | | | | Implement GetDefaultDisplayResolutionChangeEvent | 2018-08-16 | 2 | -1/+13 | ||
| * | | | | | | | Merge pull request #1019 from Subv/vertex_divisor | 2018-08-17 | 7 | -5/+28 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Rasterizer: Implemented instanced rendering. | 2018-08-14 | 7 | -5/+28 | ||
| * | | | | | | | | Merge pull request #1087 from MerryMage/dynarmic | 2018-08-16 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | dynarmic: Update to 550d662 | 2018-08-16 | 1 | -0/+3 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1084 from bunnei/depth | 2018-08-16 | 2 | -16/+26 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. | 2018-08-15 | 2 | -16/+26 | ||
| * | | | | | | | | Merge pull request #1085 from lioncash/namespace | 2018-08-16 | 4 | -12/+22 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | common: Namespace hex_util.h/.cpp | 2018-08-15 | 4 | -12/+22 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1075 from lioncash/include | 2018-08-16 | 4 | -35/+22 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | loader/nca: Remove unnecessary includes and member variables | 2018-08-15 | 2 | -20/+11 | ||
| | * | | | | | | loader/xci: Remove unnecessary includes and member variables | 2018-08-15 | 2 | -15/+11 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1005 from DarkLordZach/registered-fmt | 2018-08-15 | 34 | -80/+1437 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | registration: Various style and documentation improvements | 2018-08-12 | 3 | -18/+22 | ||
| | * | | | | | | registration: Add support for force overwrite of installed | 2018-08-11 | 4 | -53/+106 | ||
| | * | | | | | | game_list: Split game list scans to multiple functions | 2018-08-11 | 2 | -9/+16 | ||
| | * | | | | | | vfs_real: Add CreateFullPath to Create* operations | 2018-08-11 | 2 | -13/+6 | ||
| | * | | | | | | control_metadata: Remove unnecessary reference to base file | 2018-08-11 | 2 | -2/+1 | ||
| | * | | | | | | romfs: Remove cyclic shared_ptr leak in romfs code | 2018-08-11 | 3 | -8/+8 | ||