| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-15 | shader_decode: Implement FADD32I | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement FMUL32_IMM | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement MOV32_IMM | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Stub RRO_C, RRO_R and RRO_IMM | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement FMNMX_C, FMNMX_R and FMNMX_IMM | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement MUFU | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement FADD_C, FADD_R and FADD_IMM | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement FMUL_C, FMUL_R and FMUL_IMM | ReinUsesLisp | |
| 2019-01-15 | shader_decode: Implement MOV_C and MOV_R | ReinUsesLisp | |
| 2019-01-15 | video_core: Replace gl_shader_decompiler | ReinUsesLisp | |
| 2019-01-15 | glsl_decompiler: Implementation | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add condition code helper | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add predicate combiner helper | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add comparison helpers | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add half float helpers | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add integer helpers | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add float helpers | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add setters | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add local memory getters | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add internal flag getters | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add attribute getters | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add constant buffer getters | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add register getter | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Add immediate node constructors | ReinUsesLisp | |
| 2019-01-15 | shader_ir: Initial implementation | ReinUsesLisp | |
| 2019-01-15 | shader_bytecode: Fixup encoding | ReinUsesLisp | |
| 2019-01-15 | shader_header: Make local memory size getter constant | ReinUsesLisp | |
| 2019-01-14 | Merge pull request #2020 from otaviopace/remove-spaces | Hexagon12 | |
| audio_core: remove unnecessary spaces on comments | |||
| 2019-01-14 | audio_core: remove unnecessary spaces on comments | Otávio Pace | |
| 2019-01-12 | Merge pull request #1848 from FreddyFunk/QJsonArray | bunnei | |
| game_list: Remove a reference of a reference | |||
| 2019-01-10 | Merge pull request #1959 from DarkLordZach/custom-rtc | bunnei | |
| settings: Add support for setting the RTC manually | |||
| 2019-01-10 | Merge pull request #1939 from DarkLordZach/web-applet | bunnei | |
| applets: Implement HLE web browser applet (LibAppletOff) | |||
| 2019-01-08 | Merge pull request #2010 from ReinUsesLisp/gmem | bunnei | |
| gl_global_cache: Add dummy global cache manager | |||
| 2019-01-08 | gl_global_cache: Add dummy global cache manager | ReinUsesLisp | |
| 2019-01-07 | settings: Fix comment structure | Zach Hilman | |
| 2019-01-07 | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | |
| 2019-01-07 | time: Use custom RTC settings if applicable for game | Zach Hilman | |
| 2019-01-07 | core: Set custom RTC differential on game boot | Zach Hilman | |
| 2019-01-07 | qt: Provide UI to edit custom RTC settings | Zach Hilman | |
| 2019-01-07 | settings: Add custom RTC settings | Zach Hilman | |
| Stored as signed seconds since epoch. | |||
| 2019-01-07 | Merge pull request #1999 from ReinUsesLisp/dirty-shader | bunnei | |
| gl_shader_cache: Use dirty flags for shaders | |||
| 2019-01-07 | gl_shader_cache: Use dirty flags for shaders | ReinUsesLisp | |
| 2019-01-07 | Merge pull request #1989 from lioncash/set | bunnei | |
| service/vi: Unstub IApplicationDisplayService's SetLayerScalingMode | |||
| 2019-01-07 | Merge pull request #1992 from DarkLordZach/move-profile-manager-ui | bunnei | |
| qt: Move profile manager to own UI tab | |||
| 2019-01-07 | Merge pull request #1990 from ReinUsesLisp/copy-surface-stream-copy | bunnei | |
| gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs | |||
| 2019-01-05 | build: Copy web engine resources to correct location | Zach Hilman | |
| 2019-01-05 | gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs | ReinUsesLisp | |
| Since the data is doing the path CPU -> GPU -> GPU copy is the most approximate hint. Using GL_STREAM_DRAW generated a performance warning on Nvidia's stack. Changing this hint removed the warning. | |||
| 2019-01-05 | Merge pull request #1988 from lioncash/res | bunnei | |
| service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() | |||
| 2019-01-04 | service/vi: Correct scaling mode conversions | Lioncash | |
| These values are not equivalent, based off RE. The internal value is put into a lookup table with the following values: [3, 0, 1, 2, 4] So the values absolutely do not map 1:1 like the comment was indicating. | |||
| 2019-01-04 | service/vi: Factor out scaling mode conversions from the IPC function itself | Lioncash | |
| Avoids entangling the IPC buffer appending with the actual operation of converting the scaling values over. This also inserts the proper error handling for invalid scaling values. | |||
