Closed
Bug 1308057
Opened 7 years ago
Closed 7 years ago
Merge WebGLTimerQuery into WebGLQuery
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: jgilbert, Assigned: jgilbert)
References
()
Details
(Keywords: dev-doc-complete, Whiteboard: gfx-noted)
Attachments
(1 file, 11 obsolete files)
39 bytes,
text/plain
|
gchang
:
approval-mozilla-aurora+
gchang
:
approval-mozilla-beta+
|
Details |
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8798267 [details] Bug 1308057 - Update bindings. - https://reviewboard.mozilla.org/r/83778/#review82344
Attachment #8798267 -
Flags: review?(kyle) → review+
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8798265 [details] Bug 1308057 - retvals should start null, and missing return. - https://reviewboard.mozilla.org/r/83774/#review82346
Attachment #8798265 -
Flags: review?(ethlin) → review+
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8798266 [details] Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - https://reviewboard.mozilla.org/r/83776/#review82408 ::: dom/canvas/WebGL2ContextQueries.cpp:134 (Diff revision 1) > - return; > + return ErrorInvalidOperation("%s: Query target already active.", funcName); > > - WebGLRefPtr<WebGLQuery>& querySlot = GetQuerySlotByTarget(target); > + //// > - WebGLQuery* activeQuery = querySlot.get(); > > - if (!activeQuery || target != activeQuery->mType) > + if (!query->BeginQuery(target)) I think you should pass 'funcName' to BeginQuery() and remove the 'funcName' in WebGLQuery::BeginQuery.
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8798266 [details] Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - https://reviewboard.mozilla.org/r/83776/#review82414
Attachment #8798266 -
Flags: review?(ethlin) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 21•7 years ago
|
||
mozreview-review |
Comment on attachment 8809630 [details] Bug 1308057 - WebGL objects should not be no-interface. - https://reviewboard.mozilla.org/r/92166/#review92178
Attachment #8809630 -
Flags: review?(kyle) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 28•7 years ago
|
||
mozreview-review |
Comment on attachment 8809628 [details] Bug 1308057 - EXT_disjoint_timer_query is no longer Draft. - https://reviewboard.mozilla.org/r/92162/#review92560
Attachment #8809628 -
Flags: review?(ethlin) → review+
Comment 29•7 years ago
|
||
mozreview-review |
Comment on attachment 8809631 [details] Bug 1308057 - Fix errors. - https://reviewboard.mozilla.org/r/92168/#review92562
Attachment #8809631 -
Flags: review?(ethlin) → review+
Comment 30•7 years ago
|
||
mozreview-review |
Comment on attachment 8809669 [details] Bug 1308057 - GPU_DISJOINT shouldn't assert the ext. - https://reviewboard.mozilla.org/r/92210/#review92564
Attachment #8809669 -
Flags: review?(ethlin) → review+
Comment 31•7 years ago
|
||
mozreview-review |
Comment on attachment 8809633 [details] Bug 1308057 - Use pointer-to-query-slot for is-active status. DeleteQuery should clear its slot if it has one. - https://reviewboard.mozilla.org/r/92172/#review92566
Attachment #8809633 -
Flags: review?(ethlin) → review+
Comment 32•7 years ago
|
||
mozreview-review |
Comment on attachment 8809632 [details] Bug 1308057 - GetQuery(CURRENT_QUERY) should return null for target mismatch, for targets that share the same slot. - https://reviewboard.mozilla.org/r/92170/#review92568
Attachment #8809632 -
Flags: review?(ethlin) → review+
Comment 33•7 years ago
|
||
mozreview-review |
Comment on attachment 8809629 [details] Bug 1308057 - Update tests. - https://reviewboard.mozilla.org/r/92164/#review92570
Attachment #8809629 -
Flags: review?(ethlin) → review+
Assignee | ||
Comment 34•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8798266 [details] Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - https://reviewboard.mozilla.org/r/83776/#review82408 > I think you should pass 'funcName' to BeginQuery() and remove the 'funcName' in WebGLQuery::BeginQuery. If it's not there with the recent updates, we can look at doing this in a later cleanup.
Comment 35•7 years ago
|
||
Pushed by jgilbert@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/7bba645e82e8 Convert WebGLExtensionDisjointTimerQuery.cpp to 4-space. https://hg.mozilla.org/integration/mozilla-inbound/rev/e8992921aab5 retvals should start null, and missing return. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/0d8ce263df30 Merge WebGLTimerQuery into WebGLQuery. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/356190415401 Update bindings. - r=qdot https://hg.mozilla.org/integration/mozilla-inbound/rev/c4e073f1cb11 EXT_disjoint_timer_query is no longer Draft. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/2c047b0aadea Update tests. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/8b8f6b2d3982 WebGL objects should not be no-interface. - r=qdot https://hg.mozilla.org/integration/mozilla-inbound/rev/562012ee3497 Fix errors. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/f4437f996855 GetQuery(CURRENT_QUERY) should return null for target mismatch, for targets that share the same slot. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/16ab7b5f3a08 Use pointer-to-query-slot for is-active status. DeleteQuery should clear its slot if it has one. - r=ethlin https://hg.mozilla.org/integration/mozilla-inbound/rev/216accfaadc2 GPU_DISJOINT is false unless we have the ext. - r=ethlin
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8798265 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8798266 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8798267 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809628 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809629 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809630 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809631 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809632 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809633 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8809669 -
Attachment is obsolete: true
Comment 37•7 years ago
|
||
Pushed by jgilbert@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/6175d2094ebf Add to interface list. - r=qdot
Comment 38•7 years ago
|
||
mozreview-review |
Comment on attachment 8798264 [details] Bug 1308057 - Add to interface list. - https://reviewboard.mozilla.org/r/83772/#review92848
Attachment #8798264 -
Flags: review?(kyle) → review+
Comment 39•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7bba645e82e8 https://hg.mozilla.org/mozilla-central/rev/e8992921aab5 https://hg.mozilla.org/mozilla-central/rev/0d8ce263df30 https://hg.mozilla.org/mozilla-central/rev/356190415401 https://hg.mozilla.org/mozilla-central/rev/c4e073f1cb11 https://hg.mozilla.org/mozilla-central/rev/2c047b0aadea https://hg.mozilla.org/mozilla-central/rev/8b8f6b2d3982 https://hg.mozilla.org/mozilla-central/rev/562012ee3497 https://hg.mozilla.org/mozilla-central/rev/f4437f996855 https://hg.mozilla.org/mozilla-central/rev/16ab7b5f3a08 https://hg.mozilla.org/mozilla-central/rev/216accfaadc2 https://hg.mozilla.org/mozilla-central/rev/6175d2094ebf
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Assignee | ||
Comment 40•7 years ago
|
||
Approval Request Comment [Feature/Bug causing the regression]: webgl2 [User impact if declined]: [Is this code covered by automated tests?]: [Has the fix been verified in Nightly?]: [Needs manual test from QE? If yes, steps to reproduce]: [List of other uplifts needed for the feature/fix]: [Is the change risky?]: [Why is the change risky/not risky?]: [String changes made/needed]:
Attachment #8798264 -
Attachment is obsolete: true
Attachment #8818744 -
Flags: approval-mozilla-beta?
Attachment #8818744 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•7 years ago
|
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Comment 41•7 years ago
|
||
Comment on attachment 8818744 [details]
all patches in this bug
WebGL2 related patch. Beta51+ & Aurora52+. Should be in 51 beta 8.
Attachment #8818744 -
Flags: approval-mozilla-beta?
Attachment #8818744 -
Flags: approval-mozilla-beta+
Attachment #8818744 -
Flags: approval-mozilla-aurora?
Attachment #8818744 -
Flags: approval-mozilla-aurora+
Comment 42•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/c8944ebd2973 https://hg.mozilla.org/releases/mozilla-aurora/rev/7b600647e529 https://hg.mozilla.org/releases/mozilla-aurora/rev/e7f109a5724b https://hg.mozilla.org/releases/mozilla-aurora/rev/874ebcc40dcf https://hg.mozilla.org/releases/mozilla-aurora/rev/1f6791e014b8 https://hg.mozilla.org/releases/mozilla-aurora/rev/fba9f42b93cf https://hg.mozilla.org/releases/mozilla-aurora/rev/f1eabab447ab https://hg.mozilla.org/releases/mozilla-aurora/rev/2f70bfc49114 https://hg.mozilla.org/releases/mozilla-aurora/rev/6ab791de5580 https://hg.mozilla.org/releases/mozilla-aurora/rev/97822c800e0c https://hg.mozilla.org/releases/mozilla-aurora/rev/c978d78af5f6 https://hg.mozilla.org/releases/mozilla-aurora/rev/81743ff18b2f
Comment 43•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/fbfb8e74b671 https://hg.mozilla.org/releases/mozilla-beta/rev/11fdb53773a4 https://hg.mozilla.org/releases/mozilla-beta/rev/a477acdc47fc https://hg.mozilla.org/releases/mozilla-beta/rev/caac8397ef45 https://hg.mozilla.org/releases/mozilla-beta/rev/5290efeb547a https://hg.mozilla.org/releases/mozilla-beta/rev/2c11e7933e7b https://hg.mozilla.org/releases/mozilla-beta/rev/74776ba603a2 https://hg.mozilla.org/releases/mozilla-beta/rev/2e07b9f4c097 https://hg.mozilla.org/releases/mozilla-beta/rev/147f7b9a5a14 https://hg.mozilla.org/releases/mozilla-beta/rev/297484ad6f71 https://hg.mozilla.org/releases/mozilla-beta/rev/6f9124acacdb https://hg.mozilla.org/releases/mozilla-beta/rev/3404e9087c8d
Comment 44•7 years ago
|
||
Redirected https://developer.mozilla.org/en-US/docs/Web/API/WebGLTimerQueryEXT to https://developer.mozilla.org/en-US/docs/Web/API/WebGLQuery Updated reference docs to mention WebGLQuery instead of WebGLTimerQueryEXT and to mention Fx51 instead of being behind a flag: https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/createQueryEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/deleteQueryEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/isQueryEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/beginQueryEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/endQueryEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/queryCounterEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/getQueryEXT https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query/getQueryObjectEXT Developer release notes entry: https://developer.mozilla.org/en-US/Firefox/Releases/51#WebGL Also filed bug 1328882 about EXT_disjoint_timer_query_webgl2.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•