Inter 945GM and Occlusion Query

Hello Forum,

I need a firm answer on this please. I am unable to run occlusion query (project file with exe on this link http://www.codesampler.com/oglsrc/oglsrc_7.htm http://www.codesampler.com/source/ogl_occlusion_query_arb.zip).

I am using Intel 945GM Express chipset graphics card with maximum supported OpenGL version 1.4. Is this because of the hardware or OpenGL version which may prevents running occlusion query extension or am I missing something else?

Thanks in advance

Wailo

The Intel 945GM is a very low-level GPU and does not support occlusion queries.

This is a hardware limitation.

The Mac driver for i945 supports a bunch of GL1.5/2.0/2.1/3.0 features like shadow funcs, GLSL, sRGB, PBO, FBO, etc. But it can still only claim GL1.4, because occlusion query is not supported.

Thank you Simon and Arekkusu for your answers :slight_smile: I was looking to get the pixel count with occlusion query, think I have no choice but to use glReadPixel()

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.