[Mesa-users] Question about support for OpenGL 3.2 Core context

Brian Paul brianp at vmware.com
Fri Dec 11 16:45:20 PST 2015


On 12/11/2015 02:22 PM, Ken Martin wrote:
> OK so the specific failure point appears to be OSMesa with llvmpipe. For
> some reason we are getting a 3.0 context instead of 3.2. I am not sure
> how to request a 3.2 context from OS mesa. We are just doing a
> OSMesaCreateContext(GL_RGBA,0) Is there an argument or build option to
> get 3.2?

Hmm, I think we'll have to add a new version of OSMesaCreateContext to 
be able to specify a core profile so that GL 3.3 can be used.  If I do 
that, can you adapt your code to use the new entrypoint?

Otherwise, I'd have to hack something.  Maybe an env var.

-Brian



More information about the mesa-users mailing list