Commit Graph

  • b258403f0d GLCache: Implemented GetTextureSurface. Subv 2018-03-26 21:51:04 -05:00
  • 65ea52394b GLCache: Support uploading compressed textures to the GPU. Subv 2018-03-26 21:49:05 -05:00
  • 73eaef9c05 GL: Remove remaining references to 3DS-specific pixel formats Subv 2018-03-26 21:48:05 -05:00
  • b305646c44 RasterizerCache: Remove 3DS-specific pixel formats. Subv 2018-03-26 21:46:11 -05:00
  • c28ed85875 GL: Create the sampler objects when starting up the GL rasterizer. Subv 2018-03-26 21:44:03 -05:00
  • ca96b04a0c GL: Ported the SamplerInfo struct from citra. Subv 2018-03-26 21:42:54 -05:00
  • 0171ec606b GL: Rename PicaTexture to MaxwellTexture. Subv 2018-03-26 21:41:47 -05:00
  • f73a280eeb GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL. Subv 2018-03-26 21:41:05 -05:00
  • ad1810e895 Textures: Added a helper function to know if a texture is blocklinear or pitch. Subv 2018-03-26 21:40:30 -05:00
  • 37041ea12c Merge pull request #310 from N00byKing/patch-1 bunnei 2018-04-06 11:07:28 -04:00
  • 358050cfc6 core, main.h: Abort on 32Bit ROMs (#309) N00byKing 2018-04-06 17:06:32 +02:00
  • 68183e7b5a Merge pull request #312 from jroweboy/update-fmtlib bunnei 2018-04-06 10:25:30 -04:00
  • f9945f8a3b Update fmtlib to fix msvc warnings James Rowe 2018-04-05 22:42:09 -06:00
  • d1d7582a5b rasterizer_interface.h: Update from citra to yuzu N00byKing 2018-04-04 23:07:58 +02:00
  • 1f37dd02ce default_ini.h: Update from citra to yuzu N00byKing 2018-04-04 23:05:51 +02:00
  • 27dbbd8227 gl_rasterizer_cache.cpp: Update from citra to yuzu N00byKing 2018-04-04 23:05:10 +02:00
  • cfc28e0c1a gl_rasterizer_cache.h: Update from citra to yuzu N00byKing 2018-04-04 23:04:24 +02:00
  • ca17f581f5 renderer_opengl.h: Update from citra to yuzu N00byKing 2018-04-04 23:03:02 +02:00
  • 20bd26dc7d Merge pull request #308 from bunnei/misc-fixes-2 bunnei 2018-04-04 16:50:12 -04:00
  • 40bccd74d3 svc: Stub out SetThreadActivity, GetThreadContext. bunnei 2018-04-02 23:50:17 -04:00
  • 4c0cf3d5ff audren_u: Stub out GetActiveAudioDeviceName. bunnei 2018-04-02 23:34:52 -04:00
  • 3d4dfefaec audout_u: Implement GetAudioOutState. bunnei 2018-04-02 23:31:29 -04:00
  • 910b02d74b nifm: GetResult does not return a data field. bunnei 2018-04-02 23:30:27 -04:00
  • 9d08a11c1d vi: Implement GetDisplayResolution. bunnei 2018-04-02 23:28:45 -04:00
  • 99ae9dbf49 shared_memory: Remove incorrect 3ds-specific check. bunnei 2018-04-02 23:07:38 -04:00
  • 9eb485702f service: Add friend:u interface. bunnei 2018-04-02 23:05:17 -04:00
  • b87a588c37 Merge pull request #306 from daniellimws/new-fmt-macros bunnei 2018-04-02 22:48:17 -04:00
  • bb9093ed57 logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC Daniel Lim Wee Soong 2018-04-03 10:31:54 +08:00
  • c2e0820ac2 Merge pull request #262 from daniellimws/fmtlib-macros bunnei 2018-04-02 21:19:20 -04:00
  • c824648db5 Merge pull request #267 from N00byKing/patch-1 bunnei 2018-04-02 18:33:52 -04:00
  • 6cd1482354 Merge pull request #276 from N00byKing/acctoyuzu bunnei 2018-04-02 18:30:04 -04:00
  • c82a4df000 Merge pull request #304 from daniellimws/fix-openbsd bunnei 2018-04-02 18:27:19 -04:00
  • 467858633f Merge pull request #305 from N00byKing/patch-2 James Rowe 2018-04-02 16:21:03 -06:00
  • 1aafb0f3a3 deconstructed_rom_directory.cpp: Fix Typo N00byKing 2018-04-03 00:20:35 +02:00
  • 2863e1edb9 Merge pull request #66 from RiverCityRansomware/qtUpdate bunnei 2018-04-02 16:06:58 -04:00
  • c9845c486e externals: Update fmt to 4d35f94 Daniel Lim Wee Soong 2018-04-03 02:49:58 +08:00
  • a66204eb5c common: fix swap functions on Bitrig and OpenBSD Daniel Lim Wee Soong 2018-03-27 17:54:29 +08:00
  • 6022bc8394 Merge pull request #297 from bunnei/hid-touch-state bunnei 2018-04-02 13:05:34 -04:00
  • f92594d744 Merge pull request #296 from bunnei/misc-mem-fsp-fixes bunnei 2018-04-02 13:05:25 -04:00
  • 3413f1f7ce Merge pull request #288 from Subv/macro_interpreter bunnei 2018-04-02 10:04:19 -04:00
  • 11b4ab9685 GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. Subv 2018-03-28 15:20:18 -05:00
  • 1ec8d2123d GPU: Implemented a gpu macro interpreter. Subv 2018-03-28 15:14:47 -05:00
  • 72b90494e7 hid: Write empty touch screen state. bunnei 2018-04-01 00:12:07 -04:00
  • f4ba523992 hle_ipc, fsp_srv: Cleanup logging. bunnei 2018-03-31 23:30:00 -04:00
  • b6b7d78ded hid: Stub out GetSupportedNpadStyleSet. bunnei 2018-03-31 16:05:45 -04:00
  • eef097bdc7 hle_ipc: Do not ensure write buffer size. bunnei 2018-03-31 16:05:19 -04:00
  • 88582b84a5 fsp_srv: Implement GetSize and SetSize. bunnei 2018-03-31 16:02:21 -04:00
  • b27ab46bde memory: Fix stack region. bunnei 2018-03-31 15:03:28 -04:00
  • b3298465cf Merge pull request #293 from N00byKing/drkthm bunnei 2018-03-31 00:46:18 -04:00
  • 9cba0f1794 Merge pull request #292 from bunnei/botw-progress bunnei 2018-03-30 14:18:57 -04:00
  • 1b7dc84132 Port citra-emu/citra#3610 to yuzu N00byKing 2018-03-30 17:38:34 +02:00
  • b55dc9c85e Remove whitespaces N00byKing 2018-03-30 14:18:35 +02:00
  • 78e974ba68 Add Dark theme, Icon theming N00byKing 2018-03-30 11:50:10 +02:00
  • 86095e62cc audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. bunnei 2018-03-29 21:11:53 -04:00
  • f6893969b3 svc: Stub GetThreadCoreMask. bunnei 2018-03-29 21:07:49 -04:00
  • deaf6f9e35 service: Add NFP module interface. bunnei 2018-03-29 21:06:51 -04:00
  • cf643df792 Merge pull request #290 from MerryMage/dfix-20180329 bunnei 2018-03-29 09:06:52 -04:00
  • 4900c51864 Merge pull request #289 from lioncash/self-assign bunnei 2018-03-29 09:03:41 -04:00
  • 57eca6374a dynarmic: Update to 9cc12d8 MerryMage 2018-03-29 12:48:17 +01:00
  • 36e60c217a result: Check against self-assignment in ResultVal's copy assignment operator Lioncash 2018-03-28 18:01:46 -04:00
  • be4c7ed082 Merge pull request #286 from N00byKing/citratoyuzuagain bunnei 2018-03-27 19:57:58 -04:00
  • 16b14aa7e3 main.h: Add pragma once, remove ifndef N00byKing 2018-03-26 21:27:10 +02:00
  • b30aa7007e Merge pull request #285 from MerryMage/dfix-20180327 bunnei 2018-03-27 10:22:48 -04:00
  • a5e9745380 Merge pull request #284 from bunnei/docked-config bunnei 2018-03-27 10:22:08 -04:00
  • aa0f596a6e telemetry.h: Reword comment from citra to yuzu N00byKing 2018-03-26 21:39:30 +02:00
  • 98f0352728 telemetry_session.h: Reword Documentation Comment from citra to yuzu N00byKing 2018-03-26 21:31:19 +02:00
  • 10738588a4 Remove Links to citra Services N00byKing 2018-03-24 09:28:32 +01:00
  • 8004af0d05 Change Telemetry Names to yuzu N00byKing 2018-03-24 09:18:48 +01:00
  • 78a81614ee dynarmic: Update to 12a1020 MerryMage 2018-03-27 08:23:31 +01:00
  • 1a28f4fa8c Merge pull request #282 from N00byKing/patch-2 bunnei 2018-03-26 23:37:05 -04:00
  • 212a6ab937 settings: Remove unused CpuCore class. bunnei 2018-03-26 23:14:44 -04:00
  • 94f4009c3b config: Use simplified checkbox (from Citra) for CPU JIT. bunnei 2018-03-26 23:01:40 -04:00
  • 5ecf152c8e config: Rename is_docked to use_docked_mode to be consistent with other config bools. bunnei 2018-03-26 22:59:18 -04:00
  • f1423fcbc1 configure_general: Cleanup naming. bunnei 2018-03-26 22:29:15 -04:00
  • c97ff4460c qt: Add config option for is_docked. bunnei 2018-03-26 22:25:13 -04:00
  • 12b05c719e config: Add setting for whether the system is docked or not. bunnei 2018-03-26 22:24:31 -04:00
  • b4bf099793 Merge pull request #279 from bunnei/tegra-progress-3 bunnei 2018-03-26 22:30:03 -04:00
  • 5e343edc9e renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen. bunnei 2018-03-26 21:06:37 -04:00
  • d8f745382b graphics_surface: Remove superfluous cast. bunnei 2018-03-26 21:02:31 -04:00
  • c33abac275 gl_rasterizer: Move code to bind framebuffer surfaces before draw to its own function. bunnei 2018-03-26 20:58:19 -04:00
  • d30110348b gl_rasterizer: Add a SyncViewport method. bunnei 2018-03-26 20:45:10 -04:00
  • 67bc2f5ecd gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL. bunnei 2018-03-26 20:09:01 -04:00
  • 666d53299c graphics_surface: Fix merge conflicts. bunnei 2018-03-25 17:57:53 -04:00
  • ac19e3d061 gl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray. bunnei 2018-03-25 01:00:41 -04:00
  • a6cab532f8 gl_rasterizer: Normalize vertex array data as appropriate. bunnei 2018-03-25 00:09:53 -04:00
  • d4fb8a887c memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock. bunnei 2018-03-25 00:01:13 -04:00
  • 527ce12ce4 maxwel_to_gl: Fix string formatting in log statements. bunnei 2018-03-24 23:22:19 -04:00
  • d89bfec5f5 rasterizer: Rename DrawTriangles to DrawArrays. bunnei 2018-03-24 22:50:21 -04:00
  • 1bfc0dc2db gl_rasterizer: Use passthrough shader for SetupVertexShader. bunnei 2018-03-24 22:42:28 -04:00
  • 0a5832798a renderer_opengl: Logging, etc. cleanup. bunnei 2018-03-24 22:38:08 -04:00
  • 7504df52fc renderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack. bunnei 2018-03-24 22:25:38 -04:00
  • c1ccbf332f gl_rasterizer_cache: Implement UpdatePagesCachedCount. bunnei 2018-03-24 22:24:45 -04:00
  • d732142b66 memory: Add RasterizerMarkRegionCached code and cleanup. bunnei 2018-03-24 22:21:14 -04:00
  • c2dbdefedf gl_rasterizer: Implement SetupVertexArray. bunnei 2018-03-24 21:29:47 -04:00
  • cd8bb6ea9b gl_rasterizer_cache: Fix an ASSERT_MSG. bunnei 2018-03-24 21:24:34 -04:00
  • 4369af6b7e maxwell_to_gl: Add module and function for decoding VertexType. bunnei 2018-03-24 21:09:30 -04:00
  • 3754e0fdfd maxwell_3d: Use names that match envytools for VertexType. bunnei 2018-03-24 21:04:23 -04:00
  • 15925b8293 maxwell_3d: Add VertexAttribute struct and cleanup. bunnei 2018-03-24 16:26:14 -04:00
  • 0ee38e1363 gl_rasterizer: Use 32 texture units instead of 3. bunnei 2018-03-24 04:06:26 -04:00
  • 0162a2d5cb gl_rasterizer: Implement DrawTriangles. bunnei 2018-03-24 03:59:51 -04:00