| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Assert Control Codes Generation | 2018-10-30 | 2 | -1/+103 | |
| | | |||||
| * | 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. | ||||
| | * | | gl_rasterizer: Implement primitive restart. | 2018-10-26 | 5 | -1/+40 | |
| | |/ | |||||
| * / | Implement Default Block Height for each format | 2018-10-27 | 1 | -0/+62 | |
| |/ | |||||
| * | Merge pull request #1533 from FernandoS27/lmem | 2018-10-26 | 3 | -1/+138 | |
| |\ | | | | | Implemented Shader Local Memory | ||||
| | * | Implemented LD_L and ST_L | 2018-10-24 | 3 | -12/+112 | |
| | | | |||||
| | * | Implement Shader Local Memory | 2018-10-24 | 1 | -0/+37 | |
| | | | |||||
| * | | Merge pull request #1430 from DarkLordZach/remove-promote-dir | 2018-10-26 | 17 | -95/+1 | |
| |\ \ | | | | | | | vfs: Remove InterpretAsDirectory and related functions | ||||
| | * | | vfs: Remove InterpretAsDirectory and related functions | 2018-10-19 | 17 | -95/+1 | |
| | | | | | | | | | | | | | When writing VFS, it initally seemed useful to include a function to in-place convert container files into directories in one homogenous directory structure, but re-evaluating it now there have been plenty of chances to use it and there has always been a better way. Removing as it is unused and likely will not be used. | ||||
| * | | | Merge pull request #1591 from bunnei/depth-range | 2018-10-26 | 6 | -14/+41 | |
| |\ \ \ | | | | | | | | | gl_rasterizer: Implement depth range. | ||||
| | * | | | maxwell_3d: Add code for initializing register defaults. | 2018-10-25 | 2 | -1/+21 | |
| | | | | | |||||
| | * | | | gl_rasterizer: Implement depth range. | 2018-10-25 | 4 | -13/+20 | |
| | | | | | |||||