RetroArch/gfx
LibretroAdmin 951b98fe1b
Bools to flags (#14486)
* (D3D11) Use flags instead of bools

* (RPNG) Use flags

* Simplify rpng_is_valid

* (rpng_is_valid) Prevent potential NULL pointer dereference
(D3D11) Some whitespacing changes/code nits

* (task_pl_thumbnail_download.c) Simplify some code
2022-10-06 19:26:38 +02:00
..
common Bools to flags (#14486) 2022-10-06 19:26:38 +02:00
display_servers Get rid of some strlcats 2022-08-08 22:41:32 +02:00
drivers Bools to flags (#14486) 2022-10-06 19:26:38 +02:00
drivers_context (X11) Simplify HAVE_XF86VM code ifdefs some more 2022-09-05 18:36:45 +02:00
drivers_display (PSL1GHT) Silence some warnings 2022-07-03 14:20:10 +02:00
drivers_font Plug some more implication conversion of return value of strlen 2022-09-02 01:22:12 +02:00
drivers_font_renderer Fix some 'implicit conversion loses precision' warnings 2022-09-01 15:15:48 +02:00
drivers_shader Attempt to fix validation errors with HDR swapchain. 2022-08-31 21:59:25 +02:00
include Some CXX_BUILD fixes 2022-08-05 17:40:06 +02:00
video_filters Fix C++ comments 2022-10-01 17:56:16 +02:00
video_layout Prefer using snprintf instead of insecure sprintf 2021-05-18 15:14:08 +02:00
widgets Unload screenshot widget texture early (#14482) 2022-10-06 00:06:41 +02:00
font_driver.c Change msg_len of font driver to size_t - avoids all the type 2022-09-02 01:10:28 +02:00
font_driver.h Change msg_len of font driver to size_t - avoids all the type 2022-09-02 01:10:28 +02:00
gfx_animation.c Fix some implicit conversion signedness warnings 2022-10-02 03:22:34 +02:00
gfx_animation.h Get rid of gfx_timer_t typedef - replace with float 2022-07-06 14:41:15 +02:00
gfx_display.c * Create fill_pathname_join_special - and specify fill_pathname_join 2022-08-04 14:19:38 +02:00
gfx_display.h (gfx_display.c) Cleanups - 2022-07-06 20:05:43 +02:00
gfx_thumbnail_path.c Allow On-Demand Thumbnails in Explore menu (#14385) 2022-09-05 00:01:38 +02:00
gfx_thumbnail_path.h Allow On-Demand Thumbnails in Explore menu (#14385) 2022-09-05 00:01:38 +02:00
gfx_thumbnail.c (libretro-common) Style nits/cleanups 2022-07-10 18:13:49 +02:00
gfx_thumbnail.h (Ozone+XMB) Savestate thumbnail aspect ratio (#14139) 2022-07-03 16:14:51 +02:00
gfx_widgets.c Buildfix for previous commit 2022-10-06 09:32:26 +02:00
gfx_widgets.h Use flags for some structs instead of tons of bools - less state/variables to bookkeep, 2022-10-06 06:53:13 +02:00
video_coord_array.c
video_coord_array.h reorder structs, alignment 2020-08-15 00:35:15 +02:00
video_crt_switch.c (video_crt_switch.c) Get rid of unnecessary strlen 2022-08-04 00:10:19 +02:00
video_crt_switch.h Add support for switchres.ini core and directory overrides 2021-06-20 02:31:10 -03:00
video_defines.h (D3D11/12) Add waitable swapchains and max frame latency option 2022-06-07 00:25:03 +03:00
video_display_server.h Refresh rate switch addition on startup (#13316) 2021-12-03 17:52:46 +01:00
video_driver.c Avoid 'video_gpu_screenshot' with savestates (#14464) 2022-10-03 15:13:01 +02:00
video_driver.h Count amount of characters window title has so that we can (#14274) 2022-08-02 17:00:33 +02:00
video_filter.c (GCC12) Get rid of warning: the comparison will always evaluate as 'true' for the pointer operand in 'filt->thread_data + (sizetype)((long long unsigned int)i * 48)' must not be NULL [-Waddress] 2022-06-04 10:04:59 +02:00
video_filter.h
video_layout.c
video_layout.h Reorder structs/alignment 2020-08-25 20:39:06 +02:00
video_shader_parse.c (video_shader_get_type_from_ext) remove strlen call 2022-08-27 14:29:37 +02:00
video_shader_parse.h (video_shader_parse) 2022-07-11 14:00:35 +02:00
video_thread_wrapper.c (video_thread_wrapper.c) Put back logs at request 2022-05-23 13:43:54 +02:00
video_thread_wrapper.h (Threaded Video/video_thread_wrapper.c) Cleaning and optimization 2022-05-18 18:27:54 -03:00