gecko-dev/gfx/gl
Jeff Gilbert 0dfd1a2a0d Bug 1477756 - Fix all webgl regression tests according to CI. r=handyman
(This is a combination of 31 commits)

* Fix Linux compilation.

* Fix mac compilation.

* CI compile fixes.

* printf's size_t is %zu. %tu would be unsigned ptrdiff_t.

* No non-ref Maybe args.

* MOZ_CRASH for noreturn

* Handle implied texture sizes, rewrite comment stripping.

* Replace e.g. WebGLProgramInner with simpler webgl::ProgramKeepAlive.

* Bounce ValidateProgram call off driver.

* Uniform name length limit, cubemap fb-attach, non-array uniforms, undersized texImage views.

* alignas for uint8_t[sizeof(float)*N] pun buffers.

* CC fixes?

* Fill attrib0Active.

* Repair max-warnings limit.

* This is basically required in order for CI's logging to not explode.

* Don't cache WebGLMemoryTracker.

* Deleted prog/shader error, no texSubImage(null), client-side fingerprint resist for exts.

* Fix GetUniformIndices and MakeRangeFromView.

* CC Traverse base class from within derived class to fix leaking the world. :(

* PauseTransformFeedback
* TexImage video fastpath
* GetFragLocation for arrays
* Forbid BindBufferRange during TF

* Mark tests and fix RBAB query and test.

* Change(!) query deletion behavior to match spec.
* Mark conformance2/query/query.html failing for now.

* Implicitly EndQuery on DeleteQuery while spec is in flux.

* Fix error code for test.

* RAII LruPosition for WebGL context limit.

* Include std::list.

* Mark CompileResult and LinkResult.pending as false when retrieved.

* Hold strong-ref to NotLostData during Run<> to prevent LoseContext=>UAF.

* Don't assume GetUniformLocation(foo+'[0]') means foo is an array.
* Don't assume !mCanvasElement means !!mOffscreenCanvas.

* Handle composition while context-lost.

* All non-value-init members must be const or have inline init.

* Mark passing tests on Linux.

Depends on D54019

Differential Revision: https://phabricator.services.mozilla.com/D55739

--HG--
extra : moz-landing-system : lando
2020-01-08 22:19:23 +00:00
..
AndroidNativeWindow.h
AndroidSurfaceTexture.cpp
AndroidSurfaceTexture.h
DecomposeIntoNoRepeatTriangles.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/ r=mstange 2019-07-10 05:25:54 +00:00
DecomposeIntoNoRepeatTriangles.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/ r=mstange 2019-07-10 05:25:54 +00:00
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
GfxTexturesReporter.h
GLBlitHelper.cpp Bug 1477756 - Client-side bindings mirror for precise CC, and merge similar codepaths. r=handyman 2020-01-08 22:19:16 +00:00
GLBlitHelper.h Bug 1574745 - Change BlitFrameBufferToFrameBuffer to take rects instead of sizes. r=jgilbert 2019-08-31 01:30:53 +00:00
GLBlitHelperD3D.cpp Bug 1577336: Part 6 - Make SurfaceDescriptorGPUVideo a union that contains SurfaceDescriptorRemoteDecoder r=mattwoodrow,jolin 2019-11-20 21:55:06 +00:00
GLConsts.h Bug 1573700 - s/GLParseRegistryXML.py/GLConsts.py/ and port to python3+mypy. r=lsalzman 2019-08-14 02:07:40 +00:00
GLConsts.py Bug 1573700 - s/GLParseRegistryXML.py/GLConsts.py/ and port to python3+mypy. r=lsalzman 2019-08-14 02:07:40 +00:00
GLContext.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
GLContext.h
GLContextCGL.h Bug 1579664 - Migrate compositor GLContexts to the active GPU after a GPU switch. r=jgilbert 2019-11-19 08:52:00 +00:00
GLContextEAGL.h
GLContextEGL.h
GLContextFeatures.cpp
GLContextGLX.h
GLContextProvider.h
GLContextProviderCGL.mm Bug 1604633 - Stop calling -[NSOpenGLContext pixelFormat] on 10.9, take 2. r=jrmuizel 2019-12-18 00:12:24 +00:00
GLContextProviderEAGL.mm Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextProviderEGL.cpp Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextProviderGLX.cpp Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextProviderImpl.h Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextProviderNull.cpp Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextProviderWayland.cpp Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextProviderWGL.cpp Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert 2019-11-19 03:12:13 +00:00
GLContextSymbols.h
GLContextTypes.h Bug 1596248 - Add CreateContextFlags::PREFER_MULTITHREADED and change the pref name from gl to webgl. r=jgilbert 2019-11-19 21:49:01 +00:00
GLContextWGL.h
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h Bug 1597887 - Improve performance of DirectComposition mode with WR. r=sotaro 2019-11-20 07:12:42 +00:00
GLLibraryEGL.cpp Bug 1591346 - Remove EGL_ANGLE_experimental_present_path usage with WebRender r=gw 2019-10-28 00:56:41 +00:00
GLLibraryEGL.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
GLLibraryLoader.cpp
GLLibraryLoader.h
GLReadTexImageHelper.cpp
GLReadTexImageHelper.h
GLScreenBuffer.cpp Bug 1477756 - Fix all webgl regression tests according to CI. r=handyman 2020-01-08 22:19:23 +00:00
GLScreenBuffer.h Bug 1477756 - Client-side bindings mirror for precise CC, and merge similar codepaths. r=handyman 2020-01-08 22:19:16 +00:00
GLTextureImage.cpp
GLTextureImage.h
GLTypes.h
GLUploadHelpers.cpp
GLUploadHelpers.h
GLXLibrary.h
HeapCopyOfStackArray.h
moz.build Bug 1477756 - Fix all webgl regression tests according to CI. r=handyman 2020-01-08 22:19:23 +00:00
MozFramebuffer.cpp Bug 1592038 - Allow sharing depth and stencil buffers between multiple MozFramebuffers. r=jgilbert 2019-12-19 03:26:19 +00:00
MozFramebuffer.h Bug 1592038 - Allow sharing depth and stencil buffers between multiple MozFramebuffers. r=jgilbert 2019-12-19 03:26:19 +00:00
ScopedGLHelpers.cpp
ScopedGLHelpers.h
SharedSurface.cpp Bug 1574745 - Change BlitFrameBufferToFrameBuffer to take rects instead of sizes. r=jgilbert 2019-08-31 01:30:53 +00:00
SharedSurface.h
SharedSurfaceANGLE.cpp Bug 1543359 - P7. Plumb YUV Color Range info in Windows' Image types. r=mattwoodrow 2019-07-26 08:45:30 +00:00
SharedSurfaceANGLE.h
SharedSurfaceD3D11Interop.cpp Bug 1543359 - P7. Plumb YUV Color Range info in Windows' Image types. r=mattwoodrow 2019-07-26 08:45:30 +00:00
SharedSurfaceD3D11Interop.h
SharedSurfaceEGL.cpp
SharedSurfaceEGL.h Bug 1477756 - Fix all webgl regression tests according to CI. r=handyman 2020-01-08 22:19:23 +00:00
SharedSurfaceGL.cpp Bug 1477756 - Fix all webgl regression tests according to CI. r=handyman 2020-01-08 22:19:23 +00:00
SharedSurfaceGL.h
SharedSurfaceGLX.cpp
SharedSurfaceGLX.h
SharedSurfaceIO.cpp
SharedSurfaceIO.h
SurfaceTypes.h
TextureImageEGL.cpp
TextureImageEGL.h
WGLLibrary.h