TPEGFX/2016-Q3: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎ChihYi Leu: Goal setting)
(Update goals.)
Line 68: Line 68:
* Paint correctness
* Paint correctness
** SVG correctness support.
** SVG correctness support.
** {{Bug|1285320}} {{Bug|1264809}} {{Bug|1290782}}
** {{Bug|1285320}} {{Bug|1264809}} {{Bug|1298318}}
** Verify {{Bug|1284798}}
** Verify {{Bug|1284798}}
* [https://public.etherpad-mozilla.org/p/Gecko-Inside-Sharing Gecko Graphics inside]
* [https://public.etherpad-mozilla.org/p/Gecko-Inside-Sharing Gecko Graphics inside]
** Host discussion meeting every two weeks
** Give a presentation about [https://docs.google.com/presentation/d/1v8CyOsOwHsTdqnylUM5H6ZQ8wzJrHM8sosj6IWNIDrg/edit#slide=id.p DisplayList and Layer construction].


=== Morris Tseng ===
=== Morris Tseng ===

Revision as of 10:09, 26 September 2016

GFX Topics

  • gfx Stability
  • OMT painting
  • DisplayList(layout related work)
  • Paint correctness(buglist)
  • Compositor process
  • WebGL2
  • Any layout works, ex: perf/CSS properties
  • Investigate WebRender

Goal

ChihYi Leu

  • WebGL2 Conformance
    • Enable WebGL2 testing on Linux
      • Driver on Linux Tryserver is too old to enable WebGL2
  • Composition reftest
    • Add RefTest to detect an obsoleted faulty patch in Bug 1284440
      • We have no appropriate snapshot flow for framebuffer update related bug for now, discussing about adding new snapshot flow
  • Gecko Graphics inside
    • Host discussion meeting every two weeks
  • Update driver blacklist for Intel graphics under Windows

Daosheng Mu

  • WebGL2 conformance
    • Fix high-priority failures in webgl2-failures
    • Enable WebGL2 testing on win8
  • Webrender
    • Share the architecture of WebRender 1.0
  • Gecko Graphics inside
    • Host discussion meeting every two weeks

Ethan Lin

  • WebGL2 conformance
  • Implement border-image-repeat: space
    • bug 720531 - Implement border-image-repeat space keyword
  • focus-within
    • bug 1176997 - Add support for pseudo class :focus-within
  • Enhance canvas performance
    • bug 1289975 - Do not reset layer when setting the same dimension to canvas
    • bug 1296166 - Avoid calling EnsureTarget in CanvasRenderingContext2D::GetImageData
    • bug 1293968 - Avoid calling EnsureTarget in CanvasRenderingContext2D::GetImageBuffer
    • bug 1293970 - Avoid canvas copy-on-write in CanvasRenderingContext2D::PutImageData and DrawWindow
  • Stability
    • bug 1287652 - SEGV on unknown address 0x44 in [@mozilla::gfx::SetPaintPattern]
    • bug 1299062 - heap-overflow and potential UAF [@mozilla::dom::CanvasRenderingContext2D::GetImageDataArray]
    • bug 1290628 - MOZ_CRASH "d0 < fPathLength" in [@SpecialLineRec::addSegment()]

Jerry Shih

Kevin Chen

Morris Tseng

  • WebGL2
    • Fix high-priority failures in webgl2-failures
    • Update ANGLE to chromium/2845
    • Enable ANGLE on WebGL2
  • WebRender
    • Border: double support for WebRender
    • Worker.terminated implementation for servo.
    • Discussion.

Peter Chang

  • gfx stability
    • Update top crash/regression bugs within one week and fix them within one month
  • WebGL2 conformance
    • conformance suite upgrade 2.0
    • Fix high-priority failures in webgl2-failures

Vincent Liu

  • GFX stability.
  • Gecko Graphics inside
    • Host discussion meeting every two weeks
      • A study and a internal sharing for Compositor.
  • Android webgl mochitest failures
    • bug 1285531 - High number of jemalloc crashes in webgl
      • Find out a fixed way to reproduce this crash.
      • Worked out WIP to approach this issue.