godot/drivers
Technohacker 9584f24be5
Use DWMEnableBlurBehindWindow instead of WS_EX_LAYERED
Affects per-pixel transparency

The current method renders to the screen by copying the GLES output to a
DIB for transparency using the CPU instead of rendering directly to the
window via the GPU. This is slower and also forces the window to be borderless
as WS_EX_LAYERED affects the non-client region as well.

This change uses DWMEnableBlurBehindWindow which allows using the standard
glClearColor() background alpha and is also performed through the GPU,
eliminating CPU bottlenecks
2020-05-10 21:05:37 +05:30
..
alsa Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
alsamidi ALSA MIDI driver: 2020-01-22 21:41:48 +01:00
coreaudio Revert "Exposes capture methods to AudioServer + documentation" #30468 2020-01-20 13:18:01 +01:00
coremidi Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dummy Add more extensions to the dummy texture loader 2020-04-27 10:09:17 +02:00
gl_context SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
gles2 Use DWMEnableBlurBehindWindow instead of WS_EX_LAYERED 2020-05-10 21:05:37 +05:30
gles3 Use DWMEnableBlurBehindWindow instead of WS_EX_LAYERED 2020-05-10 21:05:37 +05:30
png Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pulseaudio Revert "Exposes capture methods to AudioServer + documentation" #30468 2020-01-20 13:18:01 +01:00
unix Merge pull request #35091 from Faless/dtls/enet 2020-05-05 13:40:59 +02:00
wasapi Revert "Exposes capture methods to AudioServer + documentation" #30468 2020-01-20 13:18:01 +01:00
windows Fix res:// trimmed to s:// on Windows 2020-04-01 10:22:05 +02:00
winmidi Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
xaudio2 Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_driver_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_driver_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Remove convex_decomp in drivers/SCsub 2019-12-14 21:41:21 +09:00