RetroArch/gfx
LazyBumHorse c20c67bd3a proper shader compatibility checks
- move shader flags from the video drivers to the context drivers
 - rework config_load_shader_preset() from configuration.c into retroarch_load_shader_preset() in retroarch.c with proper compatibility check
 - implicitly call retroarch_load_shader_preset() in retroarch_get_shader_preset() once per core/content life cycle
 - use video_shader_is_supported() instead of video_driver_test_all_flags() where appropriate
 - remove GFX_CTX_FLAGS_NONE because it is meaningless
2019-06-18 13:46:41 +02:00
..
common refactor shader checks affected by last commit and more: 2019-06-18 13:44:19 +02:00
display_servers (dispserv_x11.c) Add math.h 2019-06-17 21:07:16 +02:00
drivers proper shader compatibility checks 2019-06-18 13:46:41 +02:00
drivers_context proper shader compatibility checks 2019-06-18 13:46:41 +02:00
drivers_font Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
drivers_font_renderer Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
drivers_renderchain Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
drivers_shader refactor shader checks affected by last commit and more: 2019-06-18 13:44:19 +02:00
drivers_tracker Silence warning with --enable-python and 32-bit linux. 2019-02-11 17:08:07 -08:00
include Clean up white space. 2019-02-03 16:00:50 -08:00
video_filters Add 'Scanline2x' CPU video filter 2019-06-14 15:16:24 +01:00
video_layout Undefine HAVE_VIDEO_LAYOUT for now instead of implicitly enabling 2019-05-13 01:57:26 +02:00
font_driver.c Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
font_driver.h Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
video_coord_array.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
video_coord_array.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
video_crt_switch.c Turn into static function 2019-06-17 21:05:39 +02:00
video_crt_switch.h Fix build warnings and cleanup 2019-02-12 10:26:17 +00:00
video_defines.h This should hide the CRT SwitchRes option on systems 2019-05-05 16:33:25 +02:00
video_display_server.c Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
video_display_server.h Better way to check if there is a resolution list - should 2019-05-07 00:32:07 +02:00
video_filter.c Add 'Scanline2x' CPU video filter 2019-06-14 15:16:24 +01:00
video_filter.h Fix some linkage errors with RA MSVC 2010 2017-12-30 13:00:08 +01:00
video_layout.c Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
video_layout.h video_layout 2019-05-11 09:58:46 +01:00
video_shader_parse.c proper shader compatibility checks 2019-06-18 13:46:41 +02:00
video_shader_parse.h proper shader compatibility checks 2019-06-18 13:46:41 +02:00
video_state_tracker.c Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
video_state_tracker.h Fix some linkage errors with RA MSVC 2010 2017-12-30 13:00:08 +01:00
video_thread_wrapper.c Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00
video_thread_wrapper.h Integrate video_driver.c into retroarch.c 2019-06-17 15:10:22 +02:00