Status: Assigned
Owner:
g...@chromium.org
Labels: Type-Bug Pri-2 Area-Internals OS-Mac Mstone-21 Feature-GPU-Internals
New issue 126592 by
g...@chromium.org: implement occlusion query on OSX
http://code.google.com/p/chromium/issues/detail?id=126592
Apparently OSX only supports GL_ARB_occlusion_query not
GL_ARB_occlusion_query2 which Chrome requires
The reason being that GL_ARB_occlusion_query isn't required to work since
the count can overflow. But whatever, We can implement it on top of
GL_ARB_occlusion_query