| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #1806 from ReinUsesLisp/morton-fixup | 2018-11-26 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | morton: Fixup compiler warning | 2018-11-26 | 1 | -1/+2 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1804 from lioncash/cast | 2018-11-26 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | gdbstub: Silence value truncation warning within FpuWrite() | 2018-11-26 | 1 | -1/+1 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1805 from lioncash/resource | 2018-11-26 | 3 | -5/+130 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | svc: Implement svcSetResourceLimitLimitValue() | 2018-11-26 | 1 | -1/+36 | ||
| | * | | | | | | | svc: Implement svcGetResourceLimitCurrentValue() | 2018-11-26 | 1 | -16/+49 | ||
| | * | | | | | | | svc: Implement svcGetResourceLimitLimitValue() | 2018-11-26 | 2 | -2/+33 | ||
| | * | | | | | | | svc: Implement svcCreateResourceLimit() | 2018-11-26 | 2 | -1/+27 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1794 from Tinob/master | 2018-11-26 | 2 | -8/+32 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Limit the amount of viewports tested for state changes only to the usable ones | 2018-11-25 | 1 | -2/+10 | ||
| | * | | | | | | | Add support for viewport_transfom_enable register | 2018-11-24 | 2 | -6/+22 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1723 from degasus/dirty_flags | 2018-11-26 | 9 | -6/+60 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_rasterizer: Skip VB upload if the state is clean. | 2018-11-17 | 9 | -6/+60 | ||
| * | | | | | | | | GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784) | 2018-11-26 | 5 | -5/+107 | ||
| * | | | | | | | | Merge pull request #1713 from FernandoS27/bra-cc | 2018-11-26 | 1 | -4/+14 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implemented BRA CC conditional and FSET CC Setting | 2018-11-24 | 1 | -4/+14 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1798 from ReinUsesLisp/y-direction | 2018-11-26 | 5 | -16/+26 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | gl_shader_decompiler: Implement S2R's Y_DIRECTION | 2018-11-25 | 5 | -16/+26 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1763 from ReinUsesLisp/bfi | 2018-11-25 | 2 | -0/+23 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_decompiler: Implement BFI_IMM_R | 2018-11-21 | 2 | -0/+23 | ||
| * | | | | | | | | Merge pull request #1793 from lioncash/ref | 2018-11-25 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/sm: Take std::string by const reference in UnregisterService | 2018-11-24 | 2 | -2/+2 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1760 from ReinUsesLisp/r2p | 2018-11-25 | 2 | -0/+42 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_shader_decompiler: Implement R2P_IMM | 2018-11-21 | 2 | -0/+42 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1782 from FernandoS27/dc | 2018-11-25 | 1 | -116/+188 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix Texture Overlapping | 2018-11-24 | 1 | -43/+70 | ||
| | * | | | | | | | | Fix TEXS Instruction encodings | 2018-11-23 | 1 | -22/+48 | ||
| | * | | | | | | | | Fix one encoding in TEX Instruction | 2018-11-23 | 1 | -3/+3 | ||
| | * | | | | | | | | Corrected inputs indexing in TEX instruction | 2018-11-23 | 1 | -66/+85 | ||
| * | | | | | | | | | Merge pull request #1783 from ReinUsesLisp/clip-distances | 2018-11-25 | 3 | -21/+58 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_shader_decompiler: Implement clip distances | 2018-11-23 | 3 | -21/+58 | ||
| * | | | | | | | | | | Merge pull request #1796 from ReinUsesLisp/morton-move | 2018-11-25 | 6 | -345/+391 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | morton: Style changes | 2018-11-25 | 1 | -12/+12 | ||
| | * | | | | | | | | | video_core: Move morton functions to their own file | 2018-11-25 | 6 | -345/+391 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo | 2018-11-25 | 1 | -1/+2 | ||
| * | | | | | | | | | Merge pull request #1791 from bunnei/nvdrv-stub | 2018-11-24 | 2 | -2/+18 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. | 2018-11-23 | 2 | -2/+18 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1787 from bunnei/fix-gpu-mm | 2018-11-24 | 2 | -1/+9 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | memory_manager: Do not allow 0 to be a valid GPUVAddr. | 2018-11-23 | 2 | -1/+9 | ||
| * | | | | | | | | | Merge pull request #1641 from DarkLordZach/sm-register-unregister | 2018-11-23 | 2 | -2/+55 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | sm: Implement RegisterService and UnregisterService | 2018-11-03 | 2 | -2/+55 | ||
| * | | | | | | | | | | Merge pull request #1731 from DarkLordZach/change-dir-crash | 2018-11-23 | 2 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | filesystem: Clear registered union paths on factory creation | 2018-11-18 | 2 | -0/+6 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1725 from FernandoS27/gl43 | 2018-11-23 | 8 | -52/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Removed pre 4.3 ARB extensions | 2018-11-21 | 7 | -48/+13 | ||
| | * | | | | | | | | | | Update OpenGL's backend version from 3.3 to 4.3 | 2018-11-21 | 3 | -4/+4 | ||
| * | | | | | | | | | | | Merge pull request #1785 from Tinob/master | 2018-11-23 | 5 | -28/+95 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add support for clear_flags register | 2018-11-24 | 5 | -28/+95 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1692 from Hedges/GDBClean | 2018-11-23 | 1 | -37/+86 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||