| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const | 2018-08-09 | 2 | -2/+2 | |
| | | | | | | This function doesn't modify anything within the reference Thread instance. | ||||
| * | Merge pull request #982 from bunnei/stub-unk-63 | 2018-08-08 | 2 | -0/+9 | |
| |\ | | | | | gl_shader_decompiler: Stub input attribute Unknown_63. | ||||
| | * | gl_shader_decompiler: Stub input attribute Unknown_63. | 2018-08-08 | 2 | -0/+9 | |
| | | | |||||
| * | | Merge pull request #986 from mailwl/acc-loadimage | 2018-08-08 | 1 | -1/+22 | |
| |\ \ | | | | | | | Service/Account: stub LoadImage function | ||||
| | * | | Service/Account: stub LoadImage function | 2018-08-08 | 1 | -1/+22 | |
| | | | | |||||
| * | | | Merge pull request #976 from bunnei/shader-imm | 2018-08-08 | 2 | -11/+6 | |
| |\ \ \ | | | | | | | | | gl_shader_decompiler: Let OpenGL interpret floats. | ||||
| | * | | | gl_shader_decompiler: Let OpenGL interpret floats. | 2018-08-08 | 2 | -11/+6 | |
| | | |/ | |/| | | | | | | | | | | - Accuracy is lost in translation to string, e.g. with NaN. - Needed for Super Mario Odyssey. | ||||
| * | | | Merge pull request #981 from bunnei/cbuf-corrupt | 2018-08-08 | 4 | -3/+12 | |
| |\ \ \ | | | | | | | | | maxwell_3d: Use correct const buffer size and check bounds. | ||||
| | * | | | maxwell_3d: Use correct const buffer size and check bounds. | 2018-08-08 | 4 | -3/+12 | |
| | |/ / | | | | | | | | | | - Fixes mem corruption with Super Mario Odyssey and Pokkén Tournament DX. | ||||
| * | | | Merge pull request #978 from bunnei/fixioctl | 2018-08-08 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | ||||
| | * | | | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | 2018-08-08 | 1 | -1/+1 | |
| | |/ / | |||||
| * | | | Merge pull request #985 from bunnei/rt-r11g11b10 | 2018-08-08 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel. | ||||
| | * | | | gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel. | 2018-08-08 | 1 | -0/+1 | |
| | |/ / | | | | | | | | | | - Used by Super Mario Odyssey. | ||||
| * | | | Merge pull request #979 from bunnei/vtx88 | 2018-08-08 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. | ||||
| | * | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. | 2018-08-08 | 1 | -0/+1 | |
| | |/ / | |||||
| * | | | Merge pull request #975 from bunnei/am-stub | 2018-08-08 | 2 | -1/+9 | |
| |\ \ \ | | | | | | | | | am: Stub SetScreenShotImageOrientation. | ||||
| | * | | | am: Stub SetScreenShotImageOrientation. | 2018-08-08 | 2 | -1/+9 | |
| | |/ / | | | | | | | | | | - Used by Super Mario Odyssey. | ||||
| * | | | Merge pull request #980 from bunnei/fix-logs | 2018-08-08 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | renderer_opengl: Use trace log in a few places. | ||||
| | * | | | renderer_opengl: Use trace log in a few places. | 2018-08-08 | 2 | -2/+2 | |
| | |/ / | |||||
| * | | | Merge pull request #966 from lioncash/modernize | 2018-08-08 | 5 | -11/+11 | |
| |\ \ \ | | | | | | | | | common: Convert type traits templates over to variable template versions where applicable | ||||
| | * | | | common: Convert type traits templates over to variable template versions ↵ | 2018-08-07 | 5 | -11/+11 | |
| | |/ / | | | | | | | | | | | | | | | | where applicable Uses the C++17 inline variable variants | ||||
| * | | | Merge pull request #850 from DarkLordZach/icon-meta | 2018-08-08 | 23 | -21/+484 | |
| |\ \ \ | | | | | | | | | Add Icons and Metadata Support | ||||
| | * | | | configure_gamelist: Use explicit QVariant constructor | 2018-08-07 | 1 | -2/+4 | |
| | | | | | |||||
| | * | | | loader: Add icon and title support to XCI | 2018-08-06 | 7 | -5/+46 | |
| | | | | | |||||
| | * | | | Use const where applicable | 2018-08-06 | 4 | -7/+7 | |
| | | | | | |||||
| | * | | | Avoid parsing RomFS to directory in NCA | 2018-08-06 | 18 | -19/+439 | |
| | | | | | |||||
| * | | | | Merge pull request #968 from lioncash/vec | 2018-08-08 | 1 | -180/+182 | |
| |\ \ \ \ | | | | | | | | | | | vector_math: Minor cleanups | ||||
| | * | | | | vector_math: Remove unimplemented function prototypes | 2018-08-07 | 1 | -23/+0 | |
| | | | | | | |||||
| | * | | | | vector_math: Make functions constexpr where applicable | 2018-08-07 | 1 | -154/+179 | |
| | | | | | | |||||
| | * | | | | vector_math: Convert typedefs to type aliases | 2018-08-07 | 1 | -3/+3 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #958 from lioncash/nv-global | 2018-08-08 | 5 | -11/+22 | |
| |\ \ \ \ | |_|_|/ |/| | | | nvdrv: Get rid of global std::weak_ptr | ||||
| | * | | | nvdrv: Get rid of global std::weak_ptr | 2018-08-07 | 5 | -11/+22 | |
| | |/ / | | | | | | | | | | | | | Rather than use global state, we can simply pass the instance into the NVFlinger instance directly. | ||||
| * | | | Merge pull request #972 from lioncash/catch | 2018-08-08 | 4 | -4/+4 | |
| |\ \ \ | | | | | | | | | externals: Update catch to 2.3.0 | ||||
| | * | | | externals: Update catch to 2.3.0 | 2018-08-07 | 4 | -4/+4 | |
| | |/ / | | | | | | | | | | Updates the library from 2.2.3 to 2.3.0 | ||||
| * | | | Merge pull request #965 from lioncash/unused-files | 2018-08-08 | 3 | -126/+0 | |
| |\ \ \ | | | | | | | | | hle: Remove unused romfs.cpp/.h | ||||
| | * | | | hle: Remove unused romfs.cpp/.h | 2018-08-07 | 3 | -126/+0 | |
| | |/ / | | | | | | | | | | These files are no longer used, so we can get rid of them. | ||||
| * | | | Merge pull request #974 from lioncash/acc | 2018-08-08 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | acc: Add missing function table entries for GetUserCount | ||||
| | * | | | acc: Add missing function table entries for GetUserCount | 2018-08-07 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Given this is stubbed within the common module in 5ac7b84, it should be added to the other relevant tables as well. | ||||
| * | | | | hid: fix IsSixAxisSensorAtRest() response | 2018-08-08 | 1 | -1/+1 | |
| |/ / / | |||||
| * | | | acc: Stub GetUserCount. (#973) | 2018-08-07 | 3 | -1/+9 | |
| | | | | | | | | | | - Used by Pokken Tournament DX. | ||||
| * | | | Merge pull request #967 from lioncash/sign | 2018-08-07 | 1 | -4/+8 | |
| |\ \ \ | |/ / |/| | | file_util: Avoid sign-conversions in WriteArray() and ReadArray() | ||||
| | * | | file_util: Avoid sign-conversions in WriteArray() and ReadArray() | 2018-08-07 | 1 | -4/+8 | |
| | | | | | | | | | | | | | Prevents compiler warnings. | ||||
| * | | | Merge pull request #964 from Hexagon12/lower-logs | 2018-08-07 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | Lowered down the logging for command processor methods | ||||
| | * | | | Lowered down the logging for methods | 2018-08-07 | 1 | -4/+4 | |
| | | | | | |||||
| * | | | | Fixed the sRGB pixel format (#963) | 2018-08-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Changed the sRGB pixel format return * Add a message about SRGBA -> RGBA conversion | ||||
| * | | | | Merge pull request #920 from DarkLordZach/titlekey | 2018-08-07 | 2 | -7/+39 | |
| |\ \ \ \ | | | | | | | | | | | content_archive: Add support for titlekey cryptography | ||||
| | * | | | | content_archive: Add support for titlekey cryptography | 2018-08-04 | 2 | -7/+39 | |
| | | | | | | |||||
| * | | | | | Merge pull request #957 from lioncash/event | 2018-08-07 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | nvflinger: Correct typo in name of composition event | ||||
| | * | | | | | nvflinger: Correct typo in name of composition event | 2018-08-07 | 1 | -1/+1 | |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #954 from lioncash/hid | 2018-08-07 | 1 | -0/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | services/hid: Add ActivateNpadWithRevision() to the hid function info array | ||||