Henrik Rydgård
|
46447c9e90
|
Correct the wrong GL DataFormat enums
|
2019-10-24 23:01:45 +02:00 |
|
Henrik Rydgård
|
9e607fdeb1
|
GL: remove another unused format
|
2019-10-24 22:49:36 +02:00 |
|
Henrik Rydgård
|
fcfeda653d
|
Reduce GL texture format support to the ES minimum. We have to handle these anyway so let's only have one path.
|
2019-10-24 22:47:22 +02:00 |
|
Henrik Rydgård
|
8c2e318416
|
OpenGL dataformat cleanup - pass Draw::DataFormat to the GLRenderManager.
Avoids triple GLenum all over the place, and also clearly shows that the
mapping is wrong.
|
2019-10-24 22:41:41 +02:00 |
|
Henrik Rydgård
|
767b1e45b2
|
Fix the build - there's a Vec3 name collision, fixed it using a namespace.
|
2019-10-22 22:58:10 +02:00 |
|
Henrik Rydgård
|
c7b3a08cf3
|
Vulkan: Add checks so we don't try to write NULL objects to a descriptor set.
(Shouldn't happen, but bad rendering is better than a crash in descriptor writing)
|
2019-10-20 17:05:42 +02:00 |
|
Henrik Rydgård
|
70c0a12b2b
|
Fix name collision on iOS build
|
2019-10-13 21:25:16 +02:00 |
|
Henrik Rydgård
|
5adb61a5f2
|
Move the viewport clamping back to rendermanager to avoid a struct copy in the common case.
|
2019-10-13 21:25:16 +02:00 |
|
Henrik Rydgård
|
7c0470e061
|
Fix misplaced break
|
2019-10-13 21:25:16 +02:00 |
|
Henrik Rydgård
|
87c1ce6fa2
|
Vulkan: Move viewport/scissor rotation to the QueueRunner instead of RenderManager. Add some checks.
|
2019-10-13 21:25:16 +02:00 |
|
Henrik Rydgård
|
1e3711ee66
|
Vulkan blend factor: Bugfix and minor optimization
|
2019-10-13 21:17:29 +02:00 |
|
Henrik Rydgård
|
1f742fd07a
|
UI: Better way of showing game/savedata images. Fixes #12408
|
2019-10-11 17:34:38 +02:00 |
|
Unknown W. Brackets
|
c30bc4ee7d
|
SDL: Add UI to reset audio device at runtime.
|
2019-10-07 20:16:19 -07:00 |
|
Henrik Rydgård
|
83c349a92b
|
Merge pull request #12334 from hrydgard/vulkan-gpu-profile-cpu
Vulkan GPU profiler: Measure the CPU time spent on the render thread recording command buffers.
|
2019-10-07 21:43:48 +02:00 |
|
Henrik Rydgård
|
13f87301cf
|
Merge pull request #12371 from unknownbrackets/thread-detach
Avoid thread.detach(), join when needed instead
|
2019-10-07 20:27:42 +02:00 |
|
Henrik Rydgård
|
8e44230d70
|
Merge pull request #12394 from unknownbrackets/remote-iso
Allow pinning URLs to game browser
|
2019-10-07 20:04:40 +02:00 |
|
Henrik Rydgård
|
cb8c57f8e3
|
Merge pull request #12370 from unknownbrackets/switch
Pull some base parts of the Switch PR
|
2019-10-07 20:01:36 +02:00 |
|
Unknown W. Brackets
|
d00eff7137
|
UI: Allow pinning remote ISO paths.
|
2019-10-06 12:40:00 -07:00 |
|
Unknown W. Brackets
|
e5eb849e8b
|
UI: Handle remote browsing asynchronously.
|
2019-10-06 12:06:57 -07:00 |
|
Unknown W. Brackets
|
2d7ce0afa3
|
UI: Allow remote paths to be pinned.
Currently, the listing request is synchronous, but it works fine
otherwise.
|
2019-10-06 09:31:06 -07:00 |
|
Henrik Rydgård
|
0698944752
|
Fixes
|
2019-10-06 00:20:49 +02:00 |
|
Unknown W. Brackets
|
987448577f
|
UI: Join downloads on destruct.
|
2019-09-28 11:40:10 -07:00 |
|
M4xw
|
15a9a0ac8f
|
Switch: Cleanup some includes.
Disable dlopen and tty checks too.
|
2019-09-28 09:22:38 -07:00 |
|
M4xw
|
a8213e80f7
|
Switch: Disable IPv6.
|
2019-09-28 09:08:32 -07:00 |
|
Henrik Rydgård
|
9e7625c74b
|
Workaround for a crash found in #12358 on older devices
|
2019-09-28 01:11:06 +02:00 |
|