Announcement

Collapse
No announcement yet.

Wayland Platform Support For Mesa's EGL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Nobu
    replied
    Or, as was said in the e-mail linked to in the article, a header file was added (to wayland) which may be used by other programs that wish to use EGL/Wayland. The header defines what applications have to implement. It interfaces with a corresponding library (the patch sent to the mesa-dev list) in mesa. (paraphrasing/making things up as I go, source: mesa-dev, mesa-patch)

    Leave a comment:


  • elanthis
    replied
    EGL is an API to talk to a windowing system to get a rendering context.

    It can sit directly above the hardware drivers. This is what Wayland has been using. It lets Wayland get a rendering context from Gallium so it can actually composite windows to your display framebuffer.

    The actual applications need to get a context too, though. On X, they use GLX to ask the X server to return a context associated with an X window. On Wayland, GLX does not exist or even make sense. So some other API needs to be used by client applications. Wayland could invent some new proprietary context API, like GLX or WGL or AGL. Or it could just use this neat existing API called EGL that it's already using itself.

    So EGL can be used by client applications to ask Wayland for a rendering context. That means that the system EGL library needs to know how to ask Wayland for a context. That's what this patch implements.

    EGL can already be used over X11 or Windows or so on. EGL requires some small glue to connect it to the native system (be that a complete windowing system or a low-level driver/framebuffer abstraction like KMS). This is just the glue for Wayland.

    Leave a comment:


  • FireBurn
    replied
    Originally posted by smitty3268 View Post
    It sounds like it allows Mesa to run inside Wayland now? I thought that was already possible, though.
    That's what I mean. Wayland started using EGL as soon as it stopped using eagle

    Leave a comment:


  • smitty3268
    replied
    What does this mean?

    It sounds like it allows Mesa to run inside Wayland now? I thought that was already possible, though.

    Leave a comment:


  • Drago
    replied
    Be cool, I don;t know even what it means

    Leave a comment:


  • FireBurn
    replied
    I'm not sure that even makes sense

    Leave a comment:


  • phoronix
    started a topic Wayland Platform Support For Mesa's EGL

    Wayland Platform Support For Mesa's EGL

    Phoronix: Wayland Platform Support For Mesa's EGL

    Benjamin Franzke, an independent open-source developer, has published patches that provides Wayland EGL support for Mesa. This provides a EGL Wayland platform library so that it can be used by this new display server as an alternative to X...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
Working...
X