mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
d56ce7399f
- Bug 1232506: Make dom/devicestorage really work with e10s. r=alchen (7f95105c5e)
- Bug 1208944 - Part 1. Dispatch CompositionEvent to Plugin. r=masayuki (85c062b417)
- Bug 1208944 - Part 2-a. Handle CompositionEvent on plugin. r=masayuki (ea2cebfca9)
- Bug 1208944 - Part 2-b. Workaround for OSX. r=masayuki (ca401cbc04)
- Bug 1208944 - Part 3. Allow IME window messages on plugin process. r=jmathies (571fd75010)
- Bug 1192844: Accept 0xCC padding in WindowsDllDetourPatcher::CreateTrampoline. r=m_kato (b34b6173d3)
- Bug 1201205 part 1: Add an AutoVirtualProtect helper class to make the next patch easier. r=m_kato (b384bd2412)
- Bug 1201205 part 2: Restore protection on the nop space separately from the function. r=m_kato (a822b2414b)
- Bug 1208944 - Part 4. nsWindowsDllInterceptor supports IMM32 API hook. r=ehsan (9b409ff15a)
- Bug 1208944 - Part 5. Send PluginEvent to content process. r=jmathies (4ee0341190)
- Bug 1208944 - Part 6. Get vaild TextRangeArray on compositionupdate. r=masayuki (18f184931c)
- Bug 1208944 - Part 7. Don't post WM_IME_REQUEST on windowless plugin since we don't convert pointer over process. r=masayuki (6b1a9ce71f)
- Bug 1208944 - Part 8. Don't get selection on start compostion when plugin has foucs. r=masayuki (daf400620e)
- Add Telemetry for the drawing models that plugins use. (bug 1229961 part 1, r=aklotz,vladan) (c9645a68ec)
- Enable direct plugin drawing by default. (bug 1229961 part 2, r=aklotz) (080c9337cb)
- Bug 1213845 - enable osk support on windows 8, but hide it behind a preference, r=jaws (fcb8dfb10b)
- Bug 1192248 - Fix wchar_t/char16_t mismatch WinIMEHandler.cpp. r=masayuki (13e61f3f0c)
- Bug 1226145 - actually check whether the on-screen keyboard is up rather than relying on internal state, r=masayuki (da090b605d)
- Bug 1208944 - Part 9. Hook IMM32 APIs on plugin process. r=masayuki (f15d73721f)
- Bug 1208944 - Part 10-a. Call CallWindowProc when WidgetPluginEvent isn't handled by plugin. r=masayuki (c54eaa50ed)
- Bug 1208944 - Part 10-b. Call DefaultProc When CompositionEvent isn't handled correctly by plugin. r=masayuki (0e77eaa40f)
- Bug 1157046 - Remove ARRAY_LENGTH in favor of MOZ_ARRAY_LENGTH; r=Waldo (a7f8ce3684)
- Bug 1196834 - Add a test that confirms plugin windows are hidden after switching from a remote to local tab. r=roc (a09d4a32af)
- Bug 1208944 - Part 11. Add test. r=jmathies (ed8e4c87d2)
- Bug 1231378 - part 1 - Fix uninitialized members of classes in docshell/*, r=smaug (fcd7615d97)
- Bug 1231378 - part 2 - Fix uninitialized members of classes in dom/*,r=smaug (40b354438f)
- Bug 1231378 - part 3 - Fix uninitialized members of classes in module/libjar and mfbt, r=smaug (ee15d8739a)
- Bug 1231378 - part 4 - Fix uninitialized members of classes in netwerk/widget/storage/uriloader/memory/tools, r=smaug (6aec559dd8)
- Bug 1238082 - Fix mode lines in dom/ipc. r=baku (a49aa3555b)
- Bug 1024149 - Use element size for upload texture when using SVG image. r=jgilbert r=roc (531bdd2406)
- Bug 1233922 - Skip Camera preinit for browser elements. r=fabrice (cd8ffbb112)
- Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde (374f49a942)
- Bug 1198459 - Prevent accessibility from initializing in content processes when e10s is running. r=tbsaunde (33bdfccd56)
- Bug 1115956 - Improve notice string for when e10s was disabled for accessibility. r=mconley (e5ff276d9e)
- Bug 1172491 - Let e10s be enabled in safe mode. r=felipe (bd0a3fbbd5)
- Bug 1226487 - Allow e10s to run on Beta. r=mconley (05103c816d)
- Bug 634063 - Use gfxPrefs for some layers acceleration prefs. r=nical (9a20bcd8d2)
- Bug 1198459 - Add support for disabling e10s if a11y was run in the previous session, or run in a session over the previous week. r=felipe (7154a021bd)
- Bug 1171171 - Make sure the graphics preferences are initialized early enough. r=billm (34801701aa)
- Bug 1171171: Move nsAppRunner's gfxPrefs #include out of windows-specific section. r=milan a=KWierso (492fa00f99)
- Bug 1182048 - Part 1: Allow e10s to be enabled,r=vlad (628949ad83)
- Bug 1182048 - Part 2: Implement e10s support for WebVR,r=vlad (a77d280b48)
- Bug 1207221 - Do not prevent the system app from vibrating when it is hidden. r=bz r=dhylands (f3d2306f41)
- Bug 1233902 - Check the TP list in sendBeacon(). r=gcp (bc279755ab)
- Bug 1216207 - Modify navigator.hasFeature method to implement new (9b4571468e)
- Bug 1217187 - Modify navigator.hasFeature method to detect new (d9ea58e65c)
- Bug 1125477 - Part 1: Modify dom/tv mochitest in order to enable e10s test. r=seanlin (7b535fddaa)
- Bug 1125477 - Part 2: Modify permission check of TV Manager API in order to remove dom.testing.tv_enabled_for_hosted_apps. r=seanlin;r=smaug (5719fdf3a7)
- Bug 1125477 - Part3: Remove permission removing code. r=seanlin (614de5dfd1)
- Bug 1223672 - NSec package cannot use device storage API. r=kchen (f1fc6711ea)
- Bug 1224609 - Ensure the primary screen is always returned in RecvScreenForBrowser if all else fails. r=wmccloskey (d562935754)
- Bug 1180288 - Use native filepickers for Graphene. r=khuey (0b9c78ce13)
- Bug 1201394 - Use cached preferences value in ProcessPriorityManager. r=gsvelto (d211492014)
- Bug 1212833 - Delay the MemoryPressure when an application goes to background. r=gsvelto (ce33de4324)
- Bug 1186812 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in dom/{ipc,plugins}/. r=jimm. (c061bb9d1b)
- Bug 1212984 - HangMonitorChild should delete its Transport. r=billm (3331593b2d)
- Bug 1186812 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in dom/{ipc,plugins}/. r=jimm. (fdac3f52cb)
- Bug 1215239 - Do not set ownApp for a browser element. r=bholley (e3cc250c3f)
- Bug 1241278 - Change Notification.requestPermission() to return a promise. r=baku (b0a86eeeb5)
- Bug 1249102. Make overrides of WorkerRunnable::PostRun a bit more consistent. r=khuey (a23bf9468f)
- Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. (9a5da3597f)
- Bug 1239225 - Remove unused args from TextureImage's constructor and related functions. r=mattwoodrow. (26ff005ecb)
- Bug 1240708 - Various trivial coverity warning fixes. r=kats (74a485c2b8)
- Bug 1240708 - Various trivial coverity warning fixes (part 2). r=kats (34bcd568dc)
- Bug 1219494 - Part 3 gfx/gl with gfxCrash. r=mchang (268968a3d9)
- Bug 1232456 - Create EGL surface through widget; r=snorp (13634bebc6)
- Bug 1232456 - Renew EGL surface using existing compositor widget; r=snorp (2649b088d3)
- Bug 1187322 - Don't require accelerated OpenGL contexts for BasicCompositor on OS X. r=jrmuizel (87f92af2c8)
- Bug 1238753 - Use StartRemoteDrawingInRegion on Mac. r=mattwoodrow (22870ed043)
- Bug 1238755 - Avoid a copy when uploading the BasicCompositor result to a texture. r=mattwoodrow (0b6663ab61)
- Bug 890156 - patch 0.2 - Remove the (unused) aRect parameter from nsBaseWidget::BaseCreate. r=kats (1120763eef)
- Bug 1241983 - Make DOM Identity observe inner-window-destroyed not dom-window-destroyed; r=ferjm (7cf4cf3211)
- Bug 1236282 - Clip color layer drawing in BasicCompositor so that unbounded operators don't erase stuff outside the layer. r=Bas (a7e73d1d8d)
- Bug 1238753 - Make BasicCompositor respect changes to mInvalidRegion through StartRemoteDrawingWithRegion properly. r=mattwoodrow (36e20bccce)
- Bug 1238753 - Don't skip the call to StartRemoteDrawing in from BasicCompositor::BeginFrame if the invalid region is empty. r=mattwoodrow (783b25775f)
- Bug 1239137 - Return early from BasicCompositor::DrawQuad if transformBounds is empty. r=mattwoodrow (0815cfc28a)
- Bug 1239530 (part 1) - Remove PuppetWidget::Scroll(), which is dead. r=kats. (63ab8c32b6)
- Bug 1239530 (part 2) - Use LayoutDevice coordinates in {Start,End}RemoteDrawingInRegion() and related functions. r=kats. (609001767d)
- Bug 1239537 - Remove Compositor::GetWidgetSize(), which is unused. r=mattwoodrow. (25732d37b1)
- Bug 1242293 - Don't call EndRemoteDrawingInRegion if StartRemoteDrawingInRegion returns a null DrawTarget. r=mstange (8e297c3b84)
- import changes from mozilla: Bug 1211642: Whitelist test plugin for async plugin init; r=jimm (f02deaaeb8) (6689ce99c8)
656 lines
21 KiB
C++
656 lines
21 KiB
C++
/* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "BasicCompositor.h"
|
|
#include "BasicLayersImpl.h" // for FillRectWithMask
|
|
#include "TextureHostBasic.h"
|
|
#include "mozilla/layers/Effects.h"
|
|
#include "nsIWidget.h"
|
|
#include "gfx2DGlue.h"
|
|
#include "mozilla/gfx/2D.h"
|
|
#include "mozilla/gfx/Helpers.h"
|
|
#include "mozilla/gfx/Tools.h"
|
|
#include "gfxUtils.h"
|
|
#include "YCbCrUtils.h"
|
|
#include <algorithm>
|
|
#include "ImageContainer.h"
|
|
#include "gfxPrefs.h"
|
|
#ifdef MOZ_ENABLE_SKIA
|
|
#include "skia/include/core/SkCanvas.h" // for SkCanvas
|
|
#include "skia/include/core/SkBitmapDevice.h" // for SkBitmapDevice
|
|
#else
|
|
#define PIXMAN_DONT_DEFINE_STDINT
|
|
#include "pixman.h" // for pixman_f_transform, etc
|
|
#endif
|
|
|
|
namespace mozilla {
|
|
using namespace mozilla::gfx;
|
|
|
|
namespace layers {
|
|
|
|
class DataTextureSourceBasic : public DataTextureSource
|
|
, public TextureSourceBasic
|
|
{
|
|
public:
|
|
|
|
virtual TextureSourceBasic* AsSourceBasic() override { return this; }
|
|
|
|
virtual gfx::SourceSurface* GetSurface(DrawTarget* aTarget) override { return mSurface; }
|
|
|
|
SurfaceFormat GetFormat() const override
|
|
{
|
|
return mSurface->GetFormat();
|
|
}
|
|
|
|
virtual IntSize GetSize() const override
|
|
{
|
|
return mSurface->GetSize();
|
|
}
|
|
|
|
virtual bool Update(gfx::DataSourceSurface* aSurface,
|
|
nsIntRegion* aDestRegion = nullptr,
|
|
gfx::IntPoint* aSrcOffset = nullptr) override
|
|
{
|
|
mSurface = aSurface;
|
|
return true;
|
|
}
|
|
|
|
virtual void DeallocateDeviceData() override
|
|
{
|
|
mSurface = nullptr;
|
|
SetUpdateSerial(0);
|
|
}
|
|
|
|
public:
|
|
RefPtr<gfx::DataSourceSurface> mSurface;
|
|
};
|
|
|
|
BasicCompositor::BasicCompositor(nsIWidget *aWidget)
|
|
: mWidget(aWidget)
|
|
, mDidExternalComposition(false)
|
|
{
|
|
MOZ_COUNT_CTOR(BasicCompositor);
|
|
|
|
mMaxTextureSize =
|
|
Factory::GetMaxSurfaceSize(gfxPlatform::GetPlatform()->GetContentBackendFor(LayersBackend::LAYERS_BASIC));
|
|
}
|
|
|
|
BasicCompositor::~BasicCompositor()
|
|
{
|
|
MOZ_COUNT_DTOR(BasicCompositor);
|
|
}
|
|
|
|
bool
|
|
BasicCompositor::Initialize()
|
|
{
|
|
return mWidget ? mWidget->InitCompositor(this) : false;
|
|
};
|
|
|
|
int32_t
|
|
BasicCompositor::GetMaxTextureSize() const
|
|
{
|
|
return mMaxTextureSize;
|
|
}
|
|
|
|
void
|
|
BasicCompositingRenderTarget::BindRenderTarget()
|
|
{
|
|
if (mClearOnBind) {
|
|
mDrawTarget->ClearRect(Rect(0, 0, mSize.width, mSize.height));
|
|
mClearOnBind = false;
|
|
}
|
|
}
|
|
|
|
void BasicCompositor::Destroy()
|
|
{
|
|
mWidget->CleanupRemoteDrawing();
|
|
mWidget = nullptr;
|
|
}
|
|
|
|
TextureFactoryIdentifier
|
|
BasicCompositor::GetTextureFactoryIdentifier()
|
|
{
|
|
TextureFactoryIdentifier ident(LayersBackend::LAYERS_BASIC,
|
|
XRE_GetProcessType(),
|
|
GetMaxTextureSize());
|
|
|
|
// All composition ops are supported in software.
|
|
for (uint8_t op = 0; op < uint8_t(CompositionOp::OP_COUNT); op++) {
|
|
ident.mSupportedBlendModes += CompositionOp(op);
|
|
}
|
|
return ident;
|
|
}
|
|
|
|
already_AddRefed<CompositingRenderTarget>
|
|
BasicCompositor::CreateRenderTarget(const IntRect& aRect, SurfaceInitMode aInit)
|
|
{
|
|
MOZ_ASSERT(aRect.width != 0 && aRect.height != 0, "Trying to create a render target of invalid size");
|
|
|
|
if (aRect.width * aRect.height == 0) {
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<DrawTarget> target = mDrawTarget->CreateSimilarDrawTarget(aRect.Size(), SurfaceFormat::B8G8R8A8);
|
|
|
|
if (!target) {
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<BasicCompositingRenderTarget> rt = new BasicCompositingRenderTarget(target, aRect);
|
|
|
|
return rt.forget();
|
|
}
|
|
|
|
already_AddRefed<CompositingRenderTarget>
|
|
BasicCompositor::CreateRenderTargetFromSource(const IntRect &aRect,
|
|
const CompositingRenderTarget *aSource,
|
|
const IntPoint &aSourcePoint)
|
|
{
|
|
MOZ_CRASH("GFX: Shouldn't be called!");
|
|
return nullptr;
|
|
}
|
|
|
|
already_AddRefed<DataTextureSource>
|
|
BasicCompositor::CreateDataTextureSource(TextureFlags aFlags)
|
|
{
|
|
RefPtr<DataTextureSource> result = new DataTextureSourceBasic();
|
|
return result.forget();
|
|
}
|
|
|
|
bool
|
|
BasicCompositor::SupportsEffect(EffectTypes aEffect)
|
|
{
|
|
return aEffect != EffectTypes::YCBCR && aEffect != EffectTypes::COMPONENT_ALPHA;
|
|
}
|
|
|
|
static void
|
|
DrawSurfaceWithTextureCoords(DrawTarget *aDest,
|
|
const gfx::Rect& aDestRect,
|
|
SourceSurface *aSource,
|
|
const gfx::Rect& aTextureCoords,
|
|
gfx::Filter aFilter,
|
|
const DrawOptions& aOptions,
|
|
SourceSurface *aMask,
|
|
const Matrix* aMaskTransform)
|
|
{
|
|
// Convert aTextureCoords into aSource's coordinate space
|
|
gfxRect sourceRect(aTextureCoords.x * aSource->GetSize().width,
|
|
aTextureCoords.y * aSource->GetSize().height,
|
|
aTextureCoords.width * aSource->GetSize().width,
|
|
aTextureCoords.height * aSource->GetSize().height);
|
|
|
|
// Floating point error can accumulate above and we know our visible region
|
|
// is integer-aligned, so round it out.
|
|
sourceRect.Round();
|
|
|
|
// Compute a transform that maps sourceRect to aDestRect.
|
|
Matrix matrix =
|
|
gfxUtils::TransformRectToRect(sourceRect,
|
|
gfx::IntPoint(aDestRect.x, aDestRect.y),
|
|
gfx::IntPoint(aDestRect.XMost(), aDestRect.y),
|
|
gfx::IntPoint(aDestRect.XMost(), aDestRect.YMost()));
|
|
|
|
// Only use REPEAT if aTextureCoords is outside (0, 0, 1, 1).
|
|
gfx::Rect unitRect(0, 0, 1, 1);
|
|
ExtendMode mode = unitRect.Contains(aTextureCoords) ? ExtendMode::CLAMP : ExtendMode::REPEAT;
|
|
|
|
FillRectWithMask(aDest, aDestRect, aSource, aFilter, aOptions,
|
|
mode, aMask, aMaskTransform, &matrix);
|
|
}
|
|
|
|
#ifdef MOZ_ENABLE_SKIA
|
|
static SkMatrix
|
|
Matrix3DToSkia(const Matrix4x4& aMatrix)
|
|
{
|
|
SkMatrix transform;
|
|
transform.setAll(aMatrix._11,
|
|
aMatrix._21,
|
|
aMatrix._41,
|
|
aMatrix._12,
|
|
aMatrix._22,
|
|
aMatrix._42,
|
|
aMatrix._14,
|
|
aMatrix._24,
|
|
aMatrix._44);
|
|
|
|
return transform;
|
|
}
|
|
|
|
static void
|
|
Transform(DataSourceSurface* aDest,
|
|
DataSourceSurface* aSource,
|
|
const Matrix4x4& aTransform,
|
|
const Point& aDestOffset)
|
|
{
|
|
if (aTransform.IsSingular()) {
|
|
return;
|
|
}
|
|
|
|
IntSize destSize = aDest->GetSize();
|
|
SkImageInfo destInfo = SkImageInfo::Make(destSize.width,
|
|
destSize.height,
|
|
kBGRA_8888_SkColorType,
|
|
kPremul_SkAlphaType);
|
|
SkBitmap destBitmap;
|
|
destBitmap.setInfo(destInfo, aDest->Stride());
|
|
destBitmap.setPixels((uint32_t*)aDest->GetData());
|
|
SkCanvas destCanvas(destBitmap);
|
|
|
|
IntSize srcSize = aSource->GetSize();
|
|
SkImageInfo srcInfo = SkImageInfo::Make(srcSize.width,
|
|
srcSize.height,
|
|
kBGRA_8888_SkColorType,
|
|
kPremul_SkAlphaType);
|
|
SkBitmap src;
|
|
src.setInfo(srcInfo, aSource->Stride());
|
|
src.setPixels((uint32_t*)aSource->GetData());
|
|
|
|
Matrix4x4 transform = aTransform;
|
|
transform.PostTranslate(Point3D(-aDestOffset.x, -aDestOffset.y, 0));
|
|
destCanvas.setMatrix(Matrix3DToSkia(transform));
|
|
|
|
SkPaint paint;
|
|
paint.setXfermodeMode(SkXfermode::kSrc_Mode);
|
|
paint.setAntiAlias(true);
|
|
paint.setFilterQuality(kLow_SkFilterQuality);
|
|
SkRect destRect = SkRect::MakeXYWH(0, 0, srcSize.width, srcSize.height);
|
|
destCanvas.drawBitmapRect(src, destRect, &paint);
|
|
}
|
|
#else
|
|
static pixman_transform
|
|
Matrix3DToPixman(const Matrix4x4& aMatrix)
|
|
{
|
|
pixman_f_transform transform;
|
|
|
|
transform.m[0][0] = aMatrix._11;
|
|
transform.m[0][1] = aMatrix._21;
|
|
transform.m[0][2] = aMatrix._41;
|
|
transform.m[1][0] = aMatrix._12;
|
|
transform.m[1][1] = aMatrix._22;
|
|
transform.m[1][2] = aMatrix._42;
|
|
transform.m[2][0] = aMatrix._14;
|
|
transform.m[2][1] = aMatrix._24;
|
|
transform.m[2][2] = aMatrix._44;
|
|
|
|
pixman_transform result;
|
|
pixman_transform_from_pixman_f_transform(&result, &transform);
|
|
|
|
return result;
|
|
}
|
|
|
|
static void
|
|
Transform(DataSourceSurface* aDest,
|
|
DataSourceSurface* aSource,
|
|
const Matrix4x4& aTransform,
|
|
const Point& aDestOffset)
|
|
{
|
|
IntSize destSize = aDest->GetSize();
|
|
pixman_image_t* dest = pixman_image_create_bits(PIXMAN_a8r8g8b8,
|
|
destSize.width,
|
|
destSize.height,
|
|
(uint32_t*)aDest->GetData(),
|
|
aDest->Stride());
|
|
|
|
IntSize srcSize = aSource->GetSize();
|
|
pixman_image_t* src = pixman_image_create_bits(PIXMAN_a8r8g8b8,
|
|
srcSize.width,
|
|
srcSize.height,
|
|
(uint32_t*)aSource->GetData(),
|
|
aSource->Stride());
|
|
|
|
MOZ_ASSERT(src !=0 && dest != 0, "Failed to create pixman images?");
|
|
|
|
pixman_transform pixTransform = Matrix3DToPixman(aTransform);
|
|
pixman_transform pixTransformInverted;
|
|
|
|
// If the transform is singular then nothing would be drawn anyway, return here
|
|
if (!pixman_transform_invert(&pixTransformInverted, &pixTransform)) {
|
|
pixman_image_unref(dest);
|
|
pixman_image_unref(src);
|
|
return;
|
|
}
|
|
pixman_image_set_transform(src, &pixTransformInverted);
|
|
|
|
pixman_image_composite32(PIXMAN_OP_SRC,
|
|
src,
|
|
nullptr,
|
|
dest,
|
|
aDestOffset.x,
|
|
aDestOffset.y,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
destSize.width,
|
|
destSize.height);
|
|
|
|
pixman_image_unref(dest);
|
|
pixman_image_unref(src);
|
|
}
|
|
#endif
|
|
|
|
static inline IntRect
|
|
RoundOut(Rect r)
|
|
{
|
|
r.RoundOut();
|
|
return IntRect(r.x, r.y, r.width, r.height);
|
|
}
|
|
|
|
void
|
|
BasicCompositor::DrawQuad(const gfx::Rect& aRect,
|
|
const gfx::Rect& aClipRect,
|
|
const EffectChain &aEffectChain,
|
|
gfx::Float aOpacity,
|
|
const gfx::Matrix4x4& aTransform,
|
|
const gfx::Rect& aVisibleRect)
|
|
{
|
|
RefPtr<DrawTarget> buffer = mRenderTarget->mDrawTarget;
|
|
|
|
// For 2D drawing, |dest| and |buffer| are the same surface. For 3D drawing,
|
|
// |dest| is a temporary surface.
|
|
RefPtr<DrawTarget> dest = buffer;
|
|
|
|
AutoRestoreTransform autoRestoreTransform(dest);
|
|
|
|
Matrix newTransform;
|
|
Rect transformBounds;
|
|
Matrix4x4 new3DTransform;
|
|
IntPoint offset = mRenderTarget->GetOrigin();
|
|
|
|
if (aTransform.Is2D()) {
|
|
newTransform = aTransform.As2D();
|
|
} else {
|
|
// Create a temporary surface for the transform.
|
|
dest = gfxPlatform::GetPlatform()->CreateOffscreenContentDrawTarget(RoundOut(aRect).Size(), SurfaceFormat::B8G8R8A8);
|
|
if (!dest) {
|
|
return;
|
|
}
|
|
|
|
dest->SetTransform(Matrix::Translation(-aRect.x, -aRect.y));
|
|
|
|
// Get the bounds post-transform.
|
|
transformBounds = aTransform.TransformAndClipBounds(aRect, Rect(offset.x, offset.y, buffer->GetSize().width, buffer->GetSize().height));
|
|
transformBounds.RoundOut();
|
|
|
|
if (transformBounds.IsEmpty()) {
|
|
return;
|
|
}
|
|
|
|
// Propagate the coordinate offset to our 2D draw target.
|
|
newTransform = Matrix::Translation(transformBounds.x, transformBounds.y);
|
|
|
|
// When we apply the 3D transformation, we do it against a temporary
|
|
// surface, so undo the coordinate offset.
|
|
new3DTransform = Matrix4x4::Translation(aRect.x, aRect.y, 0) * aTransform;
|
|
}
|
|
|
|
buffer->PushClipRect(aClipRect);
|
|
|
|
newTransform.PostTranslate(-offset.x, -offset.y);
|
|
buffer->SetTransform(newTransform);
|
|
|
|
RefPtr<SourceSurface> sourceMask;
|
|
Matrix maskTransform;
|
|
if (aEffectChain.mSecondaryEffects[EffectTypes::MASK]) {
|
|
EffectMask *effectMask = static_cast<EffectMask*>(aEffectChain.mSecondaryEffects[EffectTypes::MASK].get());
|
|
sourceMask = effectMask->mMaskTexture->AsSourceBasic()->GetSurface(dest);
|
|
MOZ_ASSERT(effectMask->mMaskTransform.Is2D(), "How did we end up with a 3D transform here?!");
|
|
MOZ_ASSERT(!effectMask->mIs3D);
|
|
maskTransform = effectMask->mMaskTransform.As2D();
|
|
maskTransform.PreTranslate(-offset.x, -offset.y);
|
|
}
|
|
|
|
CompositionOp blendMode = CompositionOp::OP_OVER;
|
|
if (Effect* effect = aEffectChain.mSecondaryEffects[EffectTypes::BLEND_MODE].get()) {
|
|
blendMode = static_cast<EffectBlendMode*>(effect)->mBlendMode;
|
|
}
|
|
|
|
switch (aEffectChain.mPrimaryEffect->mType) {
|
|
case EffectTypes::SOLID_COLOR: {
|
|
EffectSolidColor* effectSolidColor =
|
|
static_cast<EffectSolidColor*>(aEffectChain.mPrimaryEffect.get());
|
|
|
|
bool unboundedOp = !IsOperatorBoundByMask(blendMode);
|
|
if (unboundedOp) {
|
|
dest->PushClipRect(aRect);
|
|
}
|
|
|
|
FillRectWithMask(dest, aRect, effectSolidColor->mColor,
|
|
DrawOptions(aOpacity, blendMode), sourceMask, &maskTransform);
|
|
|
|
if (unboundedOp) {
|
|
dest->PopClip();
|
|
}
|
|
break;
|
|
}
|
|
case EffectTypes::RGB: {
|
|
TexturedEffect* texturedEffect =
|
|
static_cast<TexturedEffect*>(aEffectChain.mPrimaryEffect.get());
|
|
TextureSourceBasic* source = texturedEffect->mTexture->AsSourceBasic();
|
|
|
|
if (texturedEffect->mPremultiplied) {
|
|
DrawSurfaceWithTextureCoords(dest, aRect,
|
|
source->GetSurface(dest),
|
|
texturedEffect->mTextureCoords,
|
|
texturedEffect->mFilter,
|
|
DrawOptions(aOpacity, blendMode),
|
|
sourceMask, &maskTransform);
|
|
} else {
|
|
RefPtr<DataSourceSurface> srcData = source->GetSurface(dest)->GetDataSurface();
|
|
|
|
// Yes, we re-create the premultiplied data every time.
|
|
// This might be better with a cache, eventually.
|
|
RefPtr<DataSourceSurface> premultData = gfxUtils::CreatePremultipliedDataSurface(srcData);
|
|
|
|
DrawSurfaceWithTextureCoords(dest, aRect,
|
|
premultData,
|
|
texturedEffect->mTextureCoords,
|
|
texturedEffect->mFilter,
|
|
DrawOptions(aOpacity, blendMode),
|
|
sourceMask, &maskTransform);
|
|
}
|
|
break;
|
|
}
|
|
case EffectTypes::YCBCR: {
|
|
NS_RUNTIMEABORT("Can't (easily) support component alpha with BasicCompositor!");
|
|
break;
|
|
}
|
|
case EffectTypes::RENDER_TARGET: {
|
|
EffectRenderTarget* effectRenderTarget =
|
|
static_cast<EffectRenderTarget*>(aEffectChain.mPrimaryEffect.get());
|
|
RefPtr<BasicCompositingRenderTarget> surface
|
|
= static_cast<BasicCompositingRenderTarget*>(effectRenderTarget->mRenderTarget.get());
|
|
RefPtr<SourceSurface> sourceSurf = surface->mDrawTarget->Snapshot();
|
|
|
|
DrawSurfaceWithTextureCoords(dest, aRect,
|
|
sourceSurf,
|
|
effectRenderTarget->mTextureCoords,
|
|
effectRenderTarget->mFilter,
|
|
DrawOptions(aOpacity, blendMode),
|
|
sourceMask, &maskTransform);
|
|
break;
|
|
}
|
|
case EffectTypes::COMPONENT_ALPHA: {
|
|
NS_RUNTIMEABORT("Can't (easily) support component alpha with BasicCompositor!");
|
|
break;
|
|
}
|
|
default: {
|
|
NS_RUNTIMEABORT("Invalid effect type!");
|
|
break;
|
|
}
|
|
}
|
|
|
|
if (!aTransform.Is2D()) {
|
|
dest->Flush();
|
|
|
|
RefPtr<SourceSurface> snapshot = dest->Snapshot();
|
|
RefPtr<DataSourceSurface> source = snapshot->GetDataSurface();
|
|
RefPtr<DataSourceSurface> temp =
|
|
Factory::CreateDataSourceSurface(RoundOut(transformBounds).Size(), SurfaceFormat::B8G8R8A8
|
|
#ifdef MOZ_ENABLE_SKIA
|
|
, true
|
|
#endif
|
|
);
|
|
if (NS_WARN_IF(!temp)) {
|
|
buffer->PopClip();
|
|
return;
|
|
}
|
|
|
|
Transform(temp, source, new3DTransform, transformBounds.TopLeft());
|
|
|
|
transformBounds.MoveTo(0, 0);
|
|
buffer->DrawSurface(temp, transformBounds, transformBounds);
|
|
}
|
|
|
|
buffer->PopClip();
|
|
}
|
|
|
|
void
|
|
BasicCompositor::ClearRect(const gfx::Rect& aRect)
|
|
{
|
|
mRenderTarget->mDrawTarget->ClearRect(aRect);
|
|
}
|
|
|
|
void
|
|
BasicCompositor::BeginFrame(const nsIntRegion& aInvalidRegion,
|
|
const gfx::Rect *aClipRectIn,
|
|
const gfx::Rect& aRenderBounds,
|
|
gfx::Rect *aClipRectOut /* = nullptr */,
|
|
gfx::Rect *aRenderBoundsOut /* = nullptr */)
|
|
{
|
|
LayoutDeviceIntRect intRect(LayoutDeviceIntPoint(), mWidget->GetClientSize());
|
|
Rect rect = Rect(0, 0, intRect.width, intRect.height);
|
|
|
|
LayoutDeviceIntRegion invalidRegionSafe;
|
|
if (mDidExternalComposition) {
|
|
// We do not know rendered region during external composition, just redraw
|
|
// whole widget.
|
|
invalidRegionSafe = intRect;
|
|
mDidExternalComposition = false;
|
|
} else {
|
|
// Sometimes the invalid region is larger than we want to draw.
|
|
invalidRegionSafe.And(
|
|
LayoutDeviceIntRegion::FromUnknownRegion(aInvalidRegion), intRect);
|
|
}
|
|
|
|
mInvalidRegion = invalidRegionSafe;
|
|
mInvalidRect = mInvalidRegion.GetBounds();
|
|
|
|
if (aRenderBoundsOut) {
|
|
*aRenderBoundsOut = Rect();
|
|
}
|
|
|
|
if (mTarget) {
|
|
// If we have a copy target, then we don't have a widget-provided mDrawTarget (currently). Use a dummy
|
|
// placeholder so that CreateRenderTarget() works.
|
|
mDrawTarget = gfxPlatform::GetPlatform()->ScreenReferenceDrawTarget();
|
|
} else {
|
|
// StartRemoteDrawingInRegion can mutate mInvalidRegion.
|
|
mDrawTarget = mWidget->StartRemoteDrawingInRegion(mInvalidRegion);
|
|
if (!mDrawTarget) {
|
|
return;
|
|
}
|
|
mInvalidRect = mInvalidRegion.GetBounds();
|
|
if (mInvalidRect.IsEmpty()) {
|
|
mWidget->EndRemoteDrawingInRegion(mDrawTarget, mInvalidRegion);
|
|
return;
|
|
}
|
|
}
|
|
|
|
if (!mDrawTarget || mInvalidRect.IsEmpty()) {
|
|
return;
|
|
}
|
|
|
|
// Setup an intermediate render target to buffer all compositing. We will
|
|
// copy this into mDrawTarget (the widget), and/or mTarget in EndFrame()
|
|
RefPtr<CompositingRenderTarget> target =
|
|
CreateRenderTarget(mInvalidRect.ToUnknownRect(), INIT_MODE_CLEAR);
|
|
if (!target) {
|
|
if (!mTarget) {
|
|
mWidget->EndRemoteDrawingInRegion(mDrawTarget, mInvalidRegion);
|
|
}
|
|
return;
|
|
}
|
|
SetRenderTarget(target);
|
|
|
|
// We only allocate a surface sized to the invalidated region, so we need to
|
|
// translate future coordinates.
|
|
mRenderTarget->mDrawTarget->SetTransform(Matrix::Translation(-mInvalidRect.x,
|
|
-mInvalidRect.y));
|
|
|
|
gfxUtils::ClipToRegion(mRenderTarget->mDrawTarget,
|
|
mInvalidRegion.ToUnknownRegion());
|
|
|
|
if (aRenderBoundsOut) {
|
|
*aRenderBoundsOut = rect;
|
|
}
|
|
|
|
if (aClipRectIn) {
|
|
mRenderTarget->mDrawTarget->PushClipRect(*aClipRectIn);
|
|
} else {
|
|
mRenderTarget->mDrawTarget->PushClipRect(rect);
|
|
if (aClipRectOut) {
|
|
*aClipRectOut = rect;
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
BasicCompositor::EndFrame()
|
|
{
|
|
// Pop aClipRectIn/bounds rect
|
|
mRenderTarget->mDrawTarget->PopClip();
|
|
|
|
if (gfxPrefs::WidgetUpdateFlashing()) {
|
|
float r = float(rand()) / RAND_MAX;
|
|
float g = float(rand()) / RAND_MAX;
|
|
float b = float(rand()) / RAND_MAX;
|
|
// We're still clipped to mInvalidRegion, so just fill the bounds.
|
|
mRenderTarget->mDrawTarget->FillRect(
|
|
IntRectToRect(mInvalidRegion.GetBounds()).ToUnknownRect(),
|
|
ColorPattern(Color(r, g, b, 0.2f)));
|
|
}
|
|
|
|
// Pop aInvalidregion
|
|
mRenderTarget->mDrawTarget->PopClip();
|
|
|
|
// Note: Most platforms require us to buffer drawing to the widget surface.
|
|
// That's why we don't draw to mDrawTarget directly.
|
|
RefPtr<SourceSurface> source = mRenderTarget->mDrawTarget->Snapshot();
|
|
RefPtr<DrawTarget> dest(mTarget ? mTarget : mDrawTarget);
|
|
|
|
nsIntPoint offset = mTarget ? mTargetBounds.TopLeft() : nsIntPoint();
|
|
|
|
// The source DrawTarget is clipped to the invalidation region, so we have
|
|
// to copy the individual rectangles in the region or else we'll draw blank
|
|
// pixels.
|
|
LayoutDeviceIntRegion::RectIterator iter(mInvalidRegion);
|
|
for (const LayoutDeviceIntRect *r = iter.Next(); r; r = iter.Next()) {
|
|
dest->CopySurface(source,
|
|
IntRect(r->x - mInvalidRect.x, r->y - mInvalidRect.y, r->width, r->height),
|
|
IntPoint(r->x - offset.x, r->y - offset.y));
|
|
}
|
|
if (!mTarget) {
|
|
mWidget->EndRemoteDrawingInRegion(mDrawTarget, mInvalidRegion);
|
|
}
|
|
|
|
mDrawTarget = nullptr;
|
|
mRenderTarget = nullptr;
|
|
}
|
|
|
|
void
|
|
BasicCompositor::EndFrameForExternalComposition(const gfx::Matrix& aTransform)
|
|
{
|
|
MOZ_ASSERT(!mTarget);
|
|
MOZ_ASSERT(!mDrawTarget);
|
|
MOZ_ASSERT(!mRenderTarget);
|
|
|
|
mDidExternalComposition = true;
|
|
}
|
|
|
|
|
|
} // namespace layers
|
|
} // namespace mozilla
|