| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1624 from lioncash/boost | 2018-10-30 | 3 | -4/+0 | |
| |\ | | | | | general: Remove unused boost inclusions where applicable | ||||
| | * | general: Remove unused boost inclusions where applicable | 2018-10-30 | 3 | -4/+0 | |
| | | | | | | | | | Cleans up unused includes and trims off some dependencies on externals. | ||||
| * | | Merge pull request #1595 from FreddyFunk/cast | 2018-10-30 | 1 | -1/+1 | |
| |\ \ | |/ |/| | configure_system: Fix compiler warning | ||||
| | * | configure_system: Fix compiler warning | 2018-10-28 | 1 | -1/+1 | |
| | | | |||||
| * | | global: Use std::optional instead of boost::optional (#1578) | 2018-10-30 | 49 | -266/+274 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build | ||||
| * | | Merge pull request #1621 from lioncash/ipc | 2018-10-29 | 3 | -6/+9 | |
| |\ \ | | | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointer | ||||
| | * | | hle_ipc: Add member function for querying the existence of a domain header | 2018-10-29 | 3 | -3/+6 | |
| | | | | | | | | | | | | | Gets rid of the need to call the getter and then check for null. | ||||
| | * | | hle_ipc: Make GetDomainMessageHeader return a regular pointer | 2018-10-29 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | Nothing requires the shared owner ship here, so we can just return a plain pointer. | ||||
| * | | | Merge pull request #1611 from lioncash/const | 2018-10-29 | 4 | -13/+52 | |
| |\ \ \ | | | | | | | | | core: Add missing const variants of getters for the System class | ||||
| | * | | | core: Make System references const where applicable | 2018-10-28 | 2 | -3/+3 | |
| | | | | | |||||
| | * | | | core: Add missing const variants of getters for the System class | 2018-10-28 | 2 | -10/+49 | |
| | |/ / | | | | | | | | | | | | | | | | Many of the Current<Thing> getters (as well as a few others) were missing const qualified variants, which makes it a pain to retrieve certain things from const qualified references to System. | ||||
| * | | | Merge pull request #1580 from FernandoS27/mm-impl | 2018-10-29 | 6 | -109/+254 | |
| |\ \ \ | | | | | | | | | Implemented Mipmaps | ||||
| | * | | | Fixed black textures, pixelation and we no longer require to auto-generate ↵ | 2018-10-28 | 1 | -14/+2 | |
| | | | | | | | | | | | | | | | | | mipmaps | ||||
| | * | | | Fixed mipmap block autosizing algorithm | 2018-10-28 | 3 | -13/+25 | |
| | | | | | |||||
| | * | | | Fixed Invalid Image size and Mipmap calculation | 2018-10-28 | 1 | -4/+7 | |
| | | | | | |||||
| | * | | | Fixed Block Resizing algorithm and Clang Format | 2018-10-28 | 3 | -12/+19 | |
| | | | | | |||||
| | * | | | Implement Mip Filter | 2018-10-28 | 4 | -10/+33 | |
| | | | | | |||||
| | * | | | Zero out memory region of recreated surface before flushing | 2018-10-28 | 1 | -0/+2 | |
| | | | | | |||||
| | * | | | Implement Mipmaps | 2018-10-28 | 2 | -101/+211 | |
| | |/ / | |||||
| * | | | Merge pull request #1617 from FearlessTobi/fix-stretch-delay | 2018-10-29 | 1 | -3/+3 | |
| |\ \ \ | | | | | | | | | time_stretch: Switch to values of Citra | ||||
| | * | | | time_stretch: Switch to values of Citra | 2018-10-29 | 1 | -3/+3 | |
| | | | | | |||||
| * | | | | Merge pull request #1613 from ReinUsesLisp/gl-utils | 2018-10-29 | 6 | -30/+61 | |
| |\ \ \ \ | |/ / / |/| | | | video_core: Move OpenGL specific utils to its renderer | ||||
| | * | | | video_core: Move OpenGL specific utils to its renderer | 2018-10-28 | 6 | -30/+61 | |
| | |/ / | |||||
| * | | | Merge pull request #1610 from slashiee/dxt1-alpha | 2018-10-28 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | renderer_opengl: Enable alpha channel for DXT1 texture format | ||||
| | * | | | Enable alpha channel for DXT1 texture format | 2018-10-28 | 1 | -2/+2 | |
| | |/ / | |||||
| * / / | renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB | 2018-10-28 | 1 | -1/+1 | |
| |/ / | |||||
| * / | Correct bpp value for ASTC_2D_8X5 | 2018-10-28 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #1601 from FernandoS27/shader-precision | 2018-10-28 | 1 | -20/+35 | |
| |\ | | | | | Improved Shader accuracy on Vertex and Geometry Shaders. | ||||
| | * | Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332 | 2018-10-28 | 2 | -74/+37 | |
| | | | |||||
| | * | Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADD | 2018-10-27 | 2 | -6/+58 | |
| | | | |||||
| * | | Merge pull request #1593 from lioncash/svc | 2018-10-28 | 6 | -35/+128 | |
| |\ \ | | | | | | | svc: Implement svcGetInfo command 0xF0000002 | ||||
| | * | | svc: Localize the GetInfo enum class to the function itself | 2018-10-26 | 2 | -32/+31 | |
| | | | | | | | | | | | | | Nothing from this enum is intended to be used outside of this function. | ||||
| | * | | svc: Implement svcGetInfo command 0xF0000002 | 2018-10-26 | 6 | -4/+98 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This retrieves: if (curr_thread == handle_thread) { result = total_thread_ticks + (hardware_tick_count - last_context_switch_ticks); } else if (curr_thread == handle_thread && sub_id == current_core_index) { result = hardware_tick_count - last_context_switch_ticks; } | ||||
| * | | | file_sys/patch_manager: Remove unnecessary if-statements (#1586) | 2018-10-28 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | * remove unnecessary if-statements * Addressed feedback | ||||
| * | | | Merge pull request #1598 from DeeJayBro/delete-directory | 2018-10-28 | 1 | -2/+26 | |
| |\ \ \ | | | | | | | | | service/filesystem: Implemented DeleteDirectory & DeleteDirectoryRecursive | ||||
| | * | | | service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively | 2018-10-27 | 1 | -2/+26 | |
| | |/ / | |||||
| * | | | Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fix | 2018-10-28 | 1 | -17/+20 | |
| |\ \ \ | | | | | | | | | loader/nsp: Move secondary loader initialization to constructor | ||||
| | * | | | loader/nsp: Move secondary loader initialization to constructor | 2018-10-27 | 1 | -17/+20 | |
| | |/ / | | | | | | | | | | Prevents nullptr bug when trying to dump the RomFS of an NSP resulting from secondary_loader not being initialized. | ||||
| * | | | Implement sRGB Support, including workarounds for nvidia driver issues and ↵ | 2018-10-28 | 8 | -40/+197 | |
| | | | | | | | | | | | | | QT sRGB support | ||||
| * | | | Merge pull request #1602 from DarkLordZach/key-derivation-isxdigit | 2018-10-27 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | key_manager: Use isxdigit instead of isdigit when reading key file | ||||
| | * | | | key_manager: Use isxdigit instead of isdigit when reading key file | 2018-10-27 | 1 | -1/+1 | |
| | |/ / | | | | | | | | | | Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit. | ||||
| * | | | Merge pull request #1597 from lioncash/error | 2018-10-27 | 1 | -51/+70 | |
| |\ \ \ | | | | | | | | | configure_system: Indicate when filesystem operations fail | ||||
| | * | | | configure_system: Make GetIcon() return the scaled 64x64 icon | 2018-10-27 | 1 | -14/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Avoids the need to put the scaling parameters all over the place for the common case. The only other time scaling is done is to generate the smaller 48x48 image, so this is fine. | ||||
| | * | | | configure_system: Move entry formatting for the user account list entries to ↵ | 2018-10-27 | 1 | -18/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | its own function Avoids the need to duplicate this all over the place, and makes it translator-friendly across the board. | ||||
| | * | | | configure_system: Display errors to the user if file operations fail when ↵ | 2018-10-27 | 1 | -24/+46 | |
| | |/ / | | | | | | | | | | | | | | | | | | | setting user images We should display an error to the user if setting a user image for an account fails, rather than continuing onwards. | ||||
| * | | | Merge pull request #1594 from FreddyFunk/static-cast | 2018-10-27 | 1 | -2/+2 | |
| |\ \ \ | |_|/ |/| | | gl_rasterizer_cache: Fix compiler warning | ||||
| | * | | gl_rasterizer_cache: Fix compiler warning | 2018-10-27 | 1 | -2/+2 | |
| | |/ | |||||
| * | | Merge pull request #1596 from FearlessTobi/port-4367 | 2018-10-27 | 1 | -1/+2 | |
| |\ \ | | | | | | | Port citra-emu/citra#4367: "cubeb_sink: ignore null-name device when selecting" | ||||
| | * | | cubeb_sink: ignore null-name device when selecting | 2018-10-27 | 1 | -1/+2 | |
| | |/ | | | | | | | We already ignore them on listing devices. We should do the same when selecting devices. This fix a crash when opening a specific device while there is a null device in the list | ||||
| * | | Merge pull request #1592 from bunnei/prim-restart | 2018-10-27 | 5 | -1/+40 | |
| |\ \ | | | | | | | gl_rasterizer: Implement primitive restart. | ||||