twinaphex
|
311c156e08
|
Turn width/height into unsigned
|
2018-04-15 18:55:16 +02:00 |
|
twinaphex
|
4d87772f4a
|
(video_crt_switch.c) Turn a whole bunch of functions static
|
2018-04-15 18:52:38 +02:00 |
|
twinaphex
|
dc7c4fea2d
|
Prevent Coverity warning
|
2018-04-15 18:31:46 +02:00 |
|
twinaphex
|
359de5c84b
|
Create win32_change_display_settings
|
2018-04-15 17:55:37 +02:00 |
|
twinaphex
|
87cf910396
|
(CRT switch) Cleanups
|
2018-04-15 17:12:28 +02:00 |
|
Twinaphex
|
a2516d23a3
|
Merge pull request #6469 from alphanu1/master
CRT Switchres Capabilities
|
2018-04-15 16:56:15 +02:00 |
|
Twinaphex
|
bd2b913bc6
|
Silence more warnings
|
2018-04-13 00:52:52 +02:00 |
|
twinaphex
|
1751f4a0af
|
Make it possible to read bigger files by replacing ssize_t with int64_t
and size_t with uint64_t
|
2018-04-13 00:18:11 +02:00 |
|
twinaphex
|
97cf6613da
|
(XMB/Shaders) Reimplement menu shader loading for GLSL/Cg/HLSL backends - if
XMB is selected, it will compile the shader pipelines in
advance
|
2018-04-12 02:20:17 +02:00 |
|
twinaphex
|
b6764c43db
|
Buildfix
|
2018-04-09 19:09:00 +02:00 |
|
twinaphex
|
260cd62482
|
Cleanup some CXX_BUILD warnings
|
2018-04-09 18:53:26 +02:00 |
|
twinaphex
|
ff9aebedca
|
Some more Clang warning fixes
|
2018-04-09 17:48:11 +02:00 |
|
twinaphex
|
8e7b1ede7f
|
Silence Clang warnings
|
2018-04-09 17:35:27 +02:00 |
|
twinaphex
|
50edd0d467
|
Remove unused variable
|
2018-04-09 16:45:44 +02:00 |
|
twinaphex
|
f071e8b440
|
Solve more Clang static analysis warnings
|
2018-04-09 16:42:12 +02:00 |
|
Twinaphex
|
08a54e45f2
|
Get rid of a lot of implicit conversions
|
2018-04-09 15:56:45 +02:00 |
|
Twinaphex
|
f2c23970a3
|
(font_driver.c) silences the xcode warnings
|
2018-04-09 05:56:58 +02:00 |
|
Brandon Wright
|
9f15e39114
|
Also use the original fallback designed for older window managers.
|
2018-04-02 20:21:32 -05:00 |
|
Brandon Wright
|
0a5e65dc06
|
Add workarounds based on window manager for override-redirect.
|
2018-04-02 20:01:14 -05:00 |
|
Brandon Wright
|
8356300c3e
|
Apply the same fix to xegl_ctx.c
|
2018-04-01 17:47:47 -05:00 |
|
Brandon Wright
|
64686d8106
|
Set override-redirect on true fullscreen, but after window is mapped.
|
2018-04-01 17:47:27 -05:00 |
|
alphanu1
|
cf23ff7a88
|
Add files via upload
Fixes, merged changes and additions to remove extra files.
|
2018-04-01 00:29:46 +01:00 |
|
alphanu1
|
ca55f3198e
|
Delete video_crt_linux.h
outdated, not needed
|
2018-04-01 00:27:04 +01:00 |
|
alphanu1
|
79eb3e6b8c
|
Delete video_crt_win.h
outdated, not needed
|
2018-04-01 00:26:44 +01:00 |
|
alphanu1
|
752eddbb95
|
Delete video_crt_linux.c
outdated, not needed
|
2018-04-01 00:26:24 +01:00 |
|
alphanu1
|
b676167ef6
|
Delete video_crt_win.c
outdated, not needed
|
2018-04-01 00:26:06 +01:00 |
|
alphanu1
|
9524203051
|
Add files via upload
Amended braces and function calls.
|
2018-03-31 15:17:55 +01:00 |
|
twinaphex
|
92b46a8275
|
Some cleanups
|
2018-03-30 15:50:27 +02:00 |
|
twinaphex
|
008900e73d
|
(D3D11/D3D12) Fix crashes with completely black or white thumbnail
textures in XMB
|
2018-03-30 02:30:56 +02:00 |
|
Twinaphex
|
be5e0dfb1f
|
Merge pull request #6493 from bearoso/master
Prioritize _NET_WM_STATE_FULLSCREEN in true fullscreen mode
|
2018-03-30 01:52:45 +02:00 |
|
Brandon Wright
|
3bbff3c689
|
Use _NET_WM_STATE_FULLSCREEN as a first measure, only falling back to override-redirect when not supported.
|
2018-03-29 17:13:51 -05:00 |
|
Twinaphex
|
9ca3d40018
|
Merge pull request #6491 from bearoso/master
Allow compositor disabling on X11 fullscreen through _NET_WM_BYPASS_COMPOSITOR
|
2018-03-29 22:59:39 +02:00 |
|
twinaphex
|
ef039c2c08
|
Cleanups
|
2018-03-29 22:39:41 +02:00 |
|
Brandon Wright
|
5da1aa0af7
|
Allow compositor disabling on X11 fullscreen through _NET_WM_BYPASS_COMPOSITOR.
Note: KWin doesn't bypass compositor on override-redirect windows, so enabling windowed fullscreen is necessary.
|
2018-03-29 15:20:14 -05:00 |
|
alphanu1
|
d06386d0a5
|
Add files via upload
Variables removed from headers.
|
2018-03-29 17:54:46 +01:00 |
|
twinaphex
|
6e662a8064
|
(D3D12) Buildfix
|
2018-03-29 15:29:36 +02:00 |
|
twinaphex
|
ef5830b233
|
Silence some CXX_BUILD warnings
|
2018-03-29 15:27:30 +02:00 |
|
twinaphex
|
163be3ccfd
|
(vulkan_common.c) Prevent some more collissions in the future
|
2018-03-28 17:41:04 +02:00 |
|
Dwedit
|
2c1cb6cf55
|
Rename "cached_device" to "cached_device_d3d11" avoid a name conflict on griffin builds
|
2018-03-28 10:33:37 -05:00 |
|
alphanu1
|
46500e119c
|
Add files via upload
native switch fix
|
2018-03-27 20:18:31 +01:00 |
|
twinaphex
|
923ab3b6f4
|
(DRM Ctx) Buildfix
|
2018-03-27 14:19:36 +02:00 |
|
alphanu1
|
b1fca8fc7e
|
Add files via upload
Removed debug info
|
2018-03-26 23:51:40 +01:00 |
|
alphanu1
|
d7d1d1d5b8
|
Add files via upload
Fixed errors after variable changes
|
2018-03-26 23:49:33 +01:00 |
|
alphanu1
|
316e1ebf66
|
Add files via upload
Missing var in Linux placeholder
|
2018-03-26 21:25:16 +01:00 |
|
alphanu1
|
0ef6455c61
|
Add files via upload
Windows / Linux deps fix
|
2018-03-26 21:22:19 +01:00 |
|
alphanu1
|
2243d7641b
|
Add files via upload
Windows driver
|
2018-03-26 21:02:50 +01:00 |
|
alphanu1
|
ce2d4af103
|
Add files via upload
Added Linux place holder
|
2018-03-26 21:01:13 +01:00 |
|
alphanu1
|
024b23aa2c
|
Add files via upload
|
2018-03-26 20:29:34 +01:00 |
|
alphanu1
|
3b9036cc79
|
Add files via upload
Requested changes
|
2018-03-26 20:22:35 +01:00 |
|
aliaspider
|
97ecba8575
|
D3D11: hwrender: add support for cache_context.
|
2018-03-26 17:44:08 +01:00 |
|