obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 662199fb4a source-mirror: Fix scaling issues and allow keeping original size
Scaling was previously incorrectly rendering the source with another effect forced onto it, resulting in slower rendering and some sources that would no longer render properly.

Additionally the new option allows the user to have the source render at the original resolution in order to allow previously applied transform to stay identical. The rescaling however will no longer apply to filters after this source then, thus the speed bonus is lost.

Also categorized the localization file and adds descriptions for existing and new properties for Source Mirror.
2018-01-19 04:15:40 +01:00
..
filter-blur.cpp plugin: Use self-registration code everywhere 2018-01-16 11:47:24 +01:00
filter-blur.h filter-blur: Fix Blur filter occasionally not rendering 2017-12-14 03:52:29 +01:00
filter-displacement.cpp plugin: Use self-registration code everywhere 2018-01-16 11:47:24 +01:00
filter-displacement.h filter-displacement: Formatting improvements 2017-08-19 23:56:05 +02:00
filter-shape.cpp gs-vertexbuffer: Slight Refactor to unify code style 2018-01-19 03:13:02 +01:00
filter-shape.h filter-shape: Use new GS classes 2017-09-18 00:05:53 +02:00
filter-transform.cpp gs-vertexbuffer: Slight Refactor to unify code style 2018-01-19 03:13:02 +01:00
filter-transform.h filter-transform: Use 16-byte aligned vec3 & vec4 2018-01-08 17:31:50 +01:00
gs-effect.cpp gs-effect: Allow retrieving effect parameter name 2017-11-05 21:50:38 +01:00
gs-effect.h gs-effect: Allow retrieving effect parameter name 2017-11-05 21:50:38 +01:00
gs-helper.cpp gs: Fix commit eb1612c6ee 2017-09-18 00:15:57 +02:00
gs-helper.h gs: Fix commit eb1612c6ee 2017-09-18 00:15:57 +02:00
gs-indexbuffer.cpp gs: Define shared limits and exclude mipmapper 2018-01-18 05:02:10 +01:00
gs-indexbuffer.h gs: Wrap OBS Graphics Subsystem in proper C++ classes 2017-09-18 00:05:28 +02:00
gs-limits.h gs: Define shared limits and exclude mipmapper 2018-01-18 05:02:10 +01:00
gs-mipmapper.cpp gs-mipmapper: Fix type conversion warnings 2017-12-14 03:12:24 +01:00
gs-mipmapper.h gs, effects: Anisotropic Mipmapper Class 2017-09-18 00:05:54 +02:00
gs-rendertarget.cpp gs-rendertarget: Fix missing initialization 2017-12-14 08:04:54 +01:00
gs-rendertarget.h gs: Wrap OBS Graphics Subsystem in proper C++ classes 2017-09-18 00:05:28 +02:00
gs-texture.cpp gs: Wrap OBS Graphics Subsystem in proper C++ classes 2017-09-18 00:05:28 +02:00
gs-texture.h gs-texture: Remove unused function 2017-12-14 01:39:43 +01:00
gs-vertex.cpp gs-vertex: Allocate memory if none is assigned 2018-01-19 03:01:54 +01:00
gs-vertex.h gs-vertex: Allocate memory if none is assigned 2018-01-19 03:01:54 +01:00
gs-vertexbuffer.cpp gs-vertexbuffer: Functions to directly access internal buffers 2018-01-19 03:15:12 +01:00
gs-vertexbuffer.h gs-vertexbuffer: Functions to directly access internal buffers 2018-01-19 03:15:12 +01:00
plugin.cpp plugin: Use self-registration code everywhere 2018-01-16 11:47:24 +01:00
plugin.h plugin: Allow new filters and transitions to self-register 2017-11-05 20:05:48 +01:00
source-mirror.cpp source-mirror: Fix scaling issues and allow keeping original size 2018-01-19 04:15:40 +01:00
source-mirror.h source-mirror: Fix scaling issues and allow keeping original size 2018-01-19 04:15:40 +01:00
strings.h project: Update Copyright Notice 2017-08-19 23:41:53 +02:00
util-math.cpp gs-vertex, util-math: Use _aligned_malloc instead of util::malloc_aligned 2018-01-08 17:41:26 +01:00
util-math.h util-math: Fix standalone compilation issues 2018-01-08 16:47:39 +01:00
util-memory.cpp util-memory: Rename aligned_malloc 2018-01-08 11:35:05 +01:00
util-memory.h util-memory: Implement aligned std::allocator 2018-01-08 19:01:26 +01:00
version.h.in project: Update Copyright Notice 2017-08-19 23:41:53 +02:00