Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge webrender branch #46

Merged
merged 14 commits into from Dec 22, 2015
Merged

Merge webrender branch #46

merged 14 commits into from Dec 22, 2015

Commits on Dec 9, 2015

  1. Add dpy to glx's NativeGLContextHandle

    This was causing sharing problems with my Mesa drivers, since if
    contexts are shared without using the same display the driver either
    aborts or displays garbage...
    emilio committed Dec 9, 2015
  2. Remove `layers` integration.

    emilio committed Dec 9, 2015
  3. platform: Port to egl and generate egl bindings also in linux

    This will help the task of splitting the backend from glx to egl, I
    think someone is doing that :P
    emilio committed Dec 9, 2015
  4. [wip] Add mac port

    I'm almost sure it won't compile, I've probably made a typo.
    emilio committed Dec 9, 2015
  5. Fix up libc usage

    gw3583 authored and emilio committed Dec 9, 2015
  6. ci: Try to reenable CI

    emilio committed Dec 9, 2015
  7. platform/egl: Improve EGL implementation

    emilio committed Dec 9, 2015
You can’t perform that action at this time.