obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 5291b193e2 gfx-shader: Fix rendering at unexpected sizes and fix performance
Fixes rendering at unexpected sizes by first rendering to a render target and then rendering the contents of that render target to the frame buffer instead. This also prevent rendering twice or more, which might cause severe FPS impact.
2020-04-23 08:10:01 +02:00
..
encoders project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
ffmpeg ffmpeg-encoder/d3d11: Set highest eviction priority for buffers 2020-04-11 15:23:07 +02:00
filters project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
gfx gfx-shader: Fix rendering at unexpected sizes and fix performance 2020-04-23 08:10:01 +02:00
nvidia nvidia-cuda: Improve usage of CUDA resources and functions 2020-04-17 11:44:37 +02:00
obs obs-tools: Add OBS data deleter 2020-04-22 23:15:32 +02:00
sources project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
transitions project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
ui project: Implement a brand new UI with fancy windows 2020-04-23 01:09:02 +02:00
common.hpp common: Undefine the unsafe 'strtoll' define from libobs 2020-04-22 23:11:30 +02:00
configuration.cpp configuration: Add global configuration handler 2020-04-22 23:15:32 +02:00
configuration.hpp configuration: Add global configuration handler 2020-04-22 23:15:32 +02:00
plugin.cpp project: Implement a brand new UI with fancy windows 2020-04-23 01:09:02 +02:00
plugin.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
strings.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
util-event.hpp cmake: Fix clang support in native OBS Studio build 2020-04-05 06:50:21 +02:00
util-math.hpp utility: Merge util-math and util-memory 2020-01-14 01:11:08 +01:00
util-memory.cpp utility: Merge util-math and util-memory 2020-01-14 01:11:08 +01:00
util-profiler.cpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
util-profiler.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
util-threadpool.cpp util-threadpool: Fix rare double-execute bug 2020-04-17 11:44:37 +02:00
util-threadpool.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
utility.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
utility.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
windll.cpp cmake: Place Windows exclusive functionality into own file 2020-04-22 23:32:22 +02:00