- 17 Oct, 2014 9 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 16 Oct, 2014 31 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Follow the spec and correctly handle text encoding
-
Francois Cartegnie authored
-
Francois Cartegnie authored
And fix reading
-
Francois Cartegnie authored
And enforce handler
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Those two callbacks only exist in wl_output version 2. VLC uses version 1 only so far.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In practice, video output display plugins return an error when they do not support arbitrary sizes. However nowadays, this control is requested only when the video output or the video window report a change of size. That cannot be allowed to fail: the display size is what it is regardless of the result of the control request.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This enables OpenGL/OpenGL ES through Wayland.
-
Rémi Denis-Courmont authored
At least the Wayland EGL backend needs to be notified of the size of the window (which is independent of glViewport()). This could conceivably also be implemented with a call to glGetIntegerv(GL_VIEWPORT), but that would introduce a dependency on the GL - which the EGL plugin has avoided so far.
-