[Webkit-unassigned] [Bug 129090] WebGL EXT_disjoint_timer_query may now be implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 28 02:41:04 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129090





--- Comment #2 from Florian Bösch <pyalot at gmail.com>  2014-02-28 02:38:10 PST ---
This extension can be implemented by a UA if either any one of these conditions is met:

- The OpenGL 3.3 core profile is supported: https://www.opengl.org/registry/doc/glspec33.core.20100311.pdf
- ARB_timer_query is supported: https://www.opengl.org/registry/specs/ARB/timer_query.txt
- Direct3D 9 is supported: http://msdn.microsoft.com/en-us/library/windows/desktop/bb147308(v=vs.85).aspx
- The OpenGL ES EXT_disjoint_timer_query is supported: http://www.khronos.org/registry/gles/extensions/EXT/EXT_disjoint_timer_query.txt

The disjoint behavior lacking from ARB_timer_query and OpenGL 3.3 core can be emulated by the UA.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list