56394 Commits

Author SHA1 Message Date
twinaphex
5a481d8653 Get rid of gfx_display_blend_{begin/end} 2020-09-23 21:37:18 +02:00
twinaphex
1d8bee45e0 Add TODO/FIXME note 2020-09-23 20:40:28 +02:00
twinaphex
a0ae6be35b Stop using small wrapper functions in gfx_display 2020-09-23 20:36:25 +02:00
Autechre
7938a5e3ac
Merge pull request #11366 from sonninnos/vulkan-minimized-cpu
(Vulkan) Fix CPU usage when minimized
2020-09-23 17:22:07 +02:00
twinaphex
43b43351fa Start making gfx_display_blend_begin and gfx_display_blend_end
unnecessary
2020-09-23 09:32:42 +02:00
Tony Jansson
a0eee521e3 (Vulkan) Fix CPU usage when minimized 2020-09-23 04:17:30 +03:00
Autechre
08f46a44de
Merge pull request #11362 from Jamiras/cheevos_unofficial_reset
(cheevos) sync menu reset value to default
2020-09-23 02:19:28 +02:00
Autechre
83ee43c218
Merge pull request #11365 from sonninnos/vulkan-reduce-logging
(Vulkan) Reduce log spam
2020-09-23 02:07:03 +02:00
Tony Jansson
bb1c853ecd (Vulkan) Reduce log spam 2020-09-23 02:00:03 +03:00
Jamiras
1587165b56 sync reset value to default 2020-09-21 22:44:43 -06:00
Twinaphex
b59c5f6ff9 Cleanup - remove unused variable 2020-09-22 04:52:31 +02:00
twinaphex
77abaac79c Get rid of duplicate function gfx_display_draw_blend 2020-09-22 04:13:53 +02:00
twinaphex
bde4abfe8b (Gfx display driver) Get rid of unused restore_clear_color/clear_color 2020-09-22 04:03:19 +02:00
twinaphex
02985900c8 Get rid of unused gfx_display_restore_clear_color 2020-09-22 03:56:02 +02:00
twinaphex
6bb3e37d53 Get rid of gfx_display_clear_color 2020-09-22 03:54:22 +02:00
twinaphex
97225bfe64 (gfx_display.c) Cleanups 2020-09-22 03:53:10 +02:00
twinaphex
d898304ee5 Get rid of gfx_display_draw_gradient 2020-09-22 03:29:48 +02:00
Autechre
5411948c2e
Merge pull request #11361 from Jamiras/cheevos_toggles
(cheevos) restore ability to disable unofficial achievements and leaderboards
2020-09-22 03:22:06 +02:00
twinaphex
4bdd0ac697 Uniquely name static globals 2020-09-22 03:05:58 +02:00
twinaphex
236622ffa6 (Joypad driver) Init function - return void pointer 2020-09-22 02:30:47 +02:00
Jamiras
b74c5d290c restore ability to disable unofficial achievements and leaderboards 2020-09-21 17:48:14 -06:00
twinaphex
2e79940ec5 Rename led_keyboard.c to led_win32_keyboard.c - add it to Griffin
- only include it for Win32 (no Xbox or UWP)
2020-09-21 22:01:26 +02:00
Autechre
4e6c367331
Merge pull request #11355 from sonninnos/keyboard-led-driver
Keyboard LED driver
2020-09-21 21:59:02 +02:00
Autechre
73badd6a08
Merge pull request #11357 from Alcaro/patch-10
Fix system mbedtls build
2020-09-21 21:57:31 +02:00
Tony Jansson
82a0f647ff Keyboard LED driver 2020-09-21 17:25:11 +03:00
Alcaro
3448ccb360
Fix system mbedtls build 2020-09-21 10:57:05 +02:00
twinaphex
a117811936 (rapidjson) Remove unused files 2020-09-21 01:27:41 +02:00
twinaphex
9aa008834e Use strcpy_literal 2020-09-21 01:00:40 +02:00
twinaphex
98e9109d45 use strcpy_literal for string literals 2020-09-21 00:59:37 +02:00
twinaphex
7e0e3144be Cleanups 2020-09-21 00:55:05 +02:00
twinaphex
b0c744c3d0 Turn some variables static that are not used outside the source
file
2020-09-21 00:52:32 +02:00
twinaphex
599f338d74 Use strcpy_literal for string literals 2020-09-21 00:36:07 +02:00
twinaphex
f1d0de85fd Use strcpy_literal for string literals 2020-09-21 00:27:31 +02:00
twinaphex
8811c555fe (OSS) Buildfix 2020-09-20 23:33:13 +02:00
twinaphex
e50d5af2db (OSS) Get rid of static globals 2020-09-20 23:30:19 +02:00
twinaphex
11b4043ef6 Struct reordering 2020-09-20 23:23:31 +02:00
twinaphex
f8a71e8ea4 (Rwebaudio) Get rid of static global variables, put it in struct 2020-09-20 23:09:18 +02:00
twinaphex
45c257e0dd (Rwebaudio) Cleanups 2020-09-20 23:05:09 +02:00
twinaphex
5668a1da78 Turn this into global constant 2020-09-20 22:47:38 +02:00
twinaphex
443d2eda8e Add CXX_BUILTINBEARSSL 2020-09-20 18:27:06 +02:00
twinaphex
065d781df7 (X11) Buildfix 2020-09-20 18:16:02 +02:00
twinaphex
5bd71497c5 (dispserv X11) Get rid of static global variables 2020-09-20 18:13:00 +02:00
twinaphex
f1f66597a3 Cleanups 2020-09-20 17:57:44 +02:00
twinaphex
8eeb612493 Cleanups 2020-09-20 17:50:06 +02:00
Autechre
240a2fee63
Merge pull request #11356 from Alcaro/master
./configure: Add BearSSL support
2020-09-20 17:40:11 +02:00
twinaphex
2d528fcf7d (360) Cleanups 2020-09-20 17:39:28 +02:00
Alcaro
62e72e756b ./configure: Add BearSSL support 2020-09-20 16:58:07 +02:00
twinaphex
bdbfc80584 Cleanups 2020-09-20 03:06:23 +02:00
twinaphex
8ff4134a76 Cleanup 2020-09-20 00:17:11 +02:00
twinaphex
eefcd0e99f Use strcpy_literal in more places 2020-09-20 00:12:54 +02:00