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 9 of 9

Thread: Intel Laptops

  1. #1
    Advanced Member Frequent Contributor
    Join Date
    May 2001
    Posts
    573

    Intel Laptops

    Which of Intel built-in graphics chips has full reliable support of OpenGL 2.1? I assume Intel already supports Direct3D 9c and it works just fantastic.

  2. #2
    Super Moderator Frequent Contributor Groovounet's Avatar
    Join Date
    Jul 2004
    Posts
    936

    Re: Intel Laptops

    "reliable"? I would say none.

    Intel even have a good Direct3D 10 support. Saying that it's fantastic is maybe a bit excessive.

  3. #3
    Junior Member Regular Contributor
    Join Date
    Mar 2009
    Posts
    151

    Re: Intel Laptops

    Things will improve. OpenGL 3.0 is coming from Intel.

  4. #4
    Super Moderator Frequent Contributor Groovounet's Avatar
    Join Date
    Jul 2004
    Posts
    936

    Re: Intel Laptops

    Since when OpenGL 3.0 is an Intel thing? Oo
    Intel doesn't care at all about OpenGL

  5. #5
    Junior Member Newbie
    Join Date
    Oct 2010
    Location
    United States
    Posts
    8

  6. #6
    Senior Member OpenGL Guru
    Join Date
    May 2009
    Posts
    4,728

    Re: Intel Laptops

    That doesn't guarantee it will be a conformant OpenGL implementation. Merely that it will exist.

  7. #7
    Advanced Member Frequent Contributor
    Join Date
    Jan 2007
    Posts
    965

    Re: Intel Laptops

    The Intel 965 reports a GL_VERSION of 2.0 and the 4 series reports 2.1; that doesn't mean that they're reliable, merely that they work in most cases. I've personally run GLSL and VBO code on both and gotten decent enough performance considering, but a general rule of mine with these chips is that if you can't do it in D3D then you shouldn't attempt it in OpenGL. This means that you need to use 4-component BGRA formats all the way, don't write to the front buffer, etc.

    Personally if I knew I was going to be targetting one of these, and knew that cross-platform wasn't going to be an issue, I'd just use D3D instead.

  8. #8
    Senior Member OpenGL Guru
    Join Date
    May 2009
    Posts
    4,728

    Re: Intel Laptops

    The Intel 965 reports a GL_VERSION of 2.0 and the 4 series reports 2.1; that doesn't mean that they're reliable, merely that they work in most cases.
    Returning a driver version doesn't mean that it "works in most cases."

  9. #9
    Advanced Member Frequent Contributor
    Join Date
    Jan 2007
    Posts
    965

    Re: Intel Laptops

    Quote Originally Posted by Alfonse Reinheart
    Returning a driver version doesn't mean that it "works in most cases."
    Absolutely correct (even if it does make a mockery of the conformance testing process). My own experience of them however is that they do actually work in most cases.

Posting Permissions

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