Commit Graph

  • f3ab0fc3f8 TASInputDlg: Use an enum for ID constants Lioncash 2017-04-02 08:27:31 -04:00
  • 9dd29895cd TASInputDlg: Replace includes with forward declarations Lioncash 2017-04-02 08:16:26 -04:00
  • 2a968f02d7 TASInputDlg: Make constructor explicit Lioncash 2017-04-02 08:14:19 -04:00
  • 28395c6302 TASInputDlg: Simplify event queueing calls Lioncash 2017-04-02 08:02:45 -04:00
  • 598a92426f TASInputDlg: Get rid of unnecessary event casts Lioncash 2017-04-02 07:44:08 -04:00
  • 2af5b64f32 TASInputDlg: Apply auto to UI control initializations where appropriate Lioncash 2017-04-02 07:17:42 -04:00
  • b809db52d1 TASInputDlg: Use std::array where applicable Lioncash 2017-04-02 06:43:57 -04:00
  • ee0e6fa09c Merge pull request #5198 from ligfx/fixmactextfields Matthew Parlane 2017-04-03 19:47:37 +12:00
  • f1dfa7933c FrameTools: unbind KEY_DOWN handler when game stops Michael Maltese 2017-04-02 19:17:35 -07:00
  • 0dbad29bf4 IOS: Don't expose HLE::Reset() Léo Lam 2017-04-02 17:56:02 +02:00
  • fd7f7c5541 Merge pull request #5159 from ligfx/arm64warnings Markus Wick 2017-04-02 17:07:17 +02:00
  • 40cfa708a8 Merge pull request #5180 from lioncash/enum Markus Wick 2017-04-02 17:01:25 +02:00
  • 86e48fc1ca Merge pull request #5194 from lioncash/dialog Markus Wick 2017-04-02 16:53:31 +02:00
  • c626fd7c74 Merge pull request #5195 from leoetlino/unneeded-fwd Mat M 2017-04-02 06:50:17 -04:00
  • 64b1a4d308 IOS/IPC: Remove unneeded forward declaration Léo Lam 2017-04-02 12:12:09 +02:00
  • 05872336a9 ExpressionParser: Rename ParseStatus' Success member to Successful Lioncash 2017-04-02 06:13:12 -04:00
  • c09f7bd84b Frame: Convert TAS dialog C array to std::array Lioncash 2017-04-02 03:04:50 -04:00
  • 678905764a Movie/Frame: Amend variable naming Lioncash 2017-04-02 02:34:38 -04:00
  • 7f0203a5b0 Frame: Make TAS dialogs private Lioncash 2017-04-02 01:45:11 -04:00
  • 2603ca9e33 Merge pull request #5193 from lioncash/filter JosJuice 2017-04-02 10:05:45 +02:00
  • 5620f78b5c Core: Amend VS filter tag Lioncash 2017-04-02 00:30:26 -04:00
  • a65a176777 Merge pull request #5192 from vtj/geckofix Mat M 2017-04-01 18:01:28 -04:00
  • 92ad1b9c4d Use pointers inside ini loop to retain references to ini files Jussi Virtanen 2017-04-01 17:52:25 +03:00
  • 105be9b514 Android: Add option for enabling GPU texture decoding Stenzek 2017-01-29 17:36:39 +10:00
  • 739aced97c Vulkan: Implement compute-shader based GPU texture decoding Stenzek 2016-12-09 22:23:07 +10:00
  • 5fbc63fbcf Vulkan: Compute shader support Stenzek 2016-12-09 22:23:04 +10:00
  • 02f887ede0 OGL: Add GPUTimer class for measuring execution time of a draw/dispatch Stenzek 2016-11-27 18:15:02 +10:00
  • b01bcb80f4 OGL: Implement GPU texture decoding backend Stenzek 2016-11-27 18:15:00 +10:00
  • 79ba946d70 VideoCommon: Changes to TextureCache to support decoding in backend Stenzek 2016-11-27 18:14:59 +10:00
  • 6ffc16d1b0 VideoCommon: Add texture decoding shader generators Stenzek 2016-11-27 18:14:58 +10:00
  • 82fd984f3e VideoBackends: Add configuration field for GPU texture decoding Stenzek 2016-11-27 18:14:57 +10:00
  • abc662d69c OGL: Support compute shaders and emitting GLSL 4.3 Stenzek 2016-11-27 18:14:56 +10:00
  • b987f220e1 VideoBackends: Add support flag for compute shaders Stenzek 2016-11-27 18:14:55 +10:00
  • a8876a29fe OGL: Use ARB_texture_storage to allocate TextureCache entries Stenzek 2016-11-27 18:14:53 +10:00
  • c8cbbd831d GLExtensions: Seperate GL_ARB_compute_shader from GL 4.3 Stenzek 2016-11-27 18:14:52 +10:00
  • 4e24bfd0ce GLExtensions: Seperate GL_ARB_shader_image_load_store from GL 4.2 Stenzek 2016-11-27 18:14:51 +10:00
  • bd15d0352a GLExtensions: Seperate GL_ARB_texture_storage from GL 4.2 Stenzek 2016-11-27 18:14:29 +10:00
  • f8059eae43 OGL: Fix render-target texture mipmap allocation Stenzek 2016-11-27 18:13:54 +10:00
  • 22fa199caf Merge pull request #5190 from ligfx/removeao Matthew Parlane 2017-04-01 12:15:17 +13:00
  • 587ed3213c Merge pull request #5189 from stenzek/gl-msaa Matthew Parlane 2017-04-01 12:14:51 +13:00
  • af63235dc4 Remove libao sound backend Michael Maltese 2017-03-31 14:59:54 -07:00
  • 67e950d02c Merge pull request #5168 from ligfx/vertexloadertestuninitialized Mat M 2017-03-31 17:26:20 -04:00
  • b305a6c575 VertexLoaderTest: fix maybe-uninitialized warning Michael Maltese 2017-03-25 15:21:35 -07:00
  • 0aec9fa4db Merge pull request #5149 from JosJuice/di-directory Mat M 2017-03-31 12:05:37 -04:00
  • 020618a427 Move DVDInterface's pure (stateless) math code to a new file JosJuice 2017-03-24 19:52:52 +01:00
  • f106ba70d4 Move DVD code to a new directory JosJuice 2017-03-24 19:17:52 +01:00
  • 5326a18fdf OGL: Fix MSAA being forced to 1x Stenzek 2017-03-31 21:55:26 +10:00
  • 542fb347f1 Merge pull request #5160 from mahdihijazi/enhance_style Mat M 2017-03-31 03:57:32 -04:00
  • 9b2c6e9a9a Merge pull request #5186 from lioncash/frame Matthew Parlane 2017-03-31 20:51:14 +13:00
  • f5dcfb157d Merge pull request #5151 from mahdihijazi/update_sdk Mat M 2017-03-31 00:27:10 -04:00
  • 006381bb47 Merge pull request #5184 from leoetlino/dead-code Mat M 2017-03-31 00:21:49 -04:00
  • 6a595aabe9 Merge pull request #5153 from ligfx/stubhostnorequestfullscreen Mat M 2017-03-31 00:21:04 -04:00
  • 6b198679bc Merge pull request #5129 from ligfx/breakpointprintf Mat M 2017-03-31 00:13:06 -04:00
  • 80a812322e Merge pull request #5152 from ligfx/disciomaybeuninitialized Mat M 2017-03-31 00:11:53 -04:00
  • 774d2420e3 Merge pull request #5158 from ligfx/coretimingstatic Mat M 2017-03-31 00:09:20 -04:00
  • f91b6abd3e try to allocate executable memory close to dolphin's global variables. aliaspider 2017-03-31 01:01:47 +01:00
  • 6495becaf7 Frame: Remove GetGameListCtrl() Lioncash 2017-03-30 16:05:17 -04:00
  • e6b293b04f Jit64: remove every call to PtrOffset with a nullptr as base by using the value stored in RPPCSTATE instead. aliaspider 2017-03-30 20:22:58 +01:00
  • e1020cb674 Common: Remove dead code in NandPaths Léo Lam 2017-03-30 18:39:24 +02:00
  • 3fa989b0e4 (libretro) build fix. aliaspider 2017-03-30 15:35:31 +01:00
  • 02994f01ff Merge branch 'master' of https://github.com/dolphin-emu/dolphin aliaspider 2017-03-30 14:22:46 +01:00
  • 6775c6d27c (libretro) get_efbFramebuffer not needed anymore. aliaspider 2017-03-30 14:22:36 +01:00
  • 0aae4910ce Revert "simpler implementation for 3cd8141373d2f255817f46b43ad5c9eb6c43518c. put" aliaspider 2017-03-30 11:48:11 +01:00
  • de6c9404fc Merge pull request #5182 from leoetlino/ios-enums Matthew Parlane 2017-03-30 14:57:03 +13:00
  • 595c1f5597 Merge pull request #5179 from lioncash/cast Matthew Parlane 2017-03-29 10:55:52 +13:00
  • 9930052725 Merge pull request #5183 from lioncash/sig Matthew Parlane 2017-03-29 10:48:45 +13:00
  • 497292cb1b MainMenuBar: Amend MEGA signature help tooltip Lioncash 2017-03-28 17:13:48 -04:00
  • 5637bbd1cf MEGASignatureDB: Remove unused variable in Apply Lioncash 2017-03-28 16:00:21 -04:00
  • eec4b705d5 MEGASignatureDB: Move objects where applicable Lioncash 2017-03-28 15:59:08 -04:00
  • c0171975ea MEGASignatureDB: Move implementation details into the cpp file Lioncash 2017-03-28 15:41:45 -04:00
  • fee2577e25 Merge pull request #5088 from sepalani/mega_signature Anthony 2017-03-28 12:28:21 -07:00
  • 4cb84d06f0 SignatureDB: Support for WiiTools MEGA files added Sepalani 2017-03-15 03:59:01 +00:00
  • 68cd8fc910 IOS: Move ES return codes Léo Lam 2017-03-28 19:43:47 +02:00
  • bcb1729dc9 Merge pull request #5124 from leoetlino/more-accurate-import Anthony 2017-03-28 09:20:28 -07:00
  • cdd3ac023c Merge pull request #5133 from leoetlino/ugh-windows Anthony 2017-03-28 09:17:02 -07:00
  • 2c531889b2 Merge pull request #5139 from lioncash/bitfield Anthony 2017-03-28 09:15:37 -07:00
  • 8d98ac6509 CPU: Convert state enum to an enum class Lioncash 2017-03-28 10:55:00 -04:00
  • 41fbc659bf Fifo: Remove unnecessary integral casts Lioncash 2017-03-28 10:35:19 -04:00
  • 85d74a506f Merge pull request #4951 from waddlesplash/haiku-2 Matthew Parlane 2017-03-28 17:19:35 +13:00
  • 0831dad467 Initial support for Haiku. Augustin Cavalier 2017-02-22 12:21:10 -05:00
  • 8c23888968 Merge pull request #5174 from lioncash/vi Matthew Parlane 2017-03-28 16:15:59 +13:00
  • 94dd435336 Merge pull request #5176 from lioncash/retval Matthew Parlane 2017-03-28 15:38:32 +13:00
  • 3000cc7c05 Merge pull request #5175 from lioncash/fifo Matthew Parlane 2017-03-28 15:37:18 +13:00
  • 3eff869937 Merge pull request #5156 from sepalani/gen-sym Matthew Parlane 2017-03-28 15:36:33 +13:00
  • 5b88782e30 Generate Symbols From menu added Sepalani 2017-03-25 00:52:17 +00:00
  • 22256d1bd8 Merge pull request #5170 from leoetlino/bt-fix Matthew Parlane 2017-03-28 13:47:47 +13:00
  • 9ebd84e54a VertexLoaderManager: Return debug strings by value Lioncash 2017-03-26 22:52:10 -04:00
  • 9859533ab4 VertexLoaderBase: Return debug strings by value Lioncash 2017-03-26 22:17:37 -04:00
  • d44844ba29 XFStructs: Get rid of an unnecessary pointer cast Lioncash 2017-03-26 23:09:28 -04:00
  • 62db55dee2 Fifo: const correctness Lioncash 2017-03-26 20:38:19 -04:00
  • dc2d11c1a7 Merge pull request #5172 from lioncash/dsp Matthew Parlane 2017-03-27 16:06:39 +13:00
  • 8033a72f0b VertexLoaderBase: Use std::array where applicable Lioncash 2017-03-26 22:12:20 -04:00
  • adbffc24e9 VideoInterface: Make clock frequency array constexpr Lioncash 2017-03-26 19:30:39 -04:00
  • ec5637fe46 VideoInterface: Utilize std::array where applicable Lioncash 2017-03-26 19:12:59 -04:00
  • 741d230d7c Merge pull request #5173 from lioncash/memcard-dir Matthew Parlane 2017-03-27 12:18:10 +13:00
  • ae29cd042e VideoInterface: Initialize union members directly where applicable Lioncash 2017-03-26 18:42:09 -04:00
  • 0a7a6142eb GCMemcardDirectory: Move flush interval constant into the cpp file Lioncash 2017-03-26 17:55:28 -04:00
  • a5c5645bed DSPIntMultiplier: Place translation unit local functions in an anonymous namespace Lioncash 2017-03-26 16:27:40 -04:00
  • 69705e3a41 IOS/ES: Handle imports more accurately Léo Lam 2017-03-21 19:29:25 +01:00
  • 76cece8157 Merge pull request #5115 from leoetlino/proper-location-for-es-stuff Matthew Parlane 2017-03-27 08:53:14 +13:00