2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/host_shaders
2023-10-15 20:43:48 +11:00
..
astc_decoder.comp flatten color_values 2023-08-09 18:45:52 -04:00
blit_color_float.frag video_core: Implement maxwell3d draw texture method 2023-01-05 12:41:28 +08:00
block_linear_unswizzle_2d.comp
block_linear_unswizzle_3d.comp
CMakeLists.txt Implement missing formats for Bravely Default 2 2023-10-15 20:43:48 +11:00
convert_abgr8_to_d24s8.frag
convert_d24s8_to_abgr8.frag
convert_d32f_to_abgr8.frag update shader to confirmed format copy 2023-10-07 18:28:09 +11:00
convert_d32f_to_bgra8.frag Implement missing formats for Bravely Default 2 2023-10-15 20:43:48 +11:00
convert_depth_to_float.frag
convert_float_to_depth.frag
convert_msaa_to_non_msaa.comp host_shaders: More proper handling of x2 MSAA copies 2023-09-25 09:20:32 -04:00
convert_non_msaa_to_msaa.comp host_shaders: More proper handling of x2 MSAA copies 2023-09-25 09:20:32 -04:00
convert_s8d24_to_abgr8.frag
fidelityfx_fsr.comp
full_screen_triangle.vert Address feedback 2023-01-16 10:27:57 +08:00
fxaa.frag
fxaa.vert
opengl_convert_s8d24.comp
opengl_copy_bc4.comp
opengl_fidelityfx_fsr.frag video_core/opengl: Add FSR upscaling filter to the OpenGL renderer 2023-01-26 21:43:33 +01:00
opengl_fidelityfx_fsr_easu.frag video_core/opengl: Add FSR upscaling filter to the OpenGL renderer 2023-01-26 21:43:33 +01:00
opengl_fidelityfx_fsr_rcas.frag video_core/opengl: Add FSR upscaling filter to the OpenGL renderer 2023-01-26 21:43:33 +01:00
opengl_lmem_warmup.comp OpenGL: Add Local Memory warmup shader 2023-06-25 18:43:23 -04:00
opengl_present.frag
opengl_present.vert
opengl_present_scaleforce.frag
opengl_smaa.glsl general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
pitch_unswizzle.comp
present_bicubic.frag
present_gaussian.frag
queries_prefix_scan_sum.comp Query Cache: Fix Prefix Sums 2023-09-23 23:05:30 +02:00
queries_prefix_scan_sum_nosubgroups.comp Query Cache: Fix Prefix Sums 2023-09-23 23:05:30 +02:00
resolve_conditional_render.comp Query Cachge: Fully rework Vulkan's query cache 2023-09-23 23:05:29 +02:00
smaa_blending_weight_calculation.frag
smaa_blending_weight_calculation.vert
smaa_edge_detection.frag
smaa_edge_detection.vert
smaa_neighborhood_blending.frag
smaa_neighborhood_blending.vert
source_shader.h.in
StringShaderHeader.cmake
vulkan_blit_depth_stencil.frag
vulkan_color_clear.frag video_core: Implement vulkan clear specified channel 2023-01-28 12:53:05 +08:00
vulkan_color_clear.vert video_core: Implement vulkan clear specified channel 2023-01-28 12:53:05 +08:00
vulkan_depthstencil_clear.frag Masked depthstencil clears 2023-08-19 03:29:46 +01:00
vulkan_fidelityfx_fsr_easu_fp16.comp
vulkan_fidelityfx_fsr_easu_fp32.comp
vulkan_fidelityfx_fsr_rcas_fp16.comp
vulkan_fidelityfx_fsr_rcas_fp32.comp
vulkan_present.frag
vulkan_present.vert
vulkan_present_scaleforce_fp16.frag
vulkan_present_scaleforce_fp32.frag
vulkan_quad_indexed.comp
vulkan_turbo_mode.comp vulkan: implement 'turbo mode' clock booster 2023-01-04 22:22:01 -05:00
vulkan_uint8.comp