Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Inter 945GM and Occlusion Query

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2011
    Posts
    2

    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/og..._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

  2. #2
    Junior Member Regular Contributor
    Join Date
    Aug 2007
    Location
    Adelaide, South Australia
    Posts
    203

    Re: Inter 945GM and Occlusion Query

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

  3. #3
    Advanced Member Frequent Contributor arekkusu's Avatar
    Join Date
    Nov 2003
    Posts
    676

    Re: Inter 945GM and Occlusion Query

    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.

  4. #4
    Junior Member Newbie
    Join Date
    Mar 2011
    Posts
    2

    Re: Inter 945GM and Occlusion Query

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •