Re: Question about support for OpenGL 3.2 Core context
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users