summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-12Merge pull request #1297 from lioncash/plbunnei
2018-09-12Merge pull request #1263 from FernandoS27/tex-modebunnei
2018-09-12GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv
2018-09-12audio_core: Flush stream when not playing anythingMerryMage
2018-09-12Implemented Texture Processing ModesFernandoS27
2018-09-12Merge pull request #1303 from lioncash/errorbunnei
2018-09-12Merge pull request #1304 from lioncash/strbunnei
2018-09-12Merge pull request #1305 from FreddyFunk/cmake_yuzu_as_vs_startup_projectbunnei
2018-09-12Update CMakeLists.txtFrederic Laing
2018-09-12svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...Lioncash
2018-09-12kernel/errors: Correct error codes for invalid thread priority and invalid pr...Lioncash
2018-09-12svc: Do nothing if svcOutputDebugString() is given a length of zeroLioncash
2018-09-12svc: Correct parameter type for OutputDebugString()Lioncash
2018-09-12yuzu/configure_gamelist: Make combo box strings translatableLioncash
2018-09-12yuzu/configure_gamelist: Use std::array instead of std::vector for translatab...Lioncash
2018-09-12yuzu/configure_gamelist: Move combo box initializtion to their own functionsLioncash
2018-09-11Merge pull request #1296 from lioncash/prepobunnei
2018-09-11Merge pull request #1301 from lioncash/qtbunnei
2018-09-11Merge pull request #1300 from lioncash/audiobunnei
2018-09-11Merge pull request #1278 from tech4me/bg-color-fixbunnei
2018-09-11Merge pull request #1295 from bunnei/accurate-copiesbunnei
2018-09-11Merge pull request #1294 from degasus/optimizationsbunnei
2018-09-11gl_rasterizer_cache: Always blit on recreate, regardless of format.bunnei
2018-09-11game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash
2018-09-11game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-11audio_core/sink_details: Change std::string parameter into std::string_viewLioncash
2018-09-11pl_u: Eliminate mutable file-scope stateLioncash
2018-09-11Merge pull request #1289 from FernandoS27/lea_psetbunnei
2018-09-11service/prepo: Move class into the cpp fileLioncash
2018-09-11gl_shader_cache: Remove cache_width/cache_height.bunnei
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick
2018-09-11Implemented LEA and PSETFernandoS27
2018-09-11Implemented encodings for LEA and PSETFernandoS27
2018-09-11Replace old FragmentHeader for the new HeaderFernandoS27
2018-09-11Implemented (Partialy) Shader HeaderFernandoS27
2018-09-11Merge pull request #1291 from lioncash/defaultbunnei
2018-09-11Merge pull request #1292 from ogniK5377/renderdoc-fixbunnei
2018-09-11Merge pull request #1293 from lioncash/fontbunnei
2018-09-11externals: Place font data within cpp filesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-11Fixed renderdoc input/output textures not working due to render targetsDavid Marcec
2018-09-10Use open-source shared fonts if no dumped file is available (#1269)Tobias
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-09-10Merge pull request #1286 from bunnei/multi-clearbunnei
2018-09-10Merge pull request #1285 from bunnei/depth-fixbunnei
2018-09-10Merge pull request #1284 from bunnei/bgra8_srgbbunnei
2018-09-10Merge pull request #1288 from MysticExile/remove-multicoreJames Rowe
2018-09-10Merge pull request #1264 from degasus/optimizationsbunnei
2018-09-10video_core: Refactor command_processor.Markus Wick