| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gl_rasterizer: Minor cleanup | 2018-11-13 | 1 | -4/+2 | |
| * | Merge pull request #1628 from greggameplayer/Texture2DArray | 2018-11-12 | 1 | -0/+1 | |
| |\ | |||||
| | * | Merge branch 'master' into Texture2DArray | 2018-11-06 | 23 | -195/+392 | |
| | |\ | |||||
| | * | | correct syntax | 2018-11-02 | 1 | -4/+3 | |
| | * | | Merge branch 'master' into Texture2DArray | 2018-11-02 | 27 | -1066/+1477 | |
| | |\ \ | |||||
| | * | | | Implement SurfaceTarget Texture2DArray | 2018-10-31 | 1 | -0/+1 | |
| * | | | | Merge pull request #1670 from DarkLordZach/deterministic-rng | 2018-11-12 | 9 | -103/+187 | |
| |\ \ \ \ | |||||
| | * | | | | svc: Return random seed for svcGetInfo RandomEntropy | 2018-11-12 | 2 | -4/+8 | |
| | * | | | | settings: Add config option to set RNG seed | 2018-11-11 | 6 | -100/+171 | |
| | * | | | | csrng: Use std::mt19937 engine for random number generation | 2018-11-11 | 2 | -2/+11 | |
| * | | | | | Merge pull request #1665 from ogniK5377/GetClockSnapshot | 2018-11-12 | 3 | -21/+132 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Added maybe_unused | 2018-11-10 | 2 | -2/+7 | |
| | * | | | | | Added ToPosixTime & ToPosixTimeWithMyRule | 2018-11-10 | 1 | -2/+41 | |
| | * | | | | | Added consts and static | 2018-11-10 | 1 | -6/+6 | |
| | * | | | | | Implement GetClockSnapshot | 2018-11-10 | 3 | -21/+88 | |
| * | | | | | | Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) | 2018-11-12 | 4 | -71/+101 | |
| * | | | | | | Merge pull request #1650 from FreddyFunk/cast | 2018-11-12 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | yuzu/main: Fix compiler warning | 2018-11-06 | 1 | -1/+2 | |
| * | | | | | | | Merge pull request #1674 from FearlessTobi/fullscreen-fix | 2018-11-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug | 2018-11-12 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #1660 from Tinob/master | 2018-11-11 | 9 | -88/+138 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Use core extensions when available to set max anisotropic filtering level | 2018-11-11 | 1 | -2/+7 | |
| | * | | | | | | | Improve state management by splitting some of the states id separated functio... | 2018-11-11 | 6 | -39/+40 | |
| | * | | | | | | | Try to fix problems with stencil test in some games, relax translation to ope... | 2018-11-11 | 4 | -37/+61 | |
| | * | | | | | | | set sampler max lod, min lod, lod bias and max anisotropy | 2018-11-11 | 3 | -13/+33 | |
| * | | | | | | | | Merge pull request #1652 from FreddyFunk/static-cast | 2018-11-11 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | configure_system: Fix compiler warning | 2018-11-06 | 2 | -3/+3 | |
| | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #1664 from FreddyFunk/cast2 | 2018-11-11 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| | * | | | | | | | gl_rasterizer: Fix compiler warnings | 2018-11-08 | 1 | -2/+2 | |
| * | | | | | | | | Merge pull request #1669 from ReinUsesLisp/fixup-gs | 2018-11-11 | 4 | -15/+24 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | gl_shader_decompiler: Guard out of bound geometry shader input reads | 2018-11-10 | 4 | -15/+24 | |
| | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #1663 from lioncash/raster | 2018-11-11 | 9 | -10/+25 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | rasterizer_cache: Remove reliance on the System singleton | 2018-11-08 | 9 | -10/+25 | |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #1648 from FernandoS27/texs-3-array | 2018-11-11 | 1 | -7/+11 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Correct issue where texturelod could not be applied to 2darrayshadow | 2018-11-07 | 1 | -1/+5 | |
| | * | | | | | | | | Implement 3 coordinate array in TEXS instruction | 2018-11-07 | 1 | -6/+6 | |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #1654 from degasus/dirty_flags | 2018-11-11 | 4 | -7/+37 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | gl_rasterizer: Skip VAO binding if the state is clean. | 2018-11-06 | 3 | -2/+21 | |
| | * | | | | | | | | gl_rasterizer: Split VAO and VB setup functions. | 2018-11-06 | 2 | -5/+16 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #1656 from ogniK5377/message-queue | 2018-11-10 | 8 | -36/+170 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Renamed CheckIfOperationChanged to OnDockedModeChanged | 2018-11-08 | 2 | -21/+23 | |
| | * | | | | | | | | Fixups | 2018-11-07 | 3 | -12/+17 | |
| | * | | | | | | | | Ability to switch between docked and undocked mode in-game | 2018-11-07 | 7 | -36/+163 | |
| | |/ / / / / / / | |||||
| * | | / / / / / | rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject | 2018-11-08 | 3 | -0/+10 | |
| | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | | gl_resource_manager: Amend clang-format discrepancies | 2018-11-08 | 1 | -4/+2 | |
| * | | | | | | | Merge pull request #1658 from ogniK5377/holdtype-style | 2018-11-07 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Updated npad styles on holdtype switches | 2018-11-08 | 1 | -0/+2 | |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | svcBreak now dumps information from the debug buffer passed (#1646) | 2018-11-07 | 1 | -0/+28 | |
| * | | | | | | | Merge pull request #1655 from ogniK5377/shantae | 2018-11-07 | 5 | -3/+26 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | fixed spelling error | 2018-11-07 | 1 | -1/+1 | |