8535 Commits (cc50857460a9ea6c64177e7362e28e3a262da3db)
 

Author SHA1 Message Date
bunnei cc50857460
Merge pull request #1263 from FernandoS27/tex-mode 7 years ago
FernandoS27 a99d9db32f Implemented Texture Processing Modes 7 years ago
bunnei 79217f9870
Merge pull request #1303 from lioncash/error 7 years ago
bunnei 0821a210c4
Merge pull request #1304 from lioncash/str 7 years ago
bunnei 44fac34697
Merge pull request #1305 from FreddyFunk/cmake_yuzu_as_vs_startup_project 7 years ago
Frederic Laing 9f2bcdbb76
Update CMakeLists.txt 7 years ago
Lioncash fbe462099b svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given 7 years ago
Lioncash 3c5c292592 kernel/errors: Correct error codes for invalid thread priority and invalid processor ID 7 years ago
Lioncash 9b3bc0b282 svc: Do nothing if svcOutputDebugString() is given a length of zero 7 years ago
Lioncash 04d723baf9 svc: Correct parameter type for OutputDebugString() 7 years ago
bunnei 475222a496
Merge pull request #1296 from lioncash/prepo 7 years ago
bunnei 3ee4fa557f
Merge pull request #1301 from lioncash/qt 7 years ago
bunnei c245150439
Merge pull request #1300 from lioncash/audio 7 years ago
bunnei 89825766ee
Merge pull request #1278 from tech4me/bg-color-fix 7 years ago
bunnei 522a11a11f
Merge pull request #1295 from bunnei/accurate-copies 7 years ago
bunnei 4a9acc87f9
Merge pull request #1294 from degasus/optimizations 7 years ago
bunnei 7bb226f22d gl_rasterizer_cache: Always blit on recreate, regardless of format. 7 years ago
Lioncash 0e61e8362f game_list: Resolve variable shadowing within LoadCompatibilityList() 7 years ago
Lioncash 7fe10dea3e game_list: Use QJsonValueRef() within LoadCompatibilityList() 7 years ago
Lioncash c243bc09d4 service/audio: Replace includes with forward declarations where applicable 7 years ago
bunnei 429217248f
Merge pull request #1289 from FernandoS27/lea_pset 7 years ago
Lioncash 325c259fc5 service/prepo: Move class into the cpp file 7 years ago
bunnei cdddd71d08 gl_shader_cache: Remove cache_width/cache_height. 7 years ago
Markus Wick 3e973bc4c6 gl_rasterizer: Use ARB_texture_storage. 7 years ago
FernandoS27 5c676dc884 Implemented LEA and PSET 7 years ago
FernandoS27 3f0922715a Implemented encodings for LEA and PSET 7 years ago
bunnei 1470b85af9
Merge pull request #1291 from lioncash/default 7 years ago
bunnei 2f0ff4d25b
Merge pull request #1292 from ogniK5377/renderdoc-fix 7 years ago
bunnei 143525dcb9
Merge pull request #1293 from lioncash/font 7 years ago
Lioncash 46ba1bc40f externals: Place font data within cpp files 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
David Marcec 4c3bd33be2 Fixed renderdoc input/output textures not working due to render targets 7 years ago
Tobias 3bac3051fc Use open-source shared fonts if no dumped file is available (#1269) 7 years ago
Tobias 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
bunnei d6e8e16a66
Merge pull request #1286 from bunnei/multi-clear 7 years ago
bunnei 12445b476d
Merge pull request #1285 from bunnei/depth-fix 7 years ago
bunnei d884e805c5
Merge pull request #1284 from bunnei/bgra8_srgb 7 years ago
James Rowe 4bea6657ef
Merge pull request #1288 from MysticExile/remove-multicore 7 years ago
bunnei ae0c95efcc
Merge pull request #1264 from degasus/optimizations 7 years ago
Markus Wick c1b8cd9058 video_core: Refactor command_processor. 7 years ago
Markus Wick 0cfb0bacb2 video_core: Move command buffer loop. 7 years ago
MysticExile d2f788762a
Remove multicore configure_general.ui 7 years ago
MysticExile 17f8059fea
remove multicore in configure_general.cpp 7 years ago
Markus Wick c560043581 rasterizer: Drop unused handler. 7 years ago
bunnei 4c0b1cc1ae gl_rasterizer_cache: Only use depth for applicable texture formats. 7 years ago
bunnei 035e6bd407 gl_rasterizer: Implement clear for non-zero render targets. 7 years ago
bunnei 1c34498368 gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB. 7 years ago
bunnei ac959799e4
Merge pull request #1281 from bunnei/multi-rt 7 years ago
bunnei 49b15af054 gl_rasterizer: Implement multiple color attachments. 7 years ago
bunnei f9e468d891
Merge pull request #1258 from tgsm/fix-sdl-logging 7 years ago