rainmeter-studio/Common/Gfx
Birunthan Mohanathas 5f03d7b235 Gfx: Fix rendering issues in some cases
It seems that Direct2D does not expect the underlying pixel data of the render target to change outside of the target draw commands while the render target exists. As a result, Direct2D may in some cases overwrite changes to the pixel data. This change changes the render target to be (re)created for each batch of Direct2D drawing operations as a temporary solution. As a side effect, a DIB section is now used as the render target bitmap.
2013-03-26 21:29:05 +02:00
..
Canvas.cpp Gfx: Add initial work 2013-03-25 17:37:20 +02:00
Canvas.h Tweaks 2013-03-25 18:05:57 +02:00
CanvasD2D.cpp Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
CanvasD2D.h Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
CanvasGDIP.cpp Gfx: Add initial work 2013-03-25 17:37:20 +02:00
CanvasGDIP.h Cosmetics 2013-03-26 21:28:34 +02:00
TextFormat.cpp Gfx: Add initial work 2013-03-25 17:37:20 +02:00
TextFormat.h Tweaks 2013-03-25 18:05:57 +02:00
TextFormatD2D.cpp Gfx: Add initial work 2013-03-25 17:37:20 +02:00
TextFormatD2D.h Gfx: Add initial work 2013-03-25 17:37:20 +02:00
TextFormatGDIP.cpp Gfx: Add initial work 2013-03-25 17:37:20 +02:00
TextFormatGDIP.h Cosmetics 2013-03-26 21:28:34 +02:00
WICBitmapDIB.cpp Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
WICBitmapDIB.h Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
WICBitmapLockDIB.cpp Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
WICBitmapLockDIB.h Gfx: Fix rendering issues in some cases 2013-03-26 21:29:05 +02:00
WICBitmapLockGDIP.cpp Cosmetics 2013-03-26 21:28:34 +02:00
WICBitmapLockGDIP.h Cosmetics 2013-03-26 21:28:34 +02:00