Implementations/Firefox: Difference between revisions

From WebGL Public Wiki
Jump to navigation Jump to search
Created page with '= Mozilla Firefox Implementation Details = == Availability == * Installation instructions: # Download a [http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ Fi…'
(No difference)

Revision as of 00:21, 6 December 2009

Mozilla Firefox Implementation Details

Availability

  • Installation instructions:
  1. Download a Firefox nightly build
  2. Open about:config and search for "webgl"
  3. Double-click the "enabled_for_all_sites" preference to change it to "true"
  • Requires an OpenGL 2.0-capable GPU and drivers. In particular, most flavours of Intel's integrated GPUs will not work (such as the GMA900/GMA950 often found in laptops).
  • Software rendering through Mesa is possible; see this blog post for some instructions for Windows. To build Mesa on other platforms, make sure you build with MGL name mangling enabled, as the WebGL implementation will look for GL symbols prefixed with 'mgl'.

Status

  • Tracking the spec fairly closely
  • See bug list for known open issues

Reporting Bugs

Please use Mozilla's Bugzilla for reporting bugs in the Firefox WebGL implementation.