Henrik Rydgård
|
8d6bbc54a9
|
Minor refactoring moving creation/deletion of GLPushBuffer to GLRenderManager
|
2018-04-05 17:31:12 +02:00 |
|
Unknown W. Brackets
|
c6ef547176
|
GLES: Show post-shader compile errors to user.
|
2018-04-01 19:47:19 -07:00 |
|
Henrik Rydgård
|
d160292f54
|
Include renderpass definition in Vulkan shader cache entries, should make it more effective again.
|
2018-03-29 14:36:04 +02:00 |
|
Henrik Rydgård
|
01d81ffa72
|
OpenGL: Fix texture wrapping of render targets.
|
2018-03-28 11:23:41 +02:00 |
|
Henrik Rydgård
|
8d0285dedd
|
Android: Properly restore screenshots on the Pause screen on task switching away and back.
Basically plumbs through DeviceLost/DeviceRestored to view elements and
into ManagedTexture.
|
2018-03-27 23:11:10 +02:00 |
|
Henrik Rydgård
|
d125fa00e1
|
Make sure the renderpass cache hashmap is never accessed from the main thread at runtime. Should help #10811
|
2018-03-27 14:45:41 +02:00 |
|
Henrik Rydgård
|
29de4b5a18
|
Merge pull request #10809 from libretro/master
Libretro: add D3D11 support / fix GL context reset.
|
2018-03-27 09:23:30 +02:00 |
|
aliaspider
|
808bf8e681
|
Libretro: add experimental D3D11 support.
|
2018-03-25 23:07:02 +01:00 |
|
Henrik Rydgård
|
f39897cfa5
|
Don't forget to initialize.. fixes #10802
|
2018-03-26 00:05:29 +02:00 |
|
Henrik Rydgård
|
4a3692161b
|
Show chosen postshader display name properly, plus some additional bugfixes. Fixes #10790
|
2018-03-25 14:42:48 +02:00 |
|
Henrik Rydgård
|
2a565199b3
|
Merge pull request #10780 from aliaspider/temp
Libretro port.
|
2018-03-24 16:28:10 +01:00 |
|
Henrik Rydgård
|
4f8e2adf76
|
Remove some unnecessary logging. Fixes #10753
|
2018-03-24 16:10:21 +01:00 |
|
Henrik Rydgård
|
8fe5223dd0
|
Merge pull request #10781 from hrydgard/preserve-config
Android: Reload the config after getting storage permission, and ask immediately.
|
2018-03-24 14:18:37 +01:00 |
|
Henrik Rydgård
|
fb15208777
|
Android: Reload the config after getting storage permission, and ask immediately. Should help #10670
|
2018-03-24 12:52:51 +01:00 |
|
aliaspider
|
0af6d573bb
|
remove all usage of __LIBRETRO__
|
2018-03-24 12:45:20 +01:00 |
|
Henrik Rydgård
|
da8d5fa280
|
Merge pull request #10767 from aliaspider/temp
fix cmake build for mingw and msvc.
|
2018-03-24 09:24:53 +01:00 |
|
Henrik Rydgård
|
7761d2366b
|
Android: Prevent a text bitmap size from becoming 0 on '\r\n'. Fixes #10764 (unless there are more platforms where it's broken...)
|
2018-03-23 10:48:54 +01:00 |
|
Henrik Rydgård
|
fb798cf6b2
|
Win32 textdrawer: Fix rare crash affecting Patapon 2 in savedata manager. See 10764.
|
2018-03-23 10:27:08 +01:00 |
|
aliaspider
|
54d9406713
|
fix mingw and msvc cmake builds.
|
2018-03-23 03:18:13 +01:00 |
|
aliaspider
|
15c4406df7
|
add missing inclues.
|
2018-03-22 22:14:19 +01:00 |
|
aliaspider
|
a5b5308d88
|
fix return value / plug leak.
|
2018-03-22 22:12:19 +01:00 |
|
Henrik Rydgård
|
f1359af0b0
|
Vulkan: Improve handling of shader compile failures (don't crash)
|
2018-03-19 17:46:58 +01:00 |
|
Henrik Rydgård
|
1dabccb453
|
Vulkan: Minor logic fixes in the transition elimination
|
2018-03-18 13:14:20 +01:00 |
|
Henrik Rydgård
|
3e7723ea6d
|
Vulkan: Use finalLayout to optimize away barriers before framebuffer copies.
|
2018-03-18 12:09:02 +01:00 |
|
Henrik Rydgård
|
2d3655ea23
|
Vulkan: Get rid of more explicit barriers by merging the finalLayout color transitions into renderpasses.
|
2018-03-18 12:03:23 +01:00 |
|