Confirmed users
753
edits
Jprosevear (talk | contribs) No edit summary |
|||
| Line 32: | Line 32: | ||
| WebGL makes OpenGL style 3D rendering available on the web, including the ability to create shaders. | | WebGL makes OpenGL style 3D rendering available on the web, including the ability to create shaders. | ||
WebGL has an optional anti-aliasing hint | WebGL has an optional anti-aliasing hint which is not supported in Mozilla. We need to support this in order to improve rendering in WebGL. | ||
Long running shaders can create DOS attacks. Graphics drivers are rolling out support for the ARB_robustness extension (http://www.opengl.org/registry/specs/ARB/robustness.txt) though, which mitigates this attack. The Mozilla code base needs to add support for these extensions. | Long running shaders can create DOS attacks. Graphics drivers are rolling out support for the ARB_robustness extension (http://www.opengl.org/registry/specs/ARB/robustness.txt) though, which mitigates this attack. The Mozilla code base needs to add support for these extensions. | ||