| Summary: | [Texmap][GStreamer]: Map video frames as early as possible and wait via GL sync meta before using texture ids | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Víctor M. Jáquez L. <vjaquez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED --- | ||
| Severity: | Normal | CC: | bugs-noreply, pnormand, zan |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=132869 | ||
| Bug Depends on: | 196966 | ||
| Bug Blocks: | |||
|
Description
Víctor M. Jáquez L.
2019-03-25 04:02:54 PDT
Well, I guess this enhancement doesn't make much sense since it uses OpenGL API 3.5 while webkitgtk uses 3.0 Could this be useful for WPE though? For EGL there's an equiivalent but it doesn't seem to be supported in GStreamer: https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_fence_sync.txt (In reply to Philippe Normand from comment #3) > For EGL there's an equiivalent but it doesn't seem to be supported in > GStreamer: > > https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_fence_sync.txt If I understand correctly, at least in i915, the implementation is the same for both https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/drivers/dri/i915/intel_syncobj.c#L30 And in another spec I read that the glFenceSync spec is newer, thus it is expected to cover the EGL usage. Reopening because it's required for other context, specially on EGL. |