Commit graph

  • bd833b8dd8 gl_shader_gen: Fix bug where TEV stage outputs should be clamped. bunnei 2015-10-07 21:01:28 -0400
  • f2e7f7e101 gl_rasterizer: Add documentation to ShaderCacheKey. bunnei 2015-10-06 18:34:50 -0400
  • 4b5141954e gl_shader_gen: Add additional function documentation. bunnei 2015-10-06 18:21:28 -0400
  • 2a0a86f629 gl_shader_util: Cleanup header file + add docstring. bunnei 2015-10-06 18:10:32 -0400
  • a74774257e gl_shader_gen: Various cleanups + moved TEV stage generation to its own function. bunnei 2015-10-06 18:01:53 -0400
  • c86b9d4242 renderer_opengl: Refactor shader generation/caching to be more organized + various cleanups. bunnei 2015-10-05 22:33:47 -0400
  • 3c057bd3d8 gl_rasterizer: Move logic for creating ShaderCacheKey to a static function. bunnei 2015-10-05 20:52:04 -0400
  • b02a533d94 gl_shader_util: Use vec3 constants for AppendColorCombiner. bunnei 2015-10-02 00:12:50 -0400
  • 37b0aa5af7 gl_rasterizer: Fix typo in uploading TEV const color uniforms. bunnei 2015-10-01 22:12:44 -0400
  • 82f3e6dc69 gl_shader_util: Fix precision bug with alpha testing. - Alpha testing is not done with float32 precision, this makes the HW renderer match the SW renderer. bunnei 2015-10-01 18:34:10 -0400
  • e3f4233cef Initial implementation of fragment shader generation with caching. Subv 2015-07-25 20:13:11 -0500
  • d1f73c424f Add a register variable to loops polaris- 2015-10-21 07:45:35 -0400
  • d7e346239b Update register read loops to go with last commit polaris- 2015-10-21 07:28:36 -0400
  • 8a0d848646 Pad responses to gdb for VFP registers polaris- 2015-10-21 07:19:03 -0400
  • 53aa55fcaa Try to add support for VFP registers polaris- 2015-10-21 07:14:43 -0400
  • 9f66580d7e Fix buffer overflow comments polaris- 2015-10-21 06:49:49 -0400
  • 3c4618bfd4 fixup! Subv 2015-10-20 22:14:57 -0500
  • bda2234553 fixup! Subv 2015-08-16 22:46:24 -0500
  • bb772870d5 fixup! Subv 2015-08-16 20:56:42 -0500
  • c5f0d83ed4 fixup! Subv 2015-08-16 20:49:43 -0500
  • 3b6c037ba2 fixup! fixed the deswizzling logic. Patch by @yuriks Subv 2015-08-16 20:41:54 -0500
  • 1e5a32fce3 HWRenderer: Clarified a comment about framebuffer readbacks. Subv 2015-08-16 17:01:56 -0500
  • 9d0f22d24f Rasterizer/HW: Improved the speed of the swizzling done during each framebuffer readback / reload. This reduces readback and reload time by a few milliseconds. Subv 2015-08-16 15:11:58 -0500
  • 6e57389172 change file path encoding to Local8bit() wwylele 2015-10-20 20:58:23 +0300
  • 9d5f3c6bea Merge f56cce2cd0 into 7411aed5c7 wwylele 2015-10-20 17:07:46 +0000
  • f56cce2cd0 Merge remote-tracking branch 'refs/remotes/citra-emu/master' wwylele 2015-10-20 20:06:47 +0300
  • 7411aed5c7 Merge pull request #1207 from kemenaran/persist-citra-settings-in-qt bunnei 2015-10-20 10:31:13 -0400
  • 2e2cfa0037 Merge pull request #1204 from kemenaran/qt-add-mac-icon bunnei 2015-10-20 10:21:03 -0400
  • c717d1551d Merge pull request #1199 from Gareth422/encryption-check bunnei 2015-10-20 10:17:31 -0400
  • 71f6672415 citra-qt: persist hardware-rendering and shaders-jit settings Pierre de La Morinerie 2015-10-18 14:08:23 +0200
  • 2e8a7a7a08 Externals: Regenerate GLAD with GL_KHR_debug support. Emmanuel Gil Peyrot 2015-10-10 00:29:41 +0100
  • 22421528b7 citra-qt: Add icon to Mac app Pierre de La Morinerie 2015-09-11 22:08:42 +0200
  • 2b7316a379 Remove unnecessary new lines, changed Deinit to Shutdown polaris- 2015-10-11 20:07:58 -0400
  • a3bd45d75a Qt: Rename configuration folder Gareth Poole 2015-10-10 23:16:53 -0400
  • 721475420d Loader: Change NCCH header types to be explicitly little-endian Gareth Poole 2015-10-10 21:51:06 -0400
  • 2706394384 Loader: Implement encryption check Gareth Poole 2015-10-10 21:50:10 -0400
  • 04325e5980 Merge pull request #1194 from linkmauve/no-newline bunnei 2015-10-10 14:42:17 -0400
  • d36eeaa3ca Merge pull request #1195 from Gareth422/secondary bunnei 2015-10-10 14:41:52 -0400
  • 14af5919ba CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. Emmanuel Gil Peyrot 2015-10-09 22:13:54 +0100
  • be217bca70 Fixed spelling errors Gareth Poole 2015-10-09 17:09:52 -0400
  • 60a1170250 sorry so many mistakes wwylele 2015-10-08 11:57:55 +0800
  • 1a088b85c6 oops wwylele 2015-10-08 11:52:10 +0800
  • 4c2beee62f citra-qt: Change file path encoding wwylele 2015-10-08 11:32:26 +0800
  • 7c747c8c33 Merge pull request #1189 from archshift/game-list-toggle-window bunnei 2015-10-07 10:33:11 -0400
  • 2599d34c96 Merge pull request #1190 from rohit-n/sign-compare bunnei 2015-10-07 10:32:19 -0400
  • 32391cffdd Silence -Wsign-compare warnings. Rohit Nirmal 2015-10-06 21:28:19 -0500
  • 2ce2e05db0 Game list: propely hide on toggling window mode archshift 2015-10-06 12:20:26 -0700
  • 87eca546b2 Merge pull request #1164 from kemenaran/qt-high-dpi-fixes bunnei 2015-10-06 19:05:15 -0400
  • ba5d0f594d citra-qt: Fix mouse events coordinates on high-DPI screens Pierre de La Morinerie 2015-09-10 23:42:45 +0200
  • 2f4a1e0d59 citra-qt: Enable high-DPI widgets on Mac app Pierre de La Morinerie 2015-09-11 22:08:15 +0200
  • 513483f8d5 citra-qt: Use custom Info.plist for Mac builds Pierre de La Morinerie 2015-09-11 22:06:19 +0200
  • 42928659e8 Use BreakpointAddress struct instead of passing address directly polaris- 2015-10-04 11:22:31 -0400
  • 6ea428addf Toggle use_gdbstub in citra GLFW polaris- 2015-10-04 11:22:07 -0400
  • 31dee93e84 Implement gdbstub polaris- 2015-09-02 08:56:38 -0400
  • addef06081 OS X build uploading: auto-confirm SSH host key archshift 2015-10-03 17:23:31 -0700
  • 5d635986bf Merge pull request #1176 from lioncash/vs2015-code-junking-day bunnei 2015-10-03 13:19:03 -0400
  • 11a64acf23 Merge pull request #1095 from archshift/game-list bunnei 2015-10-01 23:35:19 -0400
  • 0fae76c741 Game list: save and load column sizes, sort order, to QSettings archshift 2015-09-06 23:51:57 -0700
  • 797b91a449 Add menu item for selecting the game list folder archshift 2015-09-06 15:33:57 -0700
  • 6e1bb58ee8 Initial implementation of a game list archshift 2015-08-31 21:35:33 -0700
  • f297a59985 Add helper function for creating a readable byte size string. archshift 2015-08-31 21:35:33 -0700
  • afd06675fa Don't show render window until a game is started archshift 2015-08-31 18:30:06 -0700
  • 845ac621b3 bit_field: Re-enable code on MSVC Lioncash 2015-09-29 22:13:09 -0400
  • b0de8a8bb5 Merge 000fa3cf55 into 1f18d64d1f linkmauve 2015-10-01 19:23:15 +0000
  • 1f18d64d1f Merge pull request #1180 from lioncash/symbol bunnei 2015-10-01 11:20:21 -0400
  • 1311707ed8 common: Get rid of make_unique.h Lioncash 2015-09-30 08:38:14 -0400
  • 7134a17fc6 Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior archshift 2015-08-31 18:29:23 -0700
  • bba12520c4 Expose loader helper functions for identifying files. archshift 2015-08-31 18:28:37 -0700
  • 8cb2bc748d symbols: Replace an insert call with emplace Lioncash 2015-09-30 11:55:58 -0400
  • 65d7a82db4 symbols: Get rid of initial underscores in variable names Lioncash 2015-09-30 11:54:44 -0400
  • 7e143d4422 symbols: Directly initialize TSymbol members Lioncash 2015-09-30 11:53:01 -0400
  • 052eacc3b9 symbols: Simplify GetSymbol Lioncash 2015-09-30 11:51:06 -0400
  • bcaafb826e Merge pull request #1177 from linkmauve/fix-msvc-todo bunnei 2015-09-30 11:06:47 -0400
  • ddc54615ca Merge pull request #1178 from lioncash/fmt bunnei 2015-09-30 11:06:26 -0400
  • a97d9613a7 ivfc_archive: Fix a printf specifier Lioncash 2015-09-30 08:19:42 -0400
  • 57722fb192 Service/CFG: Use a constexpr function for country initialization Emmanuel Gil Peyrot 2015-09-30 04:02:48 +0100
  • ecbe6099f3 CMakeLists: Compile as C++14 on non-windows targets Lioncash 2015-09-29 22:43:30 -0400
  • ddfefa9007 Merge pull request #1174 from bunnei/vs2015 bunnei 2015-09-29 22:40:42 -0400
  • 2521171ef5 AppVeyor: Use Visual Studio 2015 bunnei 2015-09-29 22:17:02 -0400
  • a67df5ad94 Merge pull request #1172 from martinlindhe/fix-warnings bunnei 2015-09-29 22:00:27 -0400
  • bafb7afba2 fix some xcode 7.0 warnings Martin Lindhe 2015-09-25 14:33:39 +0200
  • 000fa3cf55 Common: Replace ScanDirectoryTree with a non-recursive implementation. Emmanuel Gil Peyrot 2015-09-06 07:59:04 +0100
  • 76baf84763 Merge pull request #1171 from LittleWhite-tb/qt-no-refresh-nologo bunnei 2015-09-29 14:11:12 -0400
  • 387fac4867 Folder Name correction up201305980 2015-09-28 18:14:54 +0100
  • 4028c711a4 Esof docs modified up201305980 2015-09-28 18:07:45 +0100
  • 8e405acbe7 ESOF docs included up201305980 2015-09-28 18:06:25 +0100
  • 5d2247c0bb Esof folder LuisMDuarte95 2015-09-28 18:07:41 +0100
  • 80bcf99622 Stub more cam function mailwl 2015-09-25 13:58:33 +0300
  • d06824809f Fix for the refresh issue when no rendering is done LittleWhite 2015-08-26 22:04:12 +0200
  • ba7ad4c29d Add docstrings mailwl 2015-09-24 11:17:07 +0300
  • 166e9d7400 fixup: Comments, input order, casts closer to variables Kloen 2015-09-23 12:50:01 +0200
  • 77a68e0607 citra-qt: Add input settings configuration Kloen 2015-09-07 16:37:13 +0200
  • 09f43c0975 Merge pull request #1160 from lioncash/clang bunnei 2015-09-21 21:29:55 -0400
  • ca5ea5142d Merge pull request #1106 from Kloen/fix-connect bunnei 2015-09-21 21:16:48 -0400
  • b58a48d796 Merge pull request #1167 from Cruel/master bunnei 2015-09-21 21:14:18 -0400
  • d60a9be5c6 Implement 3dsx RomFS Cruel 2015-09-21 01:30:06 -0400
  • 5114d75647 Implement gdbstub polaris- 2015-09-02 08:56:38 -0400
  • 541fc80240 citra-qt: Fix connect error on startup Kloen 2015-09-04 15:55:48 +0200
  • 87defd8808 HTTPC: Adressed Comments Zaneo 2015-09-17 22:04:12 -0400
  • 543192e045 hash: Get rid of unused functions Lioncash 2015-09-16 08:53:34 -0400