TPEGFX/2017-01-17: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 6 users not shown)
Line 2: Line 2:
* [[TPEGFX/Notes|Notes]]
* [[TPEGFX/Notes|Notes]]
* Team
* Team
** [https://public.etherpad-mozilla.org/p/gfx-wr-2017 Quantum Render Milestone]
** [https://docs.google.com/spreadsheets/d/19Qbvtg0aqDHQQ37EZSFCTS95YbKbsDkQsIW4po6YzjQ/edit#gid=1315840114 Campus seeding program]
** [https://docs.google.com/spreadsheets/d/19Qbvtg0aqDHQQ37EZSFCTS95YbKbsDkQsIW4po6YzjQ/edit#gid=1315840114 Campus seeding program]
** [https://mana.mozilla.org/wiki/display/TAIP/Finance?focusedCommentId=65343337 Travel Meal Policy]
** [https://mana.mozilla.org/wiki/display/TAIP/Finance?focusedCommentId=65343337 Travel Meal Policy]
*** Meals: There is a $75 per day meal policy while traveling. This covers breakfast (est. $15), lunch (est. $20), and dinner (est. $40). Receipts: Receipts are required when submitting for reimbursement.  
  Meals: There is a $75 per day meal policy while traveling.  
  This covers breakfast (est. $15), lunch (est. $20), and dinner (est. $40).  
  Receipts are required when submitting for reimbursement.  
* Intermittent Reftest -- Ethan Lin
* Intermittent Reftest -- Ethan Lin
* [https://docs.google.com/a/mozilla.com/drawings/d/16SUahT58nsulkpeaGTsomik77-GmzB96kliKR_UmfFU/edit?usp=sharing WebVR API 1.1 vs 1.2 Sync] -- Daosheng Mu


==Weekly Report==
==Weekly Report==
===ChihYi Leu===
===ChihYi Leu===
===Daosheng Mu===
===Daosheng Mu===
* {{Bug|1299937}} - [webvr] Support HTC Vive Haptic Feedback
** Add tests for Gamepad extension API
** Resolve cycle collection problem at GampadHaptics
** r?
===Ethan Lin===
===Ethan Lin===
* {{Bug|1331538}} - Fix some reftest failures when enabling WebRenderBorderLayer
* {{Bug|1331538}} - Fix some reftest failures when enabling WebRenderBorderLayer
Line 23: Line 32:


===Jerry Shih===
===Jerry Shih===
*{{Bug|1329574}} - update Webrender
** land
** turn on z-buffer and double-buffer for wr gl context
*Design compositable and textureHost for off-compositor-thread wr-render
**[https://docs.google.com/a/mozilla.com/presentation/d/1dy913P94zvq7NlrT5PvkFuEUIZew8bMD0iHRYJCLB2U/edit?usp=sharing link]
===Kevin Chen===
===Kevin Chen===
*{{Bug|1329090}} - Use invalid size in GrResourceProvider::createBuffer in firefox 51
** Landed
*{{Bug|1325933}} - Crash in nvwgf2um.dll | TCLSWrappers<T>::CLSDestroy
** Wait for driver release
*{{Bug|1292273}} - Crash in nvwgf2um.dll | BaseThreadInitThunk
** Wait for driver release
*{{Bug|1328842}} - Firefox Aurora version 50.1.0 on Linux is not redrawing after suspend state.
** Studied
*{{Bug|1331274}} - Crash in mozilla::gfx::DrawTargetD2D1::Fill
** Review
===Morris Tseng===
===Morris Tseng===
* {{Bug|1328494}} - Support nsDisplayBullet
** r-
* {{Bug|1328493}} - Injecting DXGI resources to ANGLE as gl texture.
** WIP
** Windows cannot run webrender in my local. debug it.
===Peter Chang===
===Peter Chang===
* {{Bug|1328231}} - Replay WebRendercmds in WebRenderBridgeParent when OMTA is running
* {{Bug|1328231}} - Replay WebRendercmds in WebRenderBridgeParent when OMTA is running
Line 31: Line 64:


===Vincent Liu===
===Vincent Liu===
* {{Bug|1323122}} - Upgrade 2.0.0 Webgl conformance tests to top-of-tree
** landed
* {{Bug|1322741}} - Crash in mozilla::layers::SyncObjectD3D11::Init
** r+
* {{Bug|1329849}} - crash at null [@DataAtOffset] in gfx/2d/DataSurfaceHelpers.cpp:91
** r-/crash test
* {{Bug|1326337}} - Intermittent browser/components/sessionstore/test/browser_forget_async_closings.js | application crashed [@ mozilla::CompositorVsyncDispatcher::AddRef] after Assertion failure: int32_t(mRefCnt) >= 0 (illegal refcnt)
** Study
* {{Bug|1325259}} - Assertion failure: [GFX1]: RGBX corner pixel at (423,51) in 846x103 surface is not opaque
** Study
* {{Bug|1329432}} - Intermittent dom/media/test/test_background_video_suspend.html | application crashed [@ RefPtr<mozilla::layers::ImageClient>::~RefPtr()][@ mozilla::layers::ImageLayerComposite::~ImageLayerComposite()]
** Triaged.


==Rule of Thumb==
==Rule of Thumb==
Status code:
Status code:
debug/wip/PTO/feedback/review/land/study
debug/wip/PTO/feedback/review/land/study

Latest revision as of 05:56, 17 January 2017

Sharing

  Meals: There is a $75 per day meal policy while traveling. 
  This covers breakfast (est. $15), lunch (est. $20), and dinner (est. $40). 
  Receipts are required when submitting for reimbursement. 

Weekly Report

ChihYi Leu

Daosheng Mu

  • bug 1299937 - [webvr] Support HTC Vive Haptic Feedback
    • Add tests for Gamepad extension API
    • Resolve cycle collection problem at GampadHaptics
    • r?

Ethan Lin

  • bug 1331538 - Fix some reftest failures when enabling WebRenderBorderLayer
    • debug
  • bug 1329609 - Enable some reftests for WebRenderBorderLayer
    • wip
  • bug 1330945 - Support opacity value in WebRenderContainerLayer
    • study
  • bug 1322504 - Use TextureClient in WebRenderPaintedLayer
    • land
  • bug 1330921 - Fix the coordinate of WebRenderColorLayer
    • land

Jerry Shih

  • bug 1329574 - update Webrender
    • land
    • turn on z-buffer and double-buffer for wr gl context
  • Design compositable and textureHost for off-compositor-thread wr-render

Kevin Chen

  • bug 1329090 - Use invalid size in GrResourceProvider::createBuffer in firefox 51
    • Landed
  • bug 1325933 - Crash in nvwgf2um.dll | TCLSWrappers<T>::CLSDestroy
    • Wait for driver release
  • bug 1292273 - Crash in nvwgf2um.dll | BaseThreadInitThunk
    • Wait for driver release
  • bug 1328842 - Firefox Aurora version 50.1.0 on Linux is not redrawing after suspend state.
    • Studied
  • bug 1331274 - Crash in mozilla::gfx::DrawTargetD2D1::Fill
    • Review

Morris Tseng

  • bug 1328493 - Injecting DXGI resources to ANGLE as gl texture.
    • WIP
    • Windows cannot run webrender in my local. debug it.

Peter Chang

  • bug 1328231 - Replay WebRendercmds in WebRenderBridgeParent when OMTA is running
    • wip
    • Replay cmds work now, tries to update some fileds inside WRCmds to see what happenes

Vincent Liu

  • bug 1323122 - Upgrade 2.0.0 Webgl conformance tests to top-of-tree
    • landed
  • bug 1322741 - Crash in mozilla::layers::SyncObjectD3D11::Init
    • r+
  • bug 1329849 - crash at null [@DataAtOffset] in gfx/2d/DataSurfaceHelpers.cpp:91
    • r-/crash test
  • bug 1326337 - Intermittent browser/components/sessionstore/test/browser_forget_async_closings.js | application crashed [@ mozilla::CompositorVsyncDispatcher::AddRef] after Assertion failure: int32_t(mRefCnt) >= 0 (illegal refcnt)
    • Study
  • bug 1325259 - Assertion failure: [GFX1]: RGBX corner pixel at (423,51) in 846x103 surface is not opaque
    • Study
  • bug 1329432 - Intermittent dom/media/test/test_background_video_suspend.html | application crashed [@ RefPtr<mozilla::layers::ImageClient>::~RefPtr()][@ mozilla::layers::ImageLayerComposite::~ImageLayerComposite()]
    • Triaged.

Rule of Thumb

Status code: debug/wip/PTO/feedback/review/land/study