Commit graph

  • f61c9da7d3 Update ptm.h Filiph Sandström 2015-10-23 23:50:51 +0200
  • 8c385a3fc6 Merge pull request #1209 from wwylele/file-path-encoding bunnei 2015-10-22 22:41:39 -0400
  • a7eb6a4045 Add some headers so TravisCI will hopefully work polaris- 2015-10-22 00:31:49 -0400
  • 45ed9e7e5e Use CHAR_BIT instead of 8 polaris- 2015-10-22 00:19:44 -0400
  • a5ab8accc2 Handle changes pointed out in comments on PR polaris- 2015-10-21 22:19:55 -0400
  • 4195d9b3f8 Merge pull request #1187 from bunnei/shader-gen bunnei 2015-10-21 22:36:27 -0400
  • 74186a5f01 gl_shader_gen: Use explicit locations for vertex shader attributes. bunnei 2015-10-21 21:50:55 -0400
  • e663f5c914 gl_shader_gen: Optimize code for AppendAlphaTestCondition. bunnei 2015-10-21 00:04:02 -0400
  • e7b1f2ae0a gl_rasterizer: Define enum types for each vertex texcoord attribute. bunnei 2015-10-21 00:03:22 -0400
  • 0ebcff710e gl_shader_gen: Various cleanups to shader generation. bunnei 2015-10-12 22:23:26 -0400
  • 240a3b80d9 gl_rasterizer: Use MMH3 hash for shader cache hey. bunnei 2015-10-09 22:46:47 -0400
  • 71edb55114 gl_shader_gen: Require explicit uniform locations. bunnei 2015-10-09 19:32:38 -0400
  • 5ef2df056d gl_shader_gen: Rename 'o' to 'attr' in vertex/fragment shaders. bunnei 2015-10-07 21:11:32 -0400
  • c2c4faef4c gl_shader_gen: AppendAlphaModifier default should be 0.0, not vec4(0.0). bunnei 2015-10-07 21:02:50 -0400
  • 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
  • 6e57389172 change file path encoding to Local8bit() wwylele 2015-10-20 20:58:23 +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
  • 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
  • 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
  • 1f18d64d1f Merge pull request #1180 from lioncash/symbol bunnei 2015-10-01 11:20:21 -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
  • 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
  • 76baf84763 Merge pull request #1171 from LittleWhite-tb/qt-no-refresh-nologo bunnei 2015-09-29 14:11:12 -0400
  • d06824809f Fix for the refresh issue when no rendering is done LittleWhite 2015-08-26 22:04:12 +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
  • 543192e045 hash: Get rid of unused functions Lioncash 2015-09-16 08:53:34 -0400
  • 751fbfdcc3 general: Silence some warnings when using clang Lioncash 2015-09-16 08:38:12 -0400
  • f7b4f44adf Merge pull request #1097 from yuriks/cfg-blocks Yuri Kunde Schlesner 2015-09-14 18:57:00 -0300
  • bbf92a54e5 Service/CFG: Add default entry for block 0x000A0001 (birthday) Yuri Kunde Schlesner 2015-09-03 18:31:34 -0300
  • 13a8e39813 Service/CFG: Correct flags in 2 default blocks Yuri Kunde Schlesner 2015-09-03 18:03:17 -0300
  • f226365f55 CMake: Silence more MSVC "deprecation" warnings Yuri Kunde Schlesner 2015-09-01 15:11:25 -0300
  • d91f1c0624 Service/CFG: Add additional blocks to default save data Yuri Kunde Schlesner 2015-09-01 15:09:50 -0300
  • 6c89d4ca26 Fix narrowing conversion warning Yuri Kunde Schlesner 2015-09-01 15:08:21 -0300
  • 1fe72dcc04 Service/CFG: Move several private types from the header to the cpp Yuri Kunde Schlesner 2015-09-01 14:40:50 -0300
  • ac4f7b0fde Service/CFG: Clean up default block creation Yuri Kunde Schlesner 2015-09-01 12:34:59 -0300
  • b3af7aad9e Merge pull request #1123 from yuriks/gsp-flush Yuri Kunde Schlesner 2015-09-14 17:00:45 -0300
  • d6e56b8c88 Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow bunnei 2015-09-14 15:23:08 -0400
  • 1ed7f3e028 GSP: Implement command 0x05, used for flushing caches Yuri Kunde Schlesner 2015-09-07 19:22:44 -0300