gecko-dev/dom/canvas
Imanol Fernandez d5b80b872a Bug 1633725 - Improve WebXR Garbage Collection. Respect XRRigidTransform.inverse and XRView.transform [SameObject] requirements. r=kip,daoshengmu,jgilbert
- Lazily create XRRigidTransform DOMPoints
- Reuse XRRigidTransform inverse (SameObject in the spec)
- Reuse XRView transform (SameObject in the spec)
- Reuse XRWebGLLayer viewport instances
- Pool XRViewerPose instances
- Pool XRFrame instances

Differential Revision: https://phabricator.services.mozilla.com/D73071
2020-05-01 01:42:39 +00:00
..
crashtests
test Backed out 2 changesets (bug 1625500) for multiple failures on a CLOSED TREE 2020-04-17 15:36:05 +03:00
BasicRenderingContext2D.h
CacheInvalidator.cpp Bug 1622654 - update while(mCaches.size()) to use .empty() r=sylvestre 2020-04-01 21:32:54 +00:00
CacheInvalidator.h Bug 1615487 - Make CachedDrawFetchLimits move-only, remove copy. r=lsalzman 2020-02-16 15:37:35 +00:00
CanvasGradient.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
CanvasImageCache.cpp Bug 1620594 - Part 5: Use GetMainThreadSerialEventTarget instead of SystemGroup::EventTargetFor. r=nika 2020-04-07 15:17:07 +00:00
CanvasImageCache.h
CanvasPath.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
CanvasPattern.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
CanvasRenderingContext2D.cpp Bug 1626444 - Remove nsAutoPtr usage from dom/canvas. r=lsalzman 2020-04-03 21:05:21 +00:00
CanvasRenderingContext2D.h
CanvasRenderingContextHelper.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
CanvasRenderingContextHelper.h Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
CanvasUtils.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
CanvasUtils.h
ClientWebGLContext.cpp Bug 1627305: Remove non-trivial macros from WebGL CommandQueue code r=jgilbert 2020-04-30 22:25:09 +00:00
ClientWebGLContext.h Bug 1627305: Remove non-trivial macros from WebGL CommandQueue code r=jgilbert 2020-04-30 22:25:09 +00:00
ClientWebGLExtensions.cpp
ClientWebGLExtensions.h
HostWebGLContext.cpp Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
HostWebGLContext.h Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
ImageBitmap.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
ImageBitmap.h
ImageBitmapRenderingContext.cpp
ImageBitmapRenderingContext.h
ImageBitmapSource.h
ImageData.cpp
ImageData.h
ImageUtils.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
ImageUtils.h
IpdlQueue.h Bug 1621762: Part 6 - Add and define IpdlQueue for WebGL IPC r=jgilbert 2020-04-30 22:24:00 +00:00
MurmurHash3.cpp
MurmurHash3.h
OffscreenCanvas.cpp Bug 1602133 - WebGPU presentation r=jgilbert,webidl,smaug,aosmond 2020-04-06 22:29:18 +00:00
OffscreenCanvas.h
PWebGL.ipdl Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
ProducerConsumerQueue.h Bug 1621762: Part 4 - Move some code from ProducerConsumerQueue.h to QueueParamTraits.h r=jgilbert 2020-04-30 22:23:10 +00:00
Queue.cpp Bug 1621762: Part 6 - Add and define IpdlQueue for WebGL IPC r=jgilbert 2020-04-30 22:24:00 +00:00
QueueParamTraits.h Bug 1621762: Part 4 - Move some code from ProducerConsumerQueue.h to QueueParamTraits.h r=jgilbert 2020-04-30 22:23:10 +00:00
TexUnpackBlob.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
TexUnpackBlob.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
TextMetrics.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
WebGL2Context.cpp
WebGL2Context.h
WebGL2ContextBuffers.cpp
WebGL2ContextFramebuffers.cpp
WebGL2ContextMRTs.cpp
WebGL2ContextQueries.cpp
WebGL2ContextRenderbuffers.cpp
WebGL2ContextSamplers.cpp Bug 1617326 - Fix WebGL CTS/conformance2/extensions/* on Windows. r=lsalzman 2020-02-23 04:22:54 +00:00
WebGL2ContextState.cpp
WebGL2ContextSync.cpp
WebGL2ContextTransformFeedback.cpp
WebGL2ContextUniforms.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLBuffer.cpp Bug 1611837 - Allow null `data` if `dataLen` is zero. r=lsalzman 2020-02-07 03:17:26 +00:00
WebGLBuffer.h
WebGLChild.cpp Bug 1627305: Remove non-trivial macros from WebGL CommandQueue code r=jgilbert 2020-04-30 22:25:09 +00:00
WebGLChild.h Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
WebGLCommandQueue.h Bug 1627305: Remove non-trivial macros from WebGL CommandQueue code r=jgilbert 2020-04-30 22:25:09 +00:00
WebGLContext.cpp Bug 1614499 - Implement XRWebGLLayer r=jgilbert,daoshengmu 2020-04-07 18:48:13 +00:00
WebGLContext.h Bug 1614499 - Implement XRWebGLLayer r=jgilbert,daoshengmu 2020-04-07 18:48:13 +00:00
WebGLContextBuffers.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextDraw.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextExtensions.cpp
WebGLContextFramebufferOperations.cpp
WebGLContextGL.cpp Bug 1631823 - Disable XRWebGLLayer antialias by default on WebGL 2. Add support to enable behind a pref. r=jgilbert 2020-04-27 18:03:03 +00:00
WebGLContextLossHandler.cpp
WebGLContextLossHandler.h
WebGLContextState.cpp
WebGLContextTextures.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextUtils.cpp Bug 1616715 - Make ReadPixelDesc per-call. r=lsalzman 2020-02-21 03:12:41 +00:00
WebGLContextUtils.h
WebGLContextValidate.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextVertexArray.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLContextVertices.cpp Bug 1052940 - Make Maybe<T> only declare copy/move operations if T is copyable/movable. r=froydnj,jgilbert 2020-03-27 14:10:45 +00:00
WebGLCrossProcessCommandQueue.cpp Bug 1621762: Part 3 - Make some classes generic to support multiple remote WebGL implementations r=jgilbert 2020-04-30 22:23:02 +00:00
WebGLCrossProcessCommandQueue.h Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
WebGLExtensionColorBufferFloat.cpp
WebGLExtensionColorBufferHalfFloat.cpp
WebGLExtensionCompressedTextureASTC.cpp
WebGLExtensionCompressedTextureBPTC.cpp
WebGLExtensionCompressedTextureES3.cpp
WebGLExtensionCompressedTextureETC1.cpp
WebGLExtensionCompressedTexturePVRTC.cpp
WebGLExtensionCompressedTextureRGTC.cpp
WebGLExtensionCompressedTextureS3TC.cpp
WebGLExtensionCompressedTextureS3TC_SRGB.cpp
WebGLExtensionDepthTexture.cpp
WebGLExtensionDisjointTimerQuery.cpp
WebGLExtensionDrawBuffers.cpp
WebGLExtensionEXTColorBufferFloat.cpp
WebGLExtensionFragDepth.cpp
WebGLExtensionInstancedArrays.cpp
WebGLExtensionSRGB.cpp
WebGLExtensionShaderTextureLod.cpp
WebGLExtensionTextureFloat.cpp
WebGLExtensionTextureFloatLinear.cpp
WebGLExtensionTextureHalfFloat.cpp
WebGLExtensionTextureHalfFloatLinear.cpp
WebGLExtensions.cpp
WebGLExtensions.h
WebGLFormats.cpp
WebGLFormats.h Bug 1616715 - Make ReadPixelDesc per-call. r=lsalzman 2020-02-21 03:12:41 +00:00
WebGLFramebuffer.cpp Bug 1614499 - Implement XRWebGLLayer r=jgilbert,daoshengmu 2020-04-07 18:48:13 +00:00
WebGLFramebuffer.h Bug 1614499 - Implement XRWebGLLayer r=jgilbert,daoshengmu 2020-04-07 18:48:13 +00:00
WebGLInternalFormatsTable.h
WebGLIpdl.h Bug 1614499 - Implement XRWebGLLayer r=jgilbert,daoshengmu 2020-04-07 18:48:13 +00:00
WebGLMemoryTracker.cpp
WebGLMemoryTracker.h
WebGLMethodDispatcher.h Bug 1627305: Remove non-trivial macros from WebGL CommandQueue code r=jgilbert 2020-04-30 22:25:09 +00:00
WebGLObjectModel.h
WebGLParent.cpp Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
WebGLParent.h Bug 1621762: Part 7 - Add IpdlQueue actor traits to WebGLParent/WebGLChild r=jgilbert,jld 2020-04-30 22:24:44 +00:00
WebGLProgram.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLProgram.h Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLQuery.cpp
WebGLQuery.h
WebGLQueueParamTraits.h Bug 1621762: Part 3 - Make some classes generic to support multiple remote WebGL implementations r=jgilbert 2020-04-30 22:23:02 +00:00
WebGLRenderbuffer.cpp
WebGLRenderbuffer.h
WebGLSampler.cpp
WebGLSampler.h
WebGLShader.cpp
WebGLShader.h
WebGLShaderValidator.cpp
WebGLShaderValidator.h
WebGLStrongTypes.h
WebGLSync.cpp
WebGLSync.h
WebGLTexelConversions.cpp
WebGLTexelConversions.h
WebGLTexture.cpp Bug 1052940 - Make Maybe<T> only declare copy/move operations if T is copyable/movable. r=froydnj,jgilbert 2020-03-27 14:10:45 +00:00
WebGLTexture.h
WebGLTextureUpload.cpp Bug 1625404 - webgl.copyTexSubImage should lazily-initialize unwritten destination pixels. r=lsalzman 2020-03-31 01:00:50 +00:00
WebGLTransformFeedback.cpp
WebGLTransformFeedback.h
WebGLTypes.h Bug 1621762 - Part 2: Refactor WebGL MethodDispatcher code used in remoting r=jgilbert 2020-04-30 22:22:52 +00:00
WebGLValidateStrings.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
WebGLValidateStrings.h
WebGLVertexArray.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLVertexArray.h Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLVertexArrayFake.cpp Bug 1617785 - Optimize GetDrawFetchLimits and vertexAttribPointer. r=lsalzman 2020-02-26 00:44:26 +00:00
WebGLVertexArrayFake.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/canvas. r=jgilbert 2020-02-18 21:08:00 +00:00
WebGLVertexArrayGL.cpp
WebGLVertexArrayGL.h
XRWebGLLayer.cpp Bug 1633725 - Improve WebXR Garbage Collection. Respect XRRigidTransform.inverse and XRView.transform [SameObject] requirements. r=kip,daoshengmu,jgilbert 2020-05-01 01:42:39 +00:00
XRWebGLLayer.h Bug 1633725 - Improve WebXR Garbage Collection. Respect XRRigidTransform.inverse and XRView.transform [SameObject] requirements. r=kip,daoshengmu,jgilbert 2020-05-01 01:42:39 +00:00
moz.build Bug 1621762: Part 6 - Add and define IpdlQueue for WebGL IPC r=jgilbert 2020-04-30 22:24:00 +00:00
nsICanvasRenderingContextInternal.h