RetroArch/gfx/drivers
warmenhoven 9c2f908d44
Fix initial blurriness on Metal (#15002)
This reverts #14963 and part of #14942. Instead of forcing a size
change on mac the way we do on tvos, bring back the old way of making
two setContentSize calls.
2023-02-21 20:09:21 +01:00
..
ctr_shaders [3DS] Allow sideways screen rotation 2020-10-27 21:13:19 -07:00
d3d_shaders Added support for HDR shaders - if we detect a shader that uses SLANG_FORMAT_A2B10G10R10_UNORM_PACK32 or SLANG_FORMAT_R16G16B16A16_SFLOAT as the format for the last render target in the shader chain AND hdr is switched on then this disables the internal HDR shader and allows the shader chain to define an inverse tonemapper and hdr10 shader. The first use of this is for my hdr shader crt\crt-sony-pvm-4k-hdr.slangp - submitted seperately (#13390) 2021-12-22 02:17:17 +01:00
gl_shaders [VITA] Add support for Vita GLES2 (PIGLET) 2021-01-06 19:14:30 +01:00
gx2_shaders WIIU: Clean up a bunch of compiler warnings 2021-09-25 13:25:39 -07:00
rsx_shaders (PSL1GHT) Add improvements to the RSX driver (#14965) 2023-02-10 08:29:45 +01:00
vulkan_shaders [Vulkan] Use compute shaders to upload RGB565. (#14953) 2023-02-05 19:23:48 +01:00
caca_gfx.c Add HDR support for D3D12 (rebased PR from MajorPainTheCactus) (#12917) 2021-09-03 06:15:25 +02:00
ctr_gfx.c Turn ctr_set_scale_vector into a macro 2023-01-24 23:35:37 +01:00
ctr_gu.h [3DS] Update to libctru 2.0 2020-08-26 19:08:12 -07:00
d3d8.c Revert "Header cleanups - don't include retroarch.h everywhere" 2023-01-08 09:05:46 +01:00
d3d9_renderchain.h Append Preset (#14737) (#14757) 2022-12-22 21:36:32 +01:00
d3d9cg.c Try to use strlcpy/strlcat instead of snprintf when possible 2023-01-22 18:57:17 +01:00
d3d9hlsl.c (MSVC) silence warnings 2023-02-18 17:04:23 +01:00
d3d10.c (MSVC) silence warnings 2023-02-18 17:04:23 +01:00
d3d11.c Header include cleanups for driver.h 2023-01-09 15:28:15 +01:00
d3d12.c (MSVC) silence warnings 2023-02-18 17:04:23 +01:00
dispmanx_gfx.c Add HDR support for D3D12 (rebased PR from MajorPainTheCactus) (#12917) 2021-09-03 06:15:25 +02:00
drm_gfx.c Don't include errno.h in files that don't justify its use 2022-08-25 05:19:30 +02:00
drm_pixformats.h Seems to come from here - add license text to it - 2016-07-04 15:05:50 +02:00
exynos_gfx.c Remove asserts 2023-01-09 00:51:05 +01:00
fpga_gfx.c Remove redundant headers 2023-01-24 22:59:15 +01:00
gdi_gfx.c Header include cleanups for driver.h 2023-01-09 15:28:15 +01:00
gl1.c (GL1) Fix signed/unsigned mismatch warnings 2023-02-20 16:29:49 +01:00
gl2.c (Mac) Silence warnings 2023-02-18 17:15:52 +01:00
gl3.c (Mac) Silence warnings 2023-02-18 17:15:52 +01:00
gx2_gfx.c Append Preset (#14737) (#14757) 2022-12-22 21:36:32 +01:00
gx_gfx_vi_encoder.c Move defines files over to libretro-common 2021-05-18 22:15:04 +02:00
gx_gfx.c Cleanups/warnings 2022-03-07 19:32:01 +01:00
metal.m Fix initial blurriness on Metal (#15002) 2023-02-21 20:09:21 +01:00
network_gfx.c Remove redundant headers 2023-01-24 22:59:15 +01:00
oga_gfx.c oga_gfx: fix messages from not disappearing 2021-03-01 19:25:54 -05:00
omap_gfx.c Remove asserts 2023-01-09 00:51:05 +01:00
ps2_gfx.c [PS2] Improve Compilation (#13359) 2021-12-15 19:01:56 +01:00
psp1_gfx.c Remove asserts 2023-01-09 00:51:05 +01:00
psp1_gfx.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
rsx_gfx.c (PSL1GHT/RSX) Buildfix 2023-02-20 18:45:54 +01:00
sdl2_gfx.c (SDL2) Cleanups 2023-01-24 21:54:06 +01:00
sdl_dingux_gfx.c Remove asserts 2023-01-09 00:51:05 +01:00
sdl_gfx.c Remove asserts 2023-01-09 00:51:05 +01:00
sdl_rs90_gfx.c Remove asserts 2023-01-09 00:51:05 +01:00
sixel_gfx.c Remove some unused variables 2023-01-24 01:18:59 +01:00
sunxi_gfx.c Add HDR support for D3D12 (rebased PR from MajorPainTheCactus) (#12917) 2021-09-03 06:15:25 +02:00
switch_gfx.c Add HDR support for D3D12 (rebased PR from MajorPainTheCactus) (#12917) 2021-09-03 06:15:25 +02:00
switch_nx_gfx.c Add HDR support for D3D12 (rebased PR from MajorPainTheCactus) (#12917) 2021-09-03 06:15:25 +02:00
vg.c Remove asserts 2023-01-09 00:51:05 +01:00
vga_gfx.c (Platform drivers) Cleanups - get rid of unnecessary logs 2022-07-08 22:10:53 +02:00
vita2d_gfx.c - Turn rotation arrows static where possible 2022-07-04 15:28:54 +02:00
vulkan.c (PSL1GHT) Buildfixes/warning fixes 2023-02-20 15:33:54 +01:00
xenon360_gfx.c Cleanups 2020-08-03 16:33:54 +02:00
xshm_gfx.c (CodeQL) Only use 'cpp' language 2022-09-05 18:26:08 +02:00
xvideo.c (CodeQL) Only use 'cpp' language 2022-09-05 18:26:08 +02:00