Platform/GFX/WebGL/Resources: Difference between revisions

From MozillaWiki
< Platform‎ | GFX‎ | WebGL
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
*[https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/webgl-conformance-tests.html Conformance Tests]
*[https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/webgl-conformance-tests.html Conformance Tests]
*[http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf GL ES 2.0 Spec]
*[http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf GL ES 2.0 Spec]
==Bug tracking==
We use the following Status Whiteboard keywords to track various WebGL-related bugs:
{| border="1"
! Status Whiteboard
! Description
! colspan="2"|Bugzilla queries
|-
| webgl-conformance
| Conformance bugs
| [https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-conformance;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Core Open bugs only]
| [https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-conformance;product=Core All bugs]
|-
| webgl-test-needed
| Missing conformance tests
| colspan="2"|[https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-test-needed;product=Core All bugs] <!-- For webgl-test-needed, searching for open bugs only isn't very useful, and can be misleading -->
|-
| webgl-extension
| Extension implementation bugs
| [https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-extension;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Core Open bugs only]
| [https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-extension;product=Core All bugs]
|-
| webgl-next
| Important items that don't fall in above categories
| [https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-next;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Core Open bugs only]
| [https://bugzilla.mozilla.org/buglist.cgi?classification=Components;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=webgl-next;product=Core All bugs]
|}


==2D Acceleration==
==2D Acceleration==

Revision as of 20:20, 9 April 2012

A collection of useful links to various things related to WebGL.

WebGL Spec

Bug tracking

We use the following Status Whiteboard keywords to track various WebGL-related bugs:

Status Whiteboard Description Bugzilla queries
webgl-conformance Conformance bugs Open bugs only All bugs
webgl-test-needed Missing conformance tests All bugs
webgl-extension Extension implementation bugs Open bugs only All bugs
webgl-next Important items that don't fall in above categories Open bugs only All bugs

2D Acceleration

Progressive Benchmarks

Benchmarks which update their score (FPS or otherwise) continuously while running.

Drawing transparent quads

Comparing Canvas with WebGL

FishIE

jmuizelaar's FishIE work: http://muizelaar.blogspot.com/2011/02/drawing-sprites-canvas-2d-vs-webgl.html

Finite Benchmarks

Benchmarks which present a score upon completion. (Are there any yet? -jgilbert)

Demos

Links