mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
157a125630
- Bug 1144778 - Send an HTTP Date request header with telemetry pings. r=dexter (b630ff3123) - Bug 1268581 - Reduce Telemetry initialization delay in tests. r=dexter (08ea2597f4) - Bug 1205898 - Making TelemetryStopwatch.jsm handle keyed histograms. r=gfritzsche (2e1d793bc0) - Bug 1262386 - Move Scheduler shutdown() next to init(). r=dexter (9aa12c0859) - Bug 1162538 - Add test coverage for Telemetry archive probes. r=gfritzsche (f7f9095e82) - Bug 1186955 - Add test coverage. r=gfritzsche (cc76ba4fda) - Bug 1262386 - Trigger Telemetry scheduler tick after waking up from sleep. r=dexter (27b03357bf) - Bug 1178005 - Fix unintended octal literals (00 => 0). r=Mossop (dd738033b1) - Bug 1222054 - Fix broken tests. r=gfritzsche (a6c6fa3445) - Bug 1161515 - Reset UUID generator with fakeGenerateUUID(). r=gfritzsche (460ed17cb5) - Bug 1209912 - Use JSON.parse instead of nsIJSON.decode in Telemetry tests. r=Dexter (7ca55a9b5c) - Bug 1245136 - Discard old-format pending Telemetry files. r=gfritzsche (57f2a19c9d) - Bug 1034138 - d. Test BackgroundHangMonitor permahangs; r=vladan (7313b143bc) - Bug 1016629 - h. Fix wrong sysinfo usage; r=trivial (9823cd5ed0) - Bug 1197612 - In test_TelemetrySendOldPings.js, set the FHR pref to the value the tests assume it has. r=gfritzsche (06a41428b2) - Bug 1136082 - test_TelemetrySendOldPings.js is missing AddonManager initialization. r=froydnj (cfc700dd44) - Bug 1239480 - Make test_TelemetryReportingPolicy.js set the minimum policy version pref for the right channel. r=gfritzsche (e44841aa2a) - Bug 1230213 - test_TelemetryLog yields from a non generator function. r=dexter (34f28fb0b1) - Bug 1226178 - Fix deprecated octal literals warnings in Telemetry tests. r=gfritzsche (88208f0f2e) - Bug 1174111 - |test_sendTimeout| in test_TelemetryControllerShutdown.js must not wait on ping submission. r=gfritzsche (3b010e9743) - Bug 1120379 - Add tests for the deletion ping. r=gfritzsche (61e6fbd8a1) - Bug 1178262 - Add test-coverage for sending persisted deletion pings. r=gfritzsche (657fbbbcc2) - Bug 1174674 - Add test coverage. r=gfritzsche (426212e94c) - Bug 1167456 - Add test coverage. r=gfritzsche (4842d38e2e) - Bug 1198364 - Set FHR upload pref in telemetry/tests/unit/head.js to avoid test failures. r=gfritzsche (024599364e) - Bug 1149284 - Restore Telemetry tests. r=rvitillo, r=sstamm (88d4022e6b) - add esl (c459da1cd3) - Bug 1251785 - Remove remaining references to MOZILLA_XPCOMRT_API from toolkit. r=froydnj (5b5708031d) - Bug 1120379 - Add the documentation for deletion pings. r=gfritzsche (723f44f669) - Bug 1241599 - Add 'core' ping telemetry docs. r=gfritzsche (35fcc54195) - Bug 1241697 - Add docs for 'experiments' field in core ping. r=mfinkle (3c408f1a61) - Bug 1247572 - Add profileDate field to Android core ping docs. r=gfritzsche (79b1c71b53) - Bug 1249288 - Update telemetry docs to include defaultSearch. r=gfritzsche,rnewman (3807061291) - Bug 1257595 - Document that the 'core' pings profileDate field can be missing. r=mcomella (f40392cb2d) - Bug 1246816 - Add docs for profileDate. r=gfritzsche (7248d799aa) - Bug 1263761 - Update defaultSearch in core ping docs for custom search engines. r=gfritzsche (e516ecbab3) - Bug 1247982 - Lock request headers. r=mcmanus (8a5940a109) - Bug 1251332 - add PAC support for reversed ranges; r=bagder (7ac8fd97cb) - Bug 1178337 - Part 1: Supports all referrer policies for element atrributes. r=sicking, r=Gijs, r=mcmanus (85b7421b02) - Bug 1187357 - rename referrer attribute to referrerpolicy in tests. r=hsivonen (da334bf712) - Bug 1178337 - Part 2: Update/add test cases. r=sicking. (acec860fd8) - Bug 1260766 - the comparison of OriginAttributes in nsFrameLoader::Swap* methods should consider the usercontextid attribute of the owning element, r=smaug (82f8895bec) - bits of Bug 1110485 P1 (f8908eb35f) - Bug 1195968 - Check how CanvasFilterChainObserver accesses the CanvasRenderingContext2D. r=mstange (eecc12329b) - Bug 1260960 - Check skiaGL is enabled before calling skiaGLTex(), r=snorp (82c069fcc9) - align test stuff (c0ccc11ed9) - Bug 1245256 - GMP Plugins now installed in flat manner to accomodate widevine. r=spohl (ae0eb69979) - Bug 1245649: Turn on use-isnan, no-unexpected-multiline (0633b3470f) - Bug 1079665 - [e10s] Findbar focusContent doesn't work when a link was found. r=enndeakin (b349e62d5a) - Bug 1174291 - Fix ctrl-return for e10s findbar. r=evilpie (6f0bf0b149) - Bug 1174289 - Remove fake focus-ring after e10s findbar is closed. r=evilpie (302ffe7559) - Bug 1079665 - follow up, remove accidental line included from different patch. r=me (0904fe927c) - Bug 1260208 - part 1 - use C I/O facilities in TestWebGLElementArrayCache instead of C++ ones; r=BenWa The libc++ included with the Android NDK does not seem to work correctly with std::cerr; writing to it (or to std::cout, as confirmed by tests) causes the process to hang indefinitely, causing test failures. Using fprintf and stderr, however, seems to work correctly. (4279c2d09d) - Bug 1260208 - part 5 - add libc++ license to about:license when using it on Android; r=gerv,nalexander (4bcf23794a) - Bug 1260208 - part 0 - correctly compare EHTable when sorting; r=froydnj operator< for EHTable compares the LHS start PC with the RHS *end* PC. Because the ranges are non-overlapping, this works fine for two distinct EHTables. However, the comparison doesn't work if LHS and RHS refer to the same EHTable; in that case operator< returns true, even though it should return false because the two operands are identical. (dc2af36cec) - Bug 1254908 - ./mach bootstrap doesn't work on CentOS/Fedora when it attempts to upgrade Mercurial. r=gps (d288b314ec) - Bug 1239413. Clarify comment about the context flags. (c2b01ef6d1) - Bug 1146875 - Fix the leak-gauge.html broken and add a encoding declaration. r=dbaron (8df2510774) - Bug 1132499 - part 1 - convert nsTextEditorState::mValue to use Maybe instead of heap allocation; r=ehsan (2644faebbb) - Bug 1132499 - part 2 - convert nsTextEditorState::mValue to be an nsString; r=ehsan (6e0df4d1dc) - Bug 409885 - Use SetHostPort in nsHTMLDocument::SetDomain. r=bz (2d289a79c5) - Bug 1269475 - Fix uninitialized variable warning. r=jdm (881fa29803) - Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService. r=mossop (04da9fe703) - missing bit of Bug 1255040 Add webidl for install/uninstall (63b5489b3d) - Bug 1234974 - Handle null GetOwner() in |BluetoothAdapter::IsBluetoothCertifiedApp|, r=shuang (e4dde47d7f) - Bug 1241117 - Fix mAppUuid access before assign in BluetoothGatt::Connect. r=joliu (3920535f2a) - Bug 1238424 - Fix a missing header in Bluetooth module. r=brsun (438fd74375) - Bug 1267958: Only complain for negative size, not merely zero. r=jrmuizel (194bd2a754) - Bug 1320621 - Make sure --enable-system-hunspell picks up system headers. r=glandium (125c4ea215) - Bug 1266430: Support offsets in DrawTargetD2D1::CopySurface when using PartialUploading. r=jrmuizel (de8630b117) - Bug 1267363. Disable hinting on osx fonts only if we have expclity grayscale AA. r=mstange (c4c32fd7cc) - Bug 1134549 - Switch FlattenBezier from floats to doubles. r=bas (5753ab16a3) - Bug 1240437 part 2: Follow-up to fix implicit constrcutor static analysis failure. r=me (525d9d9a9f) - Bug 1256678 - Backout diagnostic patch rev 39c895b67af2 - r=me (f63698de77) - Bug 1256678 - Account for truncated font names in ScaledFontWin::GetFontFileData() - r=jfkthame (a6930e0a33) - Bug 1256678 - Re-add nightly-only crash if ScaledFontWin::GetFontFileData fails to find a matching TrueType collection font - r=jfkthame (8bec2d43a2) - Bug 1260350 - GFX: 2D: Use ConvolveHorizontally_LS3. r=jrmuizel (9d2f372593) - Bug 1260112 - GFX: 2D: Fix unaligned access in ConvolveVertically/Horizontally_LS3. r=huangwenjun06 (43ba8f7b05) - Bug 1260885 - Make SurfaceFormat::R5G6B5_UINT16 properly round-trip through SourceSurfaceCairo. r=lsalzman (bc8f0c0876) - Bug 1262415 - make Accessible to keep weak pointers to parent and children, r=yzen (c0b987fe10) - Bug 1267271 - skip empty surfaces in DrawTargetSkia::DrawSurfaceWithShadow. r=mchang (fd488c918a) - Bug 1249600. Lookup font and font family from font face when requesting SkTypeface. r=bas (0281313c33) - Bug 1268096. Sync the D3D11 rasterizer state if pointDrawMode or multisample changes. (25b2af8b26) - Bug 1203132 - Add an SVG for the B2G flow of touch events. r=botond (2ce3b0ddc4) - Bug 1180322. Add a document describing the history of layers (b3351dbba3) - Bug 1235223. Update history document. (212d356bd0) - Bug 1235223 - Fix typos in layers history document. (f19a5802d8) - Bug 1235223 - Fix another typo in the layers history document. (9663fe5447) - Bug 1265112 - Add support for NV_texture_barrier to GLContext. r=jrmuizel (f1f5fb1a3a) - Bug 1240730 - Initialize all GLLibraryEGL symbols in the ctor. r=mattwoodrow (dae8955458) - Bug 1240730 - Initialize all GLXLibrary members in the ctor. r=mattwoodrow (8218ed6fd9) - bug 1250485 - make the ctor for GLXLibrary constexpr r=jrmuizel (a571491f0a) - mitor spacing (0083550ab2) - Bug 1256492 - Cast to proper width to avoid C4312 on VS2015; r=jrmuizel (1bb2ed20d3) - Bug 1266878 - Fix off-by-one error in ParamTraits<StereoMode> - r=nical (f467d496b8) - Bug 1258758 - rename GetEffectiveClipRect to GetLocalClipRect. r=kats (897798948f) - Bug 1249936 - add a LayerComposite::GetShadowTransform method & simplify Layer::GetLocalTransform. r=botond (fe492a1327) - Bug 1269032 - Add support for user multipliers to pan gesture inputs. r=mstange (ea7698dca2) - Bug 1265510 - Add some scroll-snapping logging to APZC. r=botond (6f2369163a) - Bug 1268523 - Avoid leaking tasks when they are posted to a destroyed APZC instance. r=botond (70e1e63b7b) - Bug 1265510 - Ensure that new input blocks still allow APZCs with interrupted animations to scroll-snap. r=botond (01341b554b) - Bug 1269068 - Zero out the axis velocity once the wheel scroll animation is terminating. r=botond (9a9f384485) - Bug 1246056 - Ensure that the MockContentController's timestamp is always >= GetStartupTime(). r=botond (4fe53e1f24) - Bug 1256341 - Add a gtest to catch scenarios where a tap timeout is interrupted by a non-touch block. r=botond (21a15f5a5a) - Bug 1266833 - When the scroll position is clamped during a frame reconstruction, send a scroll offset update to APZ. r=tnikkel (c0acd70a3d) - Bug 1268517 - Remove unused function. r=botond (534e4d9bae) - Bug 1213095 - Fix APZEventState build with logging enabled. r=botond (ac7c1e9401) - Bug 1250954 - Correct the SharedSurfaceTextureClient when forwarder changed. r=jgilbert (0a389bc0fa) - Bug 1265873 - Use gfxSharedReadLock in TextureClientPool r=nical (e3ed936a8a) - Bug 1265468 - Update the compositor pointer on all TextureSources in the list when recycling in ImageHost. r=nical (78f29244bb) - Bug 1252237 - Remove the TextureHost shmem mapping failed assert. r=milan (d0b7230dff) - Bug 1265112 - When rendering blend modes with CompositorOGL, use NV_texture_barrier (if available) to sample directly from the framebuffer. r=jrmuizel (6f3ae237a5) - Bug 1268878 - Include various of gfxFontEntry's sub-objects in memory reporting. r=njn (b960415fa8) - Bug 1268951 - Reallocate sanitized user font data into an appropriately-sized block, to reduce ongoing RAM footprint. r=jrmuizel (a26e9dd632) - Bug 1123416 - Part 1: Make topsrcdir a valid Gradle project root. r=sebastian (77b0b35fc1) - Bug 1260672: Remove 'nsAutoPtr.h' and clean up includes of Gonk diskspace watcher, r=gsvelto (99c4c35e3d) - Bug 1167535 - Fix fanotify 4g size limit. r=fabrice (c62015e454) - Bug 1167817 - Switch back to printf_stderr in GonkDiskSpaceWatcher.cpp r=dhylands (110445f628) - Bug 1260672: Use |UniquePtr| for Gonk alarms, r=gsvelto (03678b9015) - Bug 1260672: Use |UniquePtr| for Gonk sensors, r=gsvelto (545ec3fc70) - Bug 1263845. When a parent changes from auto height to non-auto height or vice versa, a percentage height non-block child needs to realize it's doing a vertical resize. r=dbaron (05db492bc8) - Bug 1268009 - If APZ is force-disabled, disable paint skipping even for apz-originated scrolls. r=kats (c02f8755cd) - Bug 1267555 part 1 - [css-grid] Make grid-aligned abs.pos. descendants that span from 'auto' to the first/last line stretch to the outer edge of the first/last track respectively. r=dholbert (88f6261043) - Bug 1267555 part 2 - [css-grid] Adjust reftests for abs.pos. "auto/first-line" and "last-line/auto" change. (43d03ab15b)
1017 lines
27 KiB
C++
Executable File
1017 lines
27 KiB
C++
Executable File
/* -*- Mode: c++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40; -*- */
|
|
/* 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 "GLScreenBuffer.h"
|
|
|
|
#include <cstring>
|
|
#include "CompositorTypes.h"
|
|
#include "GLContext.h"
|
|
#include "GLBlitHelper.h"
|
|
#include "GLReadTexImageHelper.h"
|
|
#include "SharedSurfaceEGL.h"
|
|
#include "SharedSurfaceGL.h"
|
|
#include "ScopedGLHelpers.h"
|
|
#include "gfx2DGlue.h"
|
|
#include "../layers/ipc/ShadowLayers.h"
|
|
#include "mozilla/layers/CompositableForwarder.h"
|
|
#include "mozilla/layers/TextureClientSharedSurface.h"
|
|
|
|
#ifdef XP_WIN
|
|
#include "SharedSurfaceANGLE.h" // for SurfaceFactory_ANGLEShareHandle
|
|
#include "SharedSurfaceD3D11Interop.h" // for SurfaceFactory_D3D11Interop
|
|
#include "gfxWindowsPlatform.h"
|
|
#endif
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
|
#include "SharedSurfaceGralloc.h"
|
|
#include "nsXULAppAPI.h"
|
|
#endif
|
|
|
|
#ifdef XP_MACOSX
|
|
#include "SharedSurfaceIO.h"
|
|
#endif
|
|
|
|
#ifdef GL_PROVIDER_GLX
|
|
#include "GLXLibrary.h"
|
|
#include "SharedSurfaceGLX.h"
|
|
#endif
|
|
|
|
namespace mozilla {
|
|
namespace gl {
|
|
|
|
using gfx::SurfaceFormat;
|
|
|
|
UniquePtr<GLScreenBuffer>
|
|
GLScreenBuffer::Create(GLContext* gl,
|
|
const gfx::IntSize& size,
|
|
const SurfaceCaps& caps)
|
|
{
|
|
UniquePtr<GLScreenBuffer> ret;
|
|
if (caps.antialias &&
|
|
!gl->IsSupported(GLFeature::framebuffer_multisample))
|
|
{
|
|
return Move(ret);
|
|
}
|
|
|
|
layers::TextureFlags flags = layers::TextureFlags::ORIGIN_BOTTOM_LEFT;
|
|
if (!caps.premultAlpha) {
|
|
flags |= layers::TextureFlags::NON_PREMULTIPLIED;
|
|
}
|
|
|
|
UniquePtr<SurfaceFactory> factory = MakeUnique<SurfaceFactory_Basic>(gl, caps, flags);
|
|
|
|
ret.reset( new GLScreenBuffer(gl, caps, Move(factory)) );
|
|
return Move(ret);
|
|
}
|
|
|
|
/* static */ UniquePtr<SurfaceFactory>
|
|
GLScreenBuffer::CreateFactory(GLContext* gl,
|
|
const SurfaceCaps& caps,
|
|
const RefPtr<layers::CompositableForwarder>& forwarder,
|
|
const layers::TextureFlags& flags)
|
|
{
|
|
UniquePtr<SurfaceFactory> factory = nullptr;
|
|
if (!gfxPrefs::WebGLForceLayersReadback()) {
|
|
switch (forwarder->GetCompositorBackendType()) {
|
|
case mozilla::layers::LayersBackend::LAYERS_OPENGL: {
|
|
#if defined(XP_MACOSX)
|
|
factory = SurfaceFactory_IOSurface::Create(gl, caps, forwarder, flags);
|
|
#elif defined(MOZ_WIDGET_GONK)
|
|
factory = MakeUnique<SurfaceFactory_Gralloc>(gl, caps, forwarder, flags);
|
|
#elif defined(GL_PROVIDER_GLX)
|
|
if (sGLXLibrary.UseTextureFromPixmap())
|
|
factory = SurfaceFactory_GLXDrawable::Create(gl, caps, forwarder, flags);
|
|
#elif defined(MOZ_WIDGET_UIKIT)
|
|
factory = MakeUnique<SurfaceFactory_GLTexture>(mGLContext, caps, forwarder, mFlags);
|
|
#else
|
|
if (gl->GetContextType() == GLContextType::EGL) {
|
|
if (XRE_IsParentProcess()) {
|
|
factory = SurfaceFactory_EGLImage::Create(gl, caps, forwarder, flags);
|
|
}
|
|
}
|
|
#endif
|
|
break;
|
|
}
|
|
case mozilla::layers::LayersBackend::LAYERS_D3D11: {
|
|
#ifdef XP_WIN
|
|
// Enable surface sharing only if ANGLE and compositing devices
|
|
// are both WARP or both not WARP
|
|
if (gl->IsANGLE() &&
|
|
(gl->IsWARP() == gfxWindowsPlatform::GetPlatform()->IsWARP()) &&
|
|
gfxWindowsPlatform::GetPlatform()->CompositorD3D11TextureSharingWorks())
|
|
{
|
|
factory = SurfaceFactory_ANGLEShareHandle::Create(gl, caps, forwarder, flags);
|
|
}
|
|
|
|
if (!factory && gfxPrefs::WebGLDXGLEnabled()) {
|
|
factory = SurfaceFactory_D3D11Interop::Create(gl, caps, forwarder, flags);
|
|
}
|
|
#endif
|
|
break;
|
|
}
|
|
default:
|
|
break;
|
|
}
|
|
|
|
#ifdef GL_PROVIDER_GLX
|
|
if (!factory && sGLXLibrary.UseTextureFromPixmap()) {
|
|
factory = SurfaceFactory_GLXDrawable::Create(gl, caps, forwarder, flags);
|
|
}
|
|
#endif
|
|
}
|
|
|
|
return factory;
|
|
}
|
|
|
|
GLScreenBuffer::GLScreenBuffer(GLContext* gl,
|
|
const SurfaceCaps& caps,
|
|
UniquePtr<SurfaceFactory> factory)
|
|
: mGL(gl)
|
|
, mCaps(caps)
|
|
, mFactory(Move(factory))
|
|
, mNeedsBlit(true)
|
|
, mUserReadBufferMode(LOCAL_GL_BACK)
|
|
, mUserDrawBufferMode(LOCAL_GL_BACK)
|
|
, mUserDrawFB(0)
|
|
, mUserReadFB(0)
|
|
, mInternalDrawFB(0)
|
|
, mInternalReadFB(0)
|
|
#ifdef DEBUG
|
|
, mInInternalMode_DrawFB(true)
|
|
, mInInternalMode_ReadFB(true)
|
|
#endif
|
|
{ }
|
|
|
|
GLScreenBuffer::~GLScreenBuffer()
|
|
{
|
|
mFactory = nullptr;
|
|
mDraw = nullptr;
|
|
mRead = nullptr;
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindAsFramebuffer(GLContext* const gl, GLenum target) const
|
|
{
|
|
GLuint drawFB = DrawFB();
|
|
GLuint readFB = ReadFB();
|
|
|
|
if (!gl->IsSupported(GLFeature::split_framebuffer)) {
|
|
MOZ_ASSERT(drawFB == readFB);
|
|
gl->raw_fBindFramebuffer(target, readFB);
|
|
return;
|
|
}
|
|
|
|
switch (target) {
|
|
case LOCAL_GL_FRAMEBUFFER:
|
|
gl->raw_fBindFramebuffer(LOCAL_GL_DRAW_FRAMEBUFFER_EXT, drawFB);
|
|
gl->raw_fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER_EXT, readFB);
|
|
break;
|
|
|
|
case LOCAL_GL_DRAW_FRAMEBUFFER_EXT:
|
|
gl->raw_fBindFramebuffer(LOCAL_GL_DRAW_FRAMEBUFFER_EXT, drawFB);
|
|
break;
|
|
|
|
case LOCAL_GL_READ_FRAMEBUFFER_EXT:
|
|
gl->raw_fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER_EXT, readFB);
|
|
break;
|
|
|
|
default:
|
|
MOZ_CRASH("GFX: Bad `target` for BindFramebuffer.");
|
|
}
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindFB(GLuint fb)
|
|
{
|
|
GLuint drawFB = DrawFB();
|
|
GLuint readFB = ReadFB();
|
|
|
|
mUserDrawFB = fb;
|
|
mUserReadFB = fb;
|
|
mInternalDrawFB = (fb == 0) ? drawFB : fb;
|
|
mInternalReadFB = (fb == 0) ? readFB : fb;
|
|
|
|
if (mInternalDrawFB == mInternalReadFB) {
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_FRAMEBUFFER, mInternalDrawFB);
|
|
} else {
|
|
MOZ_ASSERT(mGL->IsSupported(GLFeature::split_framebuffer));
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_DRAW_FRAMEBUFFER_EXT, mInternalDrawFB);
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER_EXT, mInternalReadFB);
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
mInInternalMode_DrawFB = false;
|
|
mInInternalMode_ReadFB = false;
|
|
#endif
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindDrawFB(GLuint fb)
|
|
{
|
|
MOZ_ASSERT(mGL->IsSupported(GLFeature::split_framebuffer));
|
|
|
|
GLuint drawFB = DrawFB();
|
|
mUserDrawFB = fb;
|
|
mInternalDrawFB = (fb == 0) ? drawFB : fb;
|
|
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_DRAW_FRAMEBUFFER_EXT, mInternalDrawFB);
|
|
|
|
#ifdef DEBUG
|
|
mInInternalMode_DrawFB = false;
|
|
#endif
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindReadFB(GLuint fb)
|
|
{
|
|
MOZ_ASSERT(mGL->IsSupported(GLFeature::split_framebuffer));
|
|
|
|
GLuint readFB = ReadFB();
|
|
mUserReadFB = fb;
|
|
mInternalReadFB = (fb == 0) ? readFB : fb;
|
|
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER_EXT, mInternalReadFB);
|
|
|
|
#ifdef DEBUG
|
|
mInInternalMode_ReadFB = false;
|
|
#endif
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindFB_Internal(GLuint fb)
|
|
{
|
|
mInternalDrawFB = mUserDrawFB = fb;
|
|
mInternalReadFB = mUserReadFB = fb;
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_FRAMEBUFFER, mInternalDrawFB);
|
|
|
|
#ifdef DEBUG
|
|
mInInternalMode_DrawFB = true;
|
|
mInInternalMode_ReadFB = true;
|
|
#endif
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindDrawFB_Internal(GLuint fb)
|
|
{
|
|
MOZ_ASSERT(mGL->IsSupported(GLFeature::split_framebuffer));
|
|
|
|
mInternalDrawFB = mUserDrawFB = fb;
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_DRAW_FRAMEBUFFER_EXT, mInternalDrawFB);
|
|
|
|
#ifdef DEBUG
|
|
mInInternalMode_DrawFB = true;
|
|
#endif
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BindReadFB_Internal(GLuint fb)
|
|
{
|
|
MOZ_ASSERT(mGL->IsSupported(GLFeature::split_framebuffer));
|
|
|
|
mInternalReadFB = mUserReadFB = fb;
|
|
mGL->raw_fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER_EXT, mInternalReadFB);
|
|
|
|
#ifdef DEBUG
|
|
mInInternalMode_ReadFB = true;
|
|
#endif
|
|
}
|
|
|
|
|
|
GLuint
|
|
GLScreenBuffer::GetDrawFB() const
|
|
{
|
|
#ifdef DEBUG
|
|
MOZ_ASSERT(mGL->IsCurrent());
|
|
MOZ_ASSERT(!mInInternalMode_DrawFB);
|
|
|
|
// Don't need a branch here, because:
|
|
// LOCAL_GL_DRAW_FRAMEBUFFER_BINDING_EXT == LOCAL_GL_FRAMEBUFFER_BINDING == 0x8CA6
|
|
// We use raw_ here because this is debug code and we need to see what
|
|
// the driver thinks.
|
|
GLuint actual = 0;
|
|
mGL->raw_fGetIntegerv(LOCAL_GL_DRAW_FRAMEBUFFER_BINDING_EXT, (GLint*)&actual);
|
|
|
|
GLuint predicted = mInternalDrawFB;
|
|
if (predicted != actual) {
|
|
printf_stderr("Misprediction: Bound draw FB predicted: %d. Was: %d.\n",
|
|
predicted, actual);
|
|
MOZ_ASSERT(false, "Draw FB binding misprediction!");
|
|
}
|
|
#endif
|
|
|
|
return mUserDrawFB;
|
|
}
|
|
|
|
GLuint
|
|
GLScreenBuffer::GetReadFB() const
|
|
{
|
|
#ifdef DEBUG
|
|
MOZ_ASSERT(mGL->IsCurrent());
|
|
MOZ_ASSERT(!mInInternalMode_ReadFB);
|
|
|
|
// We use raw_ here because this is debug code and we need to see what
|
|
// the driver thinks.
|
|
GLuint actual = 0;
|
|
if (mGL->IsSupported(GLFeature::split_framebuffer))
|
|
mGL->raw_fGetIntegerv(LOCAL_GL_READ_FRAMEBUFFER_BINDING_EXT, (GLint*)&actual);
|
|
else
|
|
mGL->raw_fGetIntegerv(LOCAL_GL_FRAMEBUFFER_BINDING, (GLint*)&actual);
|
|
|
|
GLuint predicted = mInternalReadFB;
|
|
if (predicted != actual) {
|
|
printf_stderr("Misprediction: Bound read FB predicted: %d. Was: %d.\n",
|
|
predicted, actual);
|
|
MOZ_ASSERT(false, "Read FB binding misprediction!");
|
|
}
|
|
#endif
|
|
|
|
return mUserReadFB;
|
|
}
|
|
|
|
GLuint
|
|
GLScreenBuffer::GetFB() const
|
|
{
|
|
MOZ_ASSERT(GetDrawFB() == GetReadFB());
|
|
return GetDrawFB();
|
|
}
|
|
|
|
|
|
void
|
|
GLScreenBuffer::DeletingFB(GLuint fb)
|
|
{
|
|
if (fb == mInternalDrawFB) {
|
|
mInternalDrawFB = 0;
|
|
mUserDrawFB = 0;
|
|
}
|
|
if (fb == mInternalReadFB) {
|
|
mInternalReadFB = 0;
|
|
mUserReadFB = 0;
|
|
}
|
|
}
|
|
|
|
|
|
void
|
|
GLScreenBuffer::AfterDrawCall()
|
|
{
|
|
if (mUserDrawFB != 0)
|
|
return;
|
|
|
|
RequireBlit();
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::BeforeReadCall()
|
|
{
|
|
if (mUserReadFB != 0)
|
|
return;
|
|
|
|
AssureBlitted();
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x,
|
|
GLint y, GLsizei width, GLsizei height, GLint border)
|
|
{
|
|
SharedSurface* surf;
|
|
if (GetReadFB() == 0) {
|
|
surf = SharedSurf();
|
|
} else {
|
|
surf = mGL->mFBOMapping[GetReadFB()];
|
|
}
|
|
if (surf) {
|
|
return surf->CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::ReadPixels(GLint x, GLint y,
|
|
GLsizei width, GLsizei height,
|
|
GLenum format, GLenum type,
|
|
GLvoid* pixels)
|
|
{
|
|
// If the currently bound framebuffer is backed by a SharedSurface
|
|
// then it might want to override how we read pixel data from it.
|
|
// This is normally only the default framebuffer, but we can also
|
|
// have SharedSurfaces bound to other framebuffers when doing
|
|
// readback for BasicLayers.
|
|
SharedSurface* surf;
|
|
if (GetReadFB() == 0) {
|
|
surf = SharedSurf();
|
|
} else {
|
|
surf = mGL->mFBOMapping[GetReadFB()];
|
|
}
|
|
if (surf) {
|
|
return surf->ReadPixels(x, y, width, height, format, type, pixels);
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::RequireBlit()
|
|
{
|
|
mNeedsBlit = true;
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::AssureBlitted()
|
|
{
|
|
if (!mNeedsBlit)
|
|
return;
|
|
|
|
if (mDraw) {
|
|
GLuint drawFB = DrawFB();
|
|
GLuint readFB = ReadFB();
|
|
|
|
MOZ_ASSERT(drawFB != 0);
|
|
MOZ_ASSERT(drawFB != readFB);
|
|
MOZ_ASSERT(mGL->IsSupported(GLFeature::split_framebuffer));
|
|
MOZ_ASSERT(mDraw->mSize == mRead->Size());
|
|
|
|
ScopedBindFramebuffer boundFB(mGL);
|
|
ScopedGLState scissor(mGL, LOCAL_GL_SCISSOR_TEST, false);
|
|
|
|
BindReadFB_Internal(drawFB);
|
|
BindDrawFB_Internal(readFB);
|
|
|
|
if (mGL->IsSupported(GLFeature::framebuffer_blit)) {
|
|
const gfx::IntSize& srcSize = mDraw->mSize;
|
|
const gfx::IntSize& destSize = mRead->Size();
|
|
|
|
mGL->raw_fBlitFramebuffer(0, 0, srcSize.width, srcSize.height,
|
|
0, 0, destSize.width, destSize.height,
|
|
LOCAL_GL_COLOR_BUFFER_BIT,
|
|
LOCAL_GL_NEAREST);
|
|
} else if (mGL->IsExtensionSupported(GLContext::APPLE_framebuffer_multisample)) {
|
|
mGL->fResolveMultisampleFramebufferAPPLE();
|
|
} else {
|
|
MOZ_CRASH("GFX: No available blit methods.");
|
|
}
|
|
// Done!
|
|
}
|
|
|
|
mNeedsBlit = false;
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::Morph(UniquePtr<SurfaceFactory> newFactory)
|
|
{
|
|
MOZ_ASSERT(newFactory);
|
|
mFactory = Move(newFactory);
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::Attach(SharedSurface* surf, const gfx::IntSize& size)
|
|
{
|
|
ScopedBindFramebuffer autoFB(mGL);
|
|
|
|
if (mRead && SharedSurf())
|
|
SharedSurf()->UnlockProd();
|
|
|
|
surf->LockProd();
|
|
|
|
if (mRead &&
|
|
surf->mAttachType == SharedSurf()->mAttachType &&
|
|
size == Size())
|
|
{
|
|
// Same size, same type, ready for reuse!
|
|
mRead->Attach(surf);
|
|
} else {
|
|
// Else something changed, so resize:
|
|
UniquePtr<DrawBuffer> draw;
|
|
bool drawOk = true;
|
|
|
|
/* Don't change out the draw buffer unless we resize. In the
|
|
* preserveDrawingBuffer:true case, prior contents of the buffer must
|
|
* be retained. If we're using a draw buffer, it's an MSAA buffer, so
|
|
* even if we copy the previous frame into the (single-sampled) read
|
|
* buffer, if we need to re-resolve from draw to read (as triggered by
|
|
* drawing), we'll need the old MSAA content to still be in the draw
|
|
* buffer.
|
|
*/
|
|
if (!mDraw || size != Size())
|
|
drawOk = CreateDraw(size, &draw); // Can be null.
|
|
|
|
UniquePtr<ReadBuffer> read = CreateRead(surf);
|
|
bool readOk = !!read;
|
|
|
|
if (!drawOk || !readOk) {
|
|
surf->UnlockProd();
|
|
|
|
return false;
|
|
}
|
|
|
|
if (draw)
|
|
mDraw = Move(draw);
|
|
|
|
mRead = Move(read);
|
|
}
|
|
|
|
// Check that we're all set up.
|
|
MOZ_ASSERT(SharedSurf() == surf);
|
|
|
|
// Update the ReadBuffer mode.
|
|
if (mGL->IsSupported(gl::GLFeature::read_buffer)) {
|
|
BindFB(0);
|
|
mRead->SetReadBuffer(mUserReadBufferMode);
|
|
}
|
|
|
|
// Update the DrawBuffer mode.
|
|
if (mGL->IsSupported(gl::GLFeature::draw_buffers)) {
|
|
BindFB(0);
|
|
SetDrawBuffer(mUserDrawBufferMode);
|
|
}
|
|
|
|
RequireBlit();
|
|
|
|
return true;
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::Swap(const gfx::IntSize& size)
|
|
{
|
|
RefPtr<SharedSurfaceTextureClient> newBack = mFactory->NewTexClient(size);
|
|
if (!newBack)
|
|
return false;
|
|
|
|
// In the case of DXGL interop, the new surface needs to be acquired before
|
|
// it is attached so that the interop surface is locked, which populates
|
|
// the GL renderbuffer. This results in the renderbuffer being ready and
|
|
// attachment to framebuffer succeeds in Attach() call.
|
|
newBack->Surf()->ProducerAcquire();
|
|
|
|
if (!Attach(newBack->Surf(), size))
|
|
return false;
|
|
// Attach was successful.
|
|
|
|
mFront = mBack;
|
|
mBack = newBack;
|
|
|
|
if (ShouldPreserveBuffer() &&
|
|
mFront &&
|
|
mBack &&
|
|
!mDraw)
|
|
{
|
|
auto src = mFront->Surf();
|
|
auto dest = mBack->Surf();
|
|
|
|
//uint32_t srcPixel = ReadPixel(src);
|
|
//uint32_t destPixel = ReadPixel(dest);
|
|
//printf_stderr("Before: src: 0x%08x, dest: 0x%08x\n", srcPixel, destPixel);
|
|
#ifdef DEBUG
|
|
GLContext::LocalErrorScope errorScope(*mGL);
|
|
#endif
|
|
|
|
SharedSurface::ProdCopy(src, dest, mFactory.get());
|
|
|
|
#ifdef DEBUG
|
|
MOZ_ASSERT(!errorScope.GetError());
|
|
#endif
|
|
|
|
//srcPixel = ReadPixel(src);
|
|
//destPixel = ReadPixel(dest);
|
|
//printf_stderr("After: src: 0x%08x, dest: 0x%08x\n", srcPixel, destPixel);
|
|
}
|
|
|
|
// XXX: We would prefer to fence earlier on platforms that don't need
|
|
// the full ProducerAcquire/ProducerRelease semantics, so that the fence
|
|
// doesn't include the copy operation. Unfortunately, the current API
|
|
// doesn't expose a good way to do that.
|
|
if (mFront) {
|
|
mFront->Surf()->ProducerRelease();
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::PublishFrame(const gfx::IntSize& size)
|
|
{
|
|
AssureBlitted();
|
|
|
|
bool good = Swap(size);
|
|
return good;
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::Resize(const gfx::IntSize& size)
|
|
{
|
|
RefPtr<SharedSurfaceTextureClient> newBack = mFactory->NewTexClient(size);
|
|
if (!newBack)
|
|
return false;
|
|
|
|
if (!Attach(newBack->Surf(), size))
|
|
return false;
|
|
|
|
if (mBack)
|
|
mBack->Surf()->ProducerRelease();
|
|
|
|
mBack = newBack;
|
|
|
|
mBack->Surf()->ProducerAcquire();
|
|
|
|
return true;
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::CreateDraw(const gfx::IntSize& size,
|
|
UniquePtr<DrawBuffer>* out_buffer)
|
|
{
|
|
GLContext* gl = mFactory->mGL;
|
|
const GLFormats& formats = mFactory->mFormats;
|
|
const SurfaceCaps& caps = mFactory->DrawCaps();
|
|
|
|
return DrawBuffer::Create(gl, caps, formats, size, out_buffer);
|
|
}
|
|
|
|
UniquePtr<ReadBuffer>
|
|
GLScreenBuffer::CreateRead(SharedSurface* surf)
|
|
{
|
|
GLContext* gl = mFactory->mGL;
|
|
const GLFormats& formats = mFactory->mFormats;
|
|
const SurfaceCaps& caps = mFactory->ReadCaps();
|
|
|
|
return ReadBuffer::Create(gl, caps, formats, surf);
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::SetDrawBuffer(GLenum mode)
|
|
{
|
|
MOZ_ASSERT(mGL->IsSupported(gl::GLFeature::draw_buffers));
|
|
MOZ_ASSERT(GetDrawFB() == 0);
|
|
|
|
if (!mGL->IsSupported(GLFeature::draw_buffers))
|
|
return;
|
|
|
|
mUserDrawBufferMode = mode;
|
|
|
|
GLuint fb = mDraw ? mDraw->mFB : mRead->mFB;
|
|
GLenum internalMode;
|
|
|
|
switch (mode) {
|
|
case LOCAL_GL_BACK:
|
|
internalMode = (fb == 0) ? LOCAL_GL_BACK
|
|
: LOCAL_GL_COLOR_ATTACHMENT0;
|
|
break;
|
|
|
|
case LOCAL_GL_NONE:
|
|
internalMode = LOCAL_GL_NONE;
|
|
break;
|
|
|
|
default:
|
|
MOZ_CRASH("GFX: Bad value.");
|
|
}
|
|
|
|
mGL->MakeCurrent();
|
|
mGL->fDrawBuffers(1, &internalMode);
|
|
}
|
|
|
|
void
|
|
GLScreenBuffer::SetReadBuffer(GLenum mode)
|
|
{
|
|
MOZ_ASSERT(mGL->IsSupported(gl::GLFeature::read_buffer));
|
|
MOZ_ASSERT(GetReadFB() == 0);
|
|
|
|
mUserReadBufferMode = mode;
|
|
mRead->SetReadBuffer(mUserReadBufferMode);
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::IsDrawFramebufferDefault() const
|
|
{
|
|
if (!mDraw)
|
|
return IsReadFramebufferDefault();
|
|
return mDraw->mFB == 0;
|
|
}
|
|
|
|
bool
|
|
GLScreenBuffer::IsReadFramebufferDefault() const
|
|
{
|
|
return SharedSurf()->mAttachType == AttachmentType::Screen;
|
|
}
|
|
|
|
uint32_t
|
|
GLScreenBuffer::DepthBits() const
|
|
{
|
|
const GLFormats& formats = mFactory->mFormats;
|
|
|
|
if (formats.depth == LOCAL_GL_DEPTH_COMPONENT16)
|
|
return 16;
|
|
|
|
return 24;
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
// Utils
|
|
|
|
static void
|
|
RenderbufferStorageBySamples(GLContext* aGL, GLsizei aSamples,
|
|
GLenum aInternalFormat, const gfx::IntSize& aSize)
|
|
{
|
|
if (aSamples) {
|
|
aGL->fRenderbufferStorageMultisample(LOCAL_GL_RENDERBUFFER,
|
|
aSamples,
|
|
aInternalFormat,
|
|
aSize.width, aSize.height);
|
|
} else {
|
|
aGL->fRenderbufferStorage(LOCAL_GL_RENDERBUFFER,
|
|
aInternalFormat,
|
|
aSize.width, aSize.height);
|
|
}
|
|
}
|
|
|
|
static GLuint
|
|
CreateRenderbuffer(GLContext* aGL, GLenum aFormat, GLsizei aSamples,
|
|
const gfx::IntSize& aSize)
|
|
{
|
|
GLuint rb = 0;
|
|
aGL->fGenRenderbuffers(1, &rb);
|
|
ScopedBindRenderbuffer autoRB(aGL, rb);
|
|
|
|
RenderbufferStorageBySamples(aGL, aSamples, aFormat, aSize);
|
|
|
|
return rb;
|
|
}
|
|
|
|
static void
|
|
CreateRenderbuffersForOffscreen(GLContext* aGL, const GLFormats& aFormats,
|
|
const gfx::IntSize& aSize, bool aMultisample,
|
|
GLuint* aColorMSRB, GLuint* aDepthRB,
|
|
GLuint* aStencilRB)
|
|
{
|
|
GLsizei samples = aMultisample ? aFormats.samples : 0;
|
|
if (aColorMSRB) {
|
|
MOZ_ASSERT(aFormats.samples > 0);
|
|
MOZ_ASSERT(aFormats.color_rbFormat);
|
|
|
|
GLenum colorFormat = aFormats.color_rbFormat;
|
|
if (aGL->IsANGLE()) {
|
|
MOZ_ASSERT(colorFormat == LOCAL_GL_RGBA8);
|
|
colorFormat = LOCAL_GL_BGRA8_EXT;
|
|
}
|
|
|
|
*aColorMSRB = CreateRenderbuffer(aGL, colorFormat, samples, aSize);
|
|
}
|
|
|
|
if (aDepthRB &&
|
|
aStencilRB &&
|
|
aFormats.depthStencil)
|
|
{
|
|
*aDepthRB = CreateRenderbuffer(aGL, aFormats.depthStencil, samples, aSize);
|
|
*aStencilRB = *aDepthRB;
|
|
} else {
|
|
if (aDepthRB) {
|
|
MOZ_ASSERT(aFormats.depth);
|
|
|
|
*aDepthRB = CreateRenderbuffer(aGL, aFormats.depth, samples, aSize);
|
|
}
|
|
|
|
if (aStencilRB) {
|
|
MOZ_ASSERT(aFormats.stencil);
|
|
|
|
*aStencilRB = CreateRenderbuffer(aGL, aFormats.stencil, samples, aSize);
|
|
}
|
|
}
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
// DrawBuffer
|
|
|
|
bool
|
|
DrawBuffer::Create(GLContext* const gl,
|
|
const SurfaceCaps& caps,
|
|
const GLFormats& formats,
|
|
const gfx::IntSize& size,
|
|
UniquePtr<DrawBuffer>* out_buffer)
|
|
{
|
|
MOZ_ASSERT(out_buffer);
|
|
*out_buffer = nullptr;
|
|
|
|
if (!caps.color) {
|
|
MOZ_ASSERT(!caps.alpha && !caps.depth && !caps.stencil);
|
|
|
|
// Nothing is needed.
|
|
return true;
|
|
}
|
|
|
|
if (caps.antialias) {
|
|
if (formats.samples == 0)
|
|
return false; // Can't create it.
|
|
|
|
MOZ_ASSERT(formats.samples <= gl->MaxSamples());
|
|
}
|
|
|
|
GLuint colorMSRB = 0;
|
|
GLuint depthRB = 0;
|
|
GLuint stencilRB = 0;
|
|
|
|
GLuint* pColorMSRB = caps.antialias ? &colorMSRB : nullptr;
|
|
GLuint* pDepthRB = caps.depth ? &depthRB : nullptr;
|
|
GLuint* pStencilRB = caps.stencil ? &stencilRB : nullptr;
|
|
|
|
if (!formats.color_rbFormat)
|
|
pColorMSRB = nullptr;
|
|
|
|
if (pDepthRB && pStencilRB) {
|
|
if (!formats.depth && !formats.depthStencil)
|
|
pDepthRB = nullptr;
|
|
|
|
if (!formats.stencil && !formats.depthStencil)
|
|
pStencilRB = nullptr;
|
|
} else {
|
|
if (!formats.depth)
|
|
pDepthRB = nullptr;
|
|
|
|
if (!formats.stencil)
|
|
pStencilRB = nullptr;
|
|
}
|
|
|
|
GLContext::LocalErrorScope localError(*gl);
|
|
|
|
CreateRenderbuffersForOffscreen(gl, formats, size, caps.antialias,
|
|
pColorMSRB, pDepthRB, pStencilRB);
|
|
|
|
GLuint fb = 0;
|
|
gl->fGenFramebuffers(1, &fb);
|
|
gl->AttachBuffersToFB(0, colorMSRB, depthRB, stencilRB, fb);
|
|
|
|
const GLsizei samples = formats.samples;
|
|
UniquePtr<DrawBuffer> ret( new DrawBuffer(gl, size, samples, fb, colorMSRB,
|
|
depthRB, stencilRB) );
|
|
|
|
GLenum err = localError.GetError();
|
|
MOZ_ASSERT_IF(err != LOCAL_GL_NO_ERROR, err == LOCAL_GL_OUT_OF_MEMORY);
|
|
if (err || !gl->IsFramebufferComplete(fb))
|
|
return false;
|
|
|
|
*out_buffer = Move(ret);
|
|
return true;
|
|
}
|
|
|
|
DrawBuffer::~DrawBuffer()
|
|
{
|
|
if (!mGL->MakeCurrent())
|
|
return;
|
|
|
|
GLuint fb = mFB;
|
|
GLuint rbs[] = {
|
|
mColorMSRB,
|
|
mDepthRB,
|
|
mStencilRB
|
|
};
|
|
|
|
mGL->fDeleteFramebuffers(1, &fb);
|
|
mGL->fDeleteRenderbuffers(3, rbs);
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
// ReadBuffer
|
|
|
|
UniquePtr<ReadBuffer>
|
|
ReadBuffer::Create(GLContext* gl,
|
|
const SurfaceCaps& caps,
|
|
const GLFormats& formats,
|
|
SharedSurface* surf)
|
|
{
|
|
MOZ_ASSERT(surf);
|
|
|
|
if (surf->mAttachType == AttachmentType::Screen) {
|
|
// Don't need anything. Our read buffer will be the 'screen'.
|
|
return UniquePtr<ReadBuffer>( new ReadBuffer(gl, 0, 0, 0,
|
|
surf) );
|
|
}
|
|
|
|
GLuint depthRB = 0;
|
|
GLuint stencilRB = 0;
|
|
|
|
GLuint* pDepthRB = caps.depth ? &depthRB : nullptr;
|
|
GLuint* pStencilRB = caps.stencil ? &stencilRB : nullptr;
|
|
|
|
GLContext::LocalErrorScope localError(*gl);
|
|
|
|
CreateRenderbuffersForOffscreen(gl, formats, surf->mSize, caps.antialias,
|
|
nullptr, pDepthRB, pStencilRB);
|
|
|
|
GLuint colorTex = 0;
|
|
GLuint colorRB = 0;
|
|
GLenum target = 0;
|
|
|
|
switch (surf->mAttachType) {
|
|
case AttachmentType::GLTexture:
|
|
colorTex = surf->ProdTexture();
|
|
target = surf->ProdTextureTarget();
|
|
break;
|
|
case AttachmentType::GLRenderbuffer:
|
|
colorRB = surf->ProdRenderbuffer();
|
|
break;
|
|
default:
|
|
MOZ_CRASH("GFX: Unknown attachment type, create?");
|
|
}
|
|
MOZ_ASSERT(colorTex || colorRB);
|
|
|
|
GLuint fb = 0;
|
|
gl->fGenFramebuffers(1, &fb);
|
|
gl->AttachBuffersToFB(colorTex, colorRB, depthRB, stencilRB, fb, target);
|
|
gl->mFBOMapping[fb] = surf;
|
|
|
|
UniquePtr<ReadBuffer> ret( new ReadBuffer(gl, fb, depthRB,
|
|
stencilRB, surf) );
|
|
|
|
GLenum err = localError.GetError();
|
|
MOZ_ASSERT_IF(err != LOCAL_GL_NO_ERROR, err == LOCAL_GL_OUT_OF_MEMORY);
|
|
if (err || !gl->IsFramebufferComplete(fb)) {
|
|
ret = nullptr;
|
|
}
|
|
|
|
return Move(ret);
|
|
}
|
|
|
|
ReadBuffer::~ReadBuffer()
|
|
{
|
|
if (!mGL->MakeCurrent())
|
|
return;
|
|
|
|
GLuint fb = mFB;
|
|
GLuint rbs[] = {
|
|
mDepthRB,
|
|
mStencilRB
|
|
};
|
|
|
|
mGL->fDeleteFramebuffers(1, &fb);
|
|
mGL->fDeleteRenderbuffers(2, rbs);
|
|
mGL->mFBOMapping.erase(mFB);
|
|
}
|
|
|
|
void
|
|
ReadBuffer::Attach(SharedSurface* surf)
|
|
{
|
|
MOZ_ASSERT(surf && mSurf);
|
|
MOZ_ASSERT(surf->mAttachType == mSurf->mAttachType);
|
|
MOZ_ASSERT(surf->mSize == mSurf->mSize);
|
|
|
|
// Nothing else is needed for AttachType Screen.
|
|
if (surf->mAttachType != AttachmentType::Screen) {
|
|
GLuint colorTex = 0;
|
|
GLuint colorRB = 0;
|
|
GLenum target = 0;
|
|
|
|
switch (surf->mAttachType) {
|
|
case AttachmentType::GLTexture:
|
|
colorTex = surf->ProdTexture();
|
|
target = surf->ProdTextureTarget();
|
|
break;
|
|
case AttachmentType::GLRenderbuffer:
|
|
colorRB = surf->ProdRenderbuffer();
|
|
break;
|
|
default:
|
|
MOZ_CRASH("GFX: Unknown attachment type, attach?");
|
|
}
|
|
|
|
mGL->AttachBuffersToFB(colorTex, colorRB, 0, 0, mFB, target);
|
|
mGL->mFBOMapping[mFB] = surf;
|
|
MOZ_ASSERT(mGL->IsFramebufferComplete(mFB));
|
|
}
|
|
|
|
mSurf = surf;
|
|
}
|
|
|
|
const gfx::IntSize&
|
|
ReadBuffer::Size() const
|
|
{
|
|
return mSurf->mSize;
|
|
}
|
|
|
|
void
|
|
ReadBuffer::SetReadBuffer(GLenum userMode) const
|
|
{
|
|
if (!mGL->IsSupported(GLFeature::read_buffer))
|
|
return;
|
|
|
|
GLenum internalMode;
|
|
|
|
switch (userMode) {
|
|
case LOCAL_GL_BACK:
|
|
case LOCAL_GL_FRONT:
|
|
internalMode = (mFB == 0) ? userMode
|
|
: LOCAL_GL_COLOR_ATTACHMENT0;
|
|
break;
|
|
|
|
case LOCAL_GL_NONE:
|
|
internalMode = LOCAL_GL_NONE;
|
|
break;
|
|
|
|
default:
|
|
MOZ_CRASH("GFX: Bad value.");
|
|
}
|
|
|
|
mGL->MakeCurrent();
|
|
mGL->fReadBuffer(internalMode);
|
|
}
|
|
|
|
} /* namespace gl */
|
|
} /* namespace mozilla */
|