21818 Commits

Author SHA1 Message Date
Henrik Rydgard
52cd3164ee Hook up the backbuffer. PPSSPP draws now, though with issues. 2017-03-23 10:02:27 +01:00
Henrik Rydgard
dfc0b32733 More work on UWP upbring 2017-03-23 10:02:27 +01:00
Henrik Rydgård
227942bce7 UWP: Add simple script to produce the square-shaped UWP logos. Add gold assets 2017-03-23 10:02:27 +01:00
Henrik Rydgard
c8ec72bd02 UWP: Add a temporary directory with the assets until we can figure out how to copy these at build time. 2017-03-23 10:02:27 +01:00
Henrik Rydgard
3c52570552 Add UWP projects and rough UWP entry point application based on the sample
Delete sample load, hook things up. It now builds but doesn't run

Reformat, add an event
2017-03-23 10:02:27 +01:00
Henrik Rydgård
4151fc5250 Adjust DIRTY_ALL_UNIFORMS to match the new reality. 2017-03-23 09:55:50 +01:00
Henrik Rydgård
9e78e681ad Merge pull request #9484 from unknownbrackets/ffmpeg-threads
Video: Enable threads for video decoding
2017-03-23 09:53:47 +01:00
Henrik Rydgård
0f7c03931c Merge pull request #9485 from unknownbrackets/video-optim
GL: Optimize video uploads a bit
2017-03-23 09:51:22 +01:00
Henrik Rydgård
df533d8f48 Merge pull request #9487 from LunaMoo/revert_mistake
Revert "Fix minor glitch with 5xBR effects."
2017-03-23 08:43:49 +01:00
Henrik Rydgård
d1d1472718 Merge pull request #9483 from neoh4x0r/sdl-repeat
Fix issue with repeated keypresses even if a key was pressed only once
2017-03-23 08:42:38 +01:00
LunaMoo
8f16c9ded6 Revert "Fix minor glitch with 5xBR effects." 2017-03-23 08:35:17 +01:00
Unknown W. Brackets
1b02734e56 GL: Avoid common-case shuffling video/raw draws. 2017-03-22 21:00:28 -07:00
Unknown W. Brackets
3fbb545451 Allow MakePixelTexture to use a subrange.
For example, if it has a larger texture it wants to reuse, it can control
this via texcoords.  Let's keep it at top left, though.
2017-03-22 20:56:26 -07:00
Unknown W. Brackets
7a7e4ed23f Video: Enable threads for video decoding.
This was previously getting (accidentally?) enabled by the call to
`avformat_find_stream_info()`.  See #9262.
2017-03-22 20:36:42 -07:00
William L. DeRieux IV
1a5a73bec2 Fix issue with repeated keypresses even if a key was pressed only once
-- fixes pause menu and fullscreen toggle among others
2017-03-22 22:54:41 -04:00
Henrik Rydgård
d408b9980a Merge pull request #9481 from LunaMoo/minor_xbr
Fix minor glitch with 5xBR effects.
2017-03-23 00:21:00 +01:00
LunaMoo
1f1db63068 Fix minor glitch with 5xBR effects. 2017-03-22 23:56:52 +01:00
Henrik Rydgard
35e2a5a7d1 Allow text input on some more platform in settings. See #9421 2017-03-22 21:50:42 +01:00
Henrik Rydgard
7dbbb35ee5 udis86: make some large arrays const. 2017-03-22 21:50:42 +01:00
Henrik Rydgård
d721b629ca Accept DPAD_CENTER as an "Accept" key. Fixes #9471 2017-03-22 16:52:34 +01:00
Henrik Rydgård
9b216af65d Stencil in thin3d/gl was broken. Not that we use it for anything though. 2017-03-22 15:31:14 +01:00
Henrik Rydgård
41a3370035 Merge pull request #9476 from unknownbrackets/ui-transform
UI: Make popups transition their button
2017-03-22 14:38:37 +01:00
Henrik Rydgård
04faacdc84 Oops 2017-03-22 13:56:05 +01:00
Henrik Rydgård
babfa44614 Windows: d3dcompiler_47.dll is redistributable, so add it to our installation package scripts. 2017-03-22 13:44:44 +01:00
Henrik Rydgård
c35461b75c Merge pull request #9478 from unknownbrackets/remoteiso
Cancel remote disc streaming connects faster
2017-03-22 10:36:32 +01:00
Unknown W. Brackets
5f54726d03 http: Add an additional cancel check. 2017-03-22 00:06:02 -07:00
Unknown W. Brackets
abe4b750cc UI: Keep Back buttons consistent in http settings.
Also, prevent changing server port while serving.
2017-03-22 00:03:45 -07:00
Unknown W. Brackets
2faaf0a9fa http: Cancel remote server connects faster.
This way the UI doesn't appear to hang when you click cancel.
2017-03-22 00:03:08 -07:00
Unknown W. Brackets
52bcd78301 UI: Put developer tools Back in a standard place. 2017-03-21 23:59:59 -07:00
Unknown W. Brackets
07d2b4fb46 UI: Make popups transition their button. 2017-03-21 18:45:49 -07:00
Unknown W. Brackets
4fb8ac96ce UI: Zero initialize EventParams in typical usage.
Better to be safe.
2017-03-21 18:45:48 -07:00
Unknown W. Brackets
31e831a564 Merge pull request #9472 from unknownbrackets/tips
UI: Make some tips less technical and simpler
2017-03-21 21:02:55 -04:00
Unknown W. Brackets
cbee412de4 UI: Make some tips less technical and simpler. 2017-03-21 18:01:00 -07:00
Henrik Rydgård
ed93d6f819 Add Driver 76 and Chili Con Carnage to list of games that require buffered rendering. Thanks @KabutoKun 2017-03-21 20:00:10 +01:00
Henrik Rydgård
6472200f73 Merge pull request #9473 from hrydgard/gamecontrollerdb-from-assets
Load SDL's gamecontrollerdb from assets directory, not relative to exe
2017-03-21 16:47:06 +01:00
Henrik Rydgård
1b699363ca Load SDL's gamecontrollerdb from assets directory, not relative to exe. Fixes #9460.
Also remove support for that env variable.
2017-03-21 15:54:39 +01:00
Henrik Rydgård
b4fa8ae82b Remove one tip, correct another. 2017-03-21 14:02:41 +01:00
Henrik Rydgård
70e6732430 Merge pull request #9470 from zminhquanz/master
Add warning simulate block transfer , setting info
2017-03-21 08:55:32 +01:00
zminhquanz
ea0aab9340 Add warning simulate block transfer , setting info
Add some games compatibility required buffered rendering and warning
required simulate block transfer set to on
2017-03-21 14:23:31 +07:00
Henrik Rydgård
fa9f8f698d Update the lang submodule 2017-03-20 17:02:07 +01:00
Henrik Rydgård
d8859acb27 Gradle experiment: Throw an exception quickly if trying to build release without RELEASE_STORE_FILE. 2017-03-20 16:15:12 +01:00
Henrik Rydgård
414249e904 Merge pull request #9467 from unknownbrackets/warnings
Quick warning fix + appveyor config change
2017-03-20 15:40:14 +01:00
Unknown W. Brackets
c4d77ee51e Appveyor: disable scanning for tests.
It doesn't find them, and it wastes some time looking on each build.
2017-03-20 07:22:11 -07:00
Unknown W. Brackets
1932f4097b Fix a type conversion warning. 2017-03-20 07:21:54 -07:00
Henrik Rydgård
fdfc572b69 Misc logging improvments, minor safety check 2017-03-20 13:07:22 +01:00
Henrik Rydgård
9bbb3b3c88 zip_close warning/bug fix 2017-03-20 11:44:44 +01:00
Henrik Rydgård
9f26d573e6 Android: Add way to inject signing keys into build.gradle externally. 2017-03-20 11:06:52 +01:00
Henrik Rydgard
d4ea291a10 Set PSP_SAS_MAX_GRAIN correctly. 2017-03-20 09:42:46 +01:00
Henrik Rydgård
b997c6bc71 Merge pull request #9464 from unknownbrackets/ui-transform
Add a simple UI transition for popups
2017-03-20 09:16:30 +01:00
Henrik Rydgård
7eb13a6861 Merge pull request #9463 from unknownbrackets/resize
Fix crash on resize due to overridden property
2017-03-20 09:14:00 +01:00