_EGLconfig vs __GLcontextModes
Brian Paul
brian.paul at tungstengraphics.com
Sun May 15 18:23:40 PDT 2005
Jon Smirl wrote:
> I'm trying to get the egl demo code working on the dumb framebuffer.
> To implement this I need to reconcile _EGLconfig vs __GLcontextModes
> since all of the mesa code wants __GLcontextModes and not _EGLconfig.
>
> Am I on the right track in _eglSetConfigAtrib()? How should all of the
> cases be filled out?
>
> How do we deal with EGLconfig being a subset of __GLcontextModes?
>
> The config code is below. I can post a working build if anyone is interested.
>
I'm just catching up on all the EGL mail from last week.
I think a simple function (or two) to convert between EGLconfig and
__GLcontextModes would be simplest.
I think we had something like that years ago when __GLcontextModes was
different from the Mesa GLvisual type.
-Brian
More information about the dri-egl
mailing list