Implementations/Chrome: Difference between revisions

From WebGL Public Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


Supported as of Chrome 9 on Linux, Mac and Windows. See [[Getting a WebGL Implementation]] for information on obtaining and running a build.
Supported as of Chrome 9 on Linux, Mac and Windows. See [[Getting a WebGL Implementation]] for information on obtaining and running a build.
== Status ==
* Conformance tests
** Not yet passing 100% of tests (generally 97% or more on all platforms)
** Not yet exposing getContext("webgl") -- still getContext("experimental-webgl")
* Typed Arrays
** Everything supported except Float64Array


== Reporting Bugs ==
== Reporting Bugs ==
Line 7: Line 15:
If you can test on Mac OS X and the same failure occurs in the WebKit nightly builds, please file the bug on http://bugs.webkit.org/ under the component "WebGL".
If you can test on Mac OS X and the same failure occurs in the WebKit nightly builds, please file the bug on http://bugs.webkit.org/ under the component "WebGL".


If you don't have a Mac available, please file a bug on http://code.google.com/p/chromium/issues/list . Please add the label "3D-WebGL" to the bug so it will be categorized appropriately. Feel free to CC: kbr at chromium dot org.
If you don't have a Mac available, please file a bug on http://code.google.com/p/chromium/issues/list . Please add, if possible, the labels "Area-Internals", "Internals-Graphics", and "Feature-GPU-WebGL" to the bug so it will be categorized appropriately. Feel free to CC: or email the bug ID to kbr at chromium dot org.

Revision as of 20:37, 17 March 2011

Availability

Supported as of Chrome 9 on Linux, Mac and Windows. See Getting a WebGL Implementation for information on obtaining and running a build.

Status

  • Conformance tests
    • Not yet passing 100% of tests (generally 97% or more on all platforms)
    • Not yet exposing getContext("webgl") -- still getContext("experimental-webgl")
  • Typed Arrays
    • Everything supported except Float64Array

Reporting Bugs

If you can test on Mac OS X and the same failure occurs in the WebKit nightly builds, please file the bug on http://bugs.webkit.org/ under the component "WebGL".

If you don't have a Mac available, please file a bug on http://code.google.com/p/chromium/issues/list . Please add, if possible, the labels "Area-Internals", "Internals-Graphics", and "Feature-GPU-WebGL" to the bug so it will be categorized appropriately. Feel free to CC: or email the bug ID to kbr at chromium dot org.