Summary: |
Make EGLUT-Wayland code catch up with latest stable Wayland (1.2) |
Product: |
Mesa
|
Reporter: |
manuel.BACHMANN <manuel.bachmann> |
Component: |
Demos | Assignee: |
mesa-dev |
Status: |
RESOLVED
MOVED
|
QA Contact: |
|
Severity: |
major
|
|
|
Priority: |
medium
|
|
|
Version: |
git | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
eglut-wayland12.patch
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 85492 [details] eglut-wayland12.patch Current EGLUT helper code (used to compile the "es2gears" demo e.g) breaks with Wayland 1.2.0 and later. (the Wayland API has been significantly revised between 1.0 and 1.2) Please consider the attached patch, which allows "libeglut_wayland" to compile again and examples to run against it. There is still a problem : demo starts but doesn't refresh (only the first frame shows). I guess I missed something in a callback. Any insight on this topic is welcome.