56421 Commits

Author SHA1 Message Date
twinaphex
0ad9175d77 (sinc resampler) We don't need to keep fetching these variables
within this inner loop
2020-10-03 21:20:32 +02:00
twinaphex
6c067d149d (Xaudio) Cleanups 2020-10-03 20:35:50 +02:00
twinaphex
fbd4fc5094 Try to avoid having to repeatedly grab the pointer 2020-10-03 20:30:57 +02:00
twinaphex
326f40d598 Cleanup 2020-10-03 18:37:53 +02:00
twinaphex
467dd68fa4 Cleanup 2020-10-03 18:32:21 +02:00
twinaphex
0e4aa46335 Cleanups 2020-10-03 18:25:43 +02:00
twinaphex
ecd72b5be6 (widgets) Get rid of get_ptr function calls 2020-10-02 22:23:51 +02:00
twinaphex
f82b357f86 Remove getter gfx_widget_get_backdrop_orig 2020-10-02 22:12:05 +02:00
twinaphex
20371e5102 (gfx_thumbnail) get rid of small getters 2020-10-02 21:59:02 +02:00
twinaphex
5aa675e059 Cleanups 2020-10-02 21:39:46 +02:00
twinaphex
66deef29c6 Cleanups/style nits 2020-10-02 21:10:07 +02:00
twinaphex
c6f5973281 Replace while(true) with for(;;) 2020-10-02 21:02:59 +02:00
twinaphex
f84c6ec8cd Use STRLEN_CONST where possible; and don't needlessly do strlen
twice
2020-10-02 20:57:29 +02:00
twinaphex
12012b5041 (com-parser) Use STRLEN_CONST 2020-10-02 20:50:11 +02:00
Autechre
7517ea081a
Merge pull request #11404 from jdgleaver/qt-shader-fix
Qt shader fix
2020-10-02 19:07:08 +02:00
jdgleaver
e1890bd08e Fix Qt shaders dialog 2020-10-02 17:48:45 +01:00
jdgleaver
d686d73e7a Revert "Buildfix --disable-menu - bake out shader params for desktop menu if"
This reverts commit dd6924a9403472b9c705106805933c018337158d.
2020-10-02 17:20:23 +01:00
Autechre
8379a0b40c
Merge pull request #11403 from jdgleaver/dingux-integer-scaling
OpenDingux: Enable integer scaling when using the 'sdl_dingux' gfx driver
2020-10-02 18:10:05 +02:00
jdgleaver
bbba80f01e OpenDingux: Enable integer scaling when using the 'sdl_dingux' gfx driver 2020-10-02 16:38:42 +01:00
twinaphex
99c239bcee (Ozone) Don't call set_alpha if alpha value is the same as last time 2020-10-02 14:38:05 +02:00
twinaphex
0bfbf81b49 Cleanups 2020-10-02 14:33:35 +02:00
twinaphex
4adfaa07fc Cleanups 2020-10-02 14:16:12 +02:00
twinaphex
079c2dadff (gfx_display.c) Do early returns before computing a bunch of stuff 2020-10-02 14:07:01 +02:00
twinaphex
cd469d3fb2 gfx_widgets_draw_regular_msg - optimization - only set alpha colors
again if alpha hasn't already been applied
2020-10-02 13:33:05 +02:00
twinaphex
2594bd2cf6 Some static globals can be moved to functions 2020-10-02 13:30:57 +02:00
twinaphex
c45e7c9bc5 Cleanup 2020-10-02 11:36:11 +02:00
twinaphex
a38ecbe7de gfx_widgets_iterate - cleanup 2020-10-02 11:32:49 +02:00
twinaphex
c736f2ce28 Cleanups 2020-10-02 11:00:19 +02:00
Autechre
0eddffb319
Merge pull request #11397 from sonninnos/keydesc-cleanup
Key descriptor cleanup
2020-10-01 19:22:40 +02:00
twinaphex
902647c6fe (XMB) Cleanups 2020-10-01 19:12:26 +02:00
Autechre
27acbfc2f9
Merge pull request #11399 from jdgleaver/typo-fix
Fix typo in menu_cbs_ok.c
2020-10-01 18:41:43 +02:00
jdgleaver
a04d5c3772 Fix typo in menu_cbs_ok.c 2020-10-01 17:37:04 +01:00
twinaphex
2e752d93cc Cleanup 2020-10-01 18:34:01 +02:00
twinaphex
cecd48e6b5 gfx_display_draw_cursor - take out early return 2020-10-01 18:22:29 +02:00
Autechre
8e5596873a
Merge pull request #11398 from jdgleaver/rg350m
OpenDingux port improvements: Phase 1
2020-10-01 17:53:54 +02:00
twinaphex
899ad1cf88 Buildfix for OSX 2020-10-01 17:22:00 +02:00
jdgleaver
3bd66cc14d OpenDingux port improvements: Phase 1 2020-10-01 15:56:14 +01:00
Tony Jansson
3b76949699 Key descriptor cleanup 2020-10-01 17:34:49 +03:00
twinaphex
9444117b67 Buildfix 2020-10-01 15:37:21 +02:00
twinaphex
dd6924a940 Buildfix --disable-menu - bake out shader params for desktop menu if
HAVE_MENU is not set
2020-10-01 13:04:13 +02:00
twinaphex
9be7da9665 --disable-menu buildfixes 2020-10-01 12:56:30 +02:00
twinaphex
e8ab0a892a gfx_display_get_adjusted_scale_internal - cleanup 2020-10-01 12:33:58 +02:00
twinaphex
4f82c26f6c Cleanups 2020-10-01 12:26:49 +02:00
twinaphex
48a2e0528d gfx_display_font_file - cleanup 2020-10-01 12:24:17 +02:00
twinaphex
d08a3b2310 These functions were never used 2020-10-01 12:22:56 +02:00
twinaphex
4965b78ea3 PARTICLES_COUNT doesn't seem used anymore 2020-10-01 12:21:57 +02:00
twinaphex
497f2d92b5 gfx_widgets_ai_service_overlay_load - cleanup 2020-10-01 12:20:34 +02:00
Autechre
4b3f8b4a09
Merge pull request #11395 from stenzek/d3d11-gpu-reset
(video/d3d11) Skip shader/stock blend when we don't have a texture
2020-10-01 11:46:18 +02:00
Connor McLaughlin
696df6e916 (video/d3d11) Skip shader/stock blend when we don't have a texture
This happens if the core calls video_cb with the frame set to null on
the first frame, and was causing black screens/driver resets.

The ffmpeg core seems to do this.
2020-10-01 19:19:13 +10:00
twinaphex
a02f8a24fa Get rid of forward declarations 2020-10-01 11:06:59 +02:00