| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | nvdec: Better logging for unimplemented codecs | 2021-08-07 | 1 | -1/+1 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6795 from sankasan/cmd-remove-cursor-fullscreen | 2021-08-07 | 4 | -0/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu-cmd: hide cursor when in fullscreen | 2021-08-01 | 4 | -0/+9 | ||
| * | | | | | | | | | Merge pull request #6815 from german77/ui_improvements | 2021-08-06 | 2 | -21/+46 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | settings_ui: Add emulated joystick position dot to controller preview | 2021-08-04 | 2 | -21/+46 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6791 from ameerj/astc-opt | 2021-08-06 | 7 | -421/+251 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | astc_decoder: Reduce workgroup size | 2021-08-01 | 3 | -5/+5 | ||
| | * | | | | | | | | astc_decoder: Compute offset swizzles in-shader | 2021-08-01 | 4 | -109/+25 | ||
| | * | | | | | | | | astc_decoder: Make use of uvec4 for payload data | 2021-07-31 | 1 | -79/+43 | ||
| | * | | | | | | | | astc_decoder: Simplify Select2DPartition | 2021-07-31 | 1 | -38/+19 | ||
| | * | | | | | | | | astc_decoder: Optimize the use EncodingData | 2021-07-31 | 6 | -138/+108 | ||
| | * | | | | | | | | astc.h: Move data to cpp implementation | 2021-07-31 | 2 | -64/+63 | ||
| * | | | | | | | | | Merge pull request #6799 from ameerj/vp9-fixes | 2021-08-06 | 5 | -205/+52 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | nvhost_nvdec_common: Remove BufferMap | 2021-08-06 | 2 | -76/+0 | ||
| | * | | | | | | | | vp9: Cleanup unused variables | 2021-08-06 | 3 | -58/+17 | ||
| | * | | | | | | | | vp9: Fix reference frame refreshes | 2021-08-06 | 2 | -48/+31 | ||
| | * | | | | | | | | nvhost_nvdec_common: Stub UnmapBuffer Ioctl | 2021-08-06 | 1 | -23/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6822 from yzct12345/clion-assert | 2021-08-05 | 1 | -2/+6 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | assert: Verify formatting | 2021-08-05 | 1 | -2/+6 | ||
| | * | | | | | | | assert: Avoid empty macros | 2021-08-05 | 1 | -2/+2 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #6813 from Morph1984/hex-string-to-uuid | 2021-08-05 | 2 | -0/+73 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | common: uuid: Add hex string to UUID constructor | 2021-08-04 | 2 | -0/+73 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6819 from Morph1984/i-am-dumb | 2021-08-04 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | applet_swkbd: Include the null terminator in the buffer size calculation | 2021-08-04 | 1 | -2/+4 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #6818 from Morph1984/hex-util-bug | 2021-08-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hex_util: Fix incorrect array size in AsArray | 2021-08-04 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * / / / / / | config: Read connected setting for controllers | 2021-08-04 | 1 | -0/+3 | ||
| |/ / / / / | ||||||
| * | | | | | nvdec: Implement VA-API hardware video acceleration (#6713) | 2021-08-03 | 5 | -72/+175 | ||
| * | | | | | Merge pull request #6805 from lat9nq/fix-user-profiles | 2021-08-02 | 1 | -5/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | config: Only read/write current_user on global config | 2021-08-02 | 1 | -5/+6 | ||
| * | | | | | | network: fix ternary operator in Socket::SendTo | 2021-08-02 | 1 | -1/+1 | ||
| |/ / / / / | ||||||
| * | | / / | decoders: Optimize swizzle copy performance (#6790) | 2021-08-02 | 1 | -9/+43 | ||
| | |_|/ / |/| | | | ||||||
| * | | | | game_list: Make game list folder icons smaller (#6762) | 2021-08-01 | 6 | -28/+70 | ||
| * | | | | service: set: Correct copy amount in GetAvailableLanguageCodes | 2021-08-01 | 1 | -1/+2 | ||
| * | | | | Merge pull request #6720 from ameerj/vk-screenshot | 2021-08-01 | 8 | -75/+247 | ||
| |\ \ \ \ | ||||||
| | * | | | | renderers: Add explicit invert_y bool to screenshot callback | 2021-07-28 | 5 | -7/+7 | ||
| | * | | | | renderer_vulkan: Implement screenshots | 2021-07-28 | 2 | -0/+152 | ||
| | * | | | | vk_blit_screen: Add public CreateFramebuffer method | 2021-07-28 | 2 | -14/+18 | ||
| | * | | | | vk_blit_screen: Make Draw method more generic | 2021-07-28 | 3 | -55/+71 | ||
| * | | | | | Merge pull request #6765 from ReinUsesLisp/y-negate-vk | 2021-08-01 | 1 | -2/+7 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | vk_rasterizer: Flip viewport on Y_NEGATE | 2021-07-29 | 1 | -2/+7 | ||
| * | | | | | hle: api_version: Update HOS version to 12.1.0 | 2021-07-31 | 1 | -7/+7 | ||
| * | | | | | Merge pull request #6752 from Morph1984/pt-br | 2021-07-30 | 5 | -11/+20 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | configure_system: Add Brazilian Portuguese to the list of languages | 2021-07-30 | 2 | -1/+6 | ||
| | * | | | | | service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17 | 2021-07-30 | 1 | -8/+8 | ||
| | * | | | | | service: ns, set: Add PT_BR (Brazilian Portuguese) | 2021-07-30 | 3 | -2/+6 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #6775 from lat9nq/cmd-remove-global-core | 2021-07-30 | 7 | -12/+23 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | emu_window: Remove global system instance | 2021-07-30 | 7 | -12/+23 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #6759 from ReinUsesLisp/pipeline-statistics | 2021-07-30 | 19 | -24/+307 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | renderer_vulkan: Add setting to log pipeline statistics | 2021-07-27 | 19 | -24/+307 | ||
| | | |_|_|/ | |/| | | | ||||||