You are not logged in.

#1 2012-10-21 20:16:48

tiffany
Member
Registered: 2012-10-21
Posts: 4

No OpenGL 3.1 with Mesa 9.0?

I have Mesa 9.0 installed, and was very much looking forward to GL 3.1 support, but I don't seem to be able to use it? I have a i3-2330M sandybridge CPU, with intel integrated graphics.

$ glewinfo | head -n8
---------------------------
    GLEW Extension Info
---------------------------

GLEW version 1.8.0
Reporting capabilities of display :0, visual 0x9c
Running on a Mesa DRI Intel(R) Sandybridge Mobile  from Intel Open Source Technology Center
OpenGL version 3.0 Mesa 9.0 is supported

Offline

#2 2012-11-04 14:09:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: No OpenGL 3.1 with Mesa 9.0?

http://www.mesa3d.org/relnotes-9.0.html says

Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 3.1. OpenGL 3.1 is only available if requested at context creation because GL_ARB_compatibility is not supported.

so maybe that's why.

Offline

#3 2012-11-04 22:56:13

tiffany
Member
Registered: 2012-10-21
Posts: 4

Re: No OpenGL 3.1 with Mesa 9.0?

But, when I run windows, my driver goes up to GL 3.1, and I can run 3.1 programs just fine. I thought the intel driver was supposed to come with 3.1 support for mesa 9.0?

Offline

#4 2012-11-04 23:44:48

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,491

Re: No OpenGL 3.1 with Mesa 9.0?

Have a look here, Their definition of OpenGL 3.1 support does not seem to fully extend to their linux end-users, that's how one might read that.

It also states there those "GL_ARB" compatibility features karol quotes are available in the windows driver. So, thats possibly why your question arises.

Offline

Board footer

Powered by FluxBB