Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I am not sure this is the right place to post up this kind of question, but can anyone tell me the difference between GLX and EGL? Thanks, Sam...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    1

    Difference between GLX and EGL

    Hi,

    I am not sure this is the right place to post up this kind of question, but

    can anyone tell me the difference between GLX and EGL?

    Thanks,

    Sam

  2. #2
    Linux Newbie
    Join Date
    Nov 2008
    Location
    Tokyo, Japan
    Posts
    243
    That's a pretty tough question if you don't want to tell us what you are trying to accomplish. EGL is for embedded systems, so it is smaller. It is fully implemented under the Mesa3D library.

    GLX is a project more closely related to X windows. It is mentioned in "The Red Book" and includes not just an API but a wire protocol for displaying over networked X servers, which you may not be necessary for you. GLX has drivers that can display EGL screens. However GLX it is not fully supported by Mesa3D.

    The best thing is to compare the two libraries specifications yourself. X.Org has a terse but informative glossary entry for both EGL and XGL.

Posting Permissions

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