RetroArch/gfx
Tor Arne Vestbø b5cf9b639e metal: Improve shader debugging
Having the path to each shader is helpful when debugging the
rendering pipeline. The render command encoder label is limited
to just the filename of the shader, as the graphics debugging
UI in Xcode doesn't handle long names very well.

We don't encode the pass number into the string as the shaders
can be organized in a graph, not just a linked list, so an
indexed order can be misrepresenting the flow.
2019-09-25 22:36:40 +02:00
..
common metal: Improve shader debugging 2019-09-25 22:36:40 +02:00
display_servers Updates Porches and Super width 2019-07-11 20:50:33 +01:00
drivers Add sdl2_common.c/.h 2019-09-22 12:40:40 +02:00
drivers_context Add sdl2_common.c/.h 2019-09-22 12:40:40 +02:00
drivers_font Backport and rebase initial FPGA port that was done in 2017 (port 2019-09-17 08:16:50 +02:00
drivers_font_renderer (CoreText) Buildfix 2019-08-24 16:57:23 +02:00
drivers_renderchain (D3D9 HLSL) Fix two warnings with cxx_BUILD 2019-07-26 17:29:53 +02:00
drivers_shader Go back to plain strlcpy/strlcat - probably best to look at 2019-09-23 00:19:01 +02:00
include Clean up white space. 2019-02-03 16:00:50 -08:00
video_filters Normal2x/Scanline2x video filters: Fix misaligned address error 2019-07-05 10:52:56 +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 Get rid of unused code libdbgfont 2019-08-13 11:42:46 +02:00
font_driver.h Backport and rebase initial FPGA port that was done in 2017 (port 2019-09-17 08:16:50 +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 Updates Porches and Super width 2019-07-11 20:50:33 +01:00
video_crt_switch.h Fix build warnings and cleanup 2019-02-12 10:26:17 +00:00
video_defines.h Add sdl2_common.c/.h 2019-09-22 12:40:40 +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 Use config_file_new_from_path_to_string entirely 2019-07-18 16:15:02 +02: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 Go back to plain strlcpy/strlcat - probably best to look at 2019-09-23 00:19:01 +02:00
video_shader_parse.h save unmodified auto-shaders as a reference instead of a copy, see: 2019-08-22 16:57:28 +02:00
video_thread_wrapper.c Update set keyboard mapping code for input driver 2019-07-27 02:21:24 +02:00
video_thread_wrapper.h Update set keyboard mapping code for input driver 2019-07-27 02:21:24 +02:00