TPEGFX/2016-04-28

From MozillaWiki
Jump to: navigation, search

Weekly Report

Ethan Lin

Video Performance

  • bug 1254898 - Add a talos test for video performance with basic compositor
    • avid: r+, jmaher: r+

WebGL

  • bug 1264214 - webgl 1.0.3 conformance error: glsl/misc/shaders-with-name-conflicts.html
    • r+
  • bug 1250954 - crash in mozilla::layers::TextureClient::WaitForCompositorRecycle | mozilla::layers::CanvasClientSharedSurface::Updated
    • land | performance regression
  • bug 1268302 - 4.05 - 38.55% glterrain (linux64, windowsxp) regression on push 18d290be0df2e10e8904451d16f2b9aaf936974e (Wed Apr 27 2016)
    • OOAD
  • bug 1265668 - Enabling ES3 by default for WebGL
    • wip
    • following bugs:
      • bug 1267147 - WebGL2 conformance test fail: conformance/misc/uninitialized-test.html
      • bug 1267149 - WebGL2 conformance test fail: conformance2/textures/misc/tex-input-validation.html

Jerry Shih

  • bug 1256572 - prevent memory copy for imgFrame
    • r?
  • bug 1267100 - webgl crash
    • r+
    • some function call doesn't have "makeCurrent()"

Morris Tseng

  • bug 1193526 - Upgrade WebGL conformance tests to 1.0.3
    • land
  • No Bug - Widget refactoring for OSX
    • wip
  • bug 1265638 - Offscreen webgl may not update surface after first frame
    • land

Peter Chang

Vincent Liu

  • bug 801176 - Support canvas 2D API from workers (with transferables for bg image rendering/processing, etc.)
    • Discuss the next step.
  • bug 1254443 - PROCESS-CRASH | dom/media/test/test_bug879717.html | application crashed [@ mozilla::layers::GLImage::GetAsSourceSurface]
    • Analysis
  • webGL 1.0.3 Conformance Test
    • bug 1267149 - WebGL2 conformance test fail: conformance2/textures/misc/tex-input-validation.html
    • webgl-draw-buffer fail: Analysis

Team

Rule of Thumb

Status code:

  • OOAD: In analysis or design phase.
  • WIP: working on WIP patch.
  • feedback(f): feedback a patch
  • feedback?(f?): WIP is ready for feedback grant.
  • feedback+(f+): Get positive feedback.
  • feedback-(f-): Get negative feedback.
  • review(r): review a patch.
  • review?(r?): patch is under review
  • review+(r+): get review+ and ready to check-in
  • review-(r-): get negative review feedback. Fix problems and switch back to r? again.
  • land: patch check in.
  • debug: Figure out the root cause of a bug/ try to repro that bug, etc...
  • file: file a bug
  • PTO: take personal leave
  • interview(I)
  • study: Spend time on domain knowledge study, such as multimedia transport technology, compress format, real-time rendering.
  • presentation
    • Write a personal blog, which is relative to work, such as articles on MozTech, or what you experience in a work week.
    • WIKI/ MDN article writing.
    • If you write a technical blog or anything relative to work, it's welcome to share it on weekly report.
    • Do a presentation of technical topics

Status code combination rule
Combine status code with "|". For example

** OOAD|WIP

Which means you work on both OOAD and WIP in the last week.

land status code
If your patch is target for specific branch, instead of central, postfix branch version. For exp

** land(1.4)