Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
0e4e570caee9f857d13e35a9f4c78d52343872d7
/
libweston
/
compositor-wayland.c
dbfd248
libweston: Allow compositor-wayland to use wl_surface_damage_buffer
by Derek Foreman
· 8 years ago
fec723e
compositor-wayland: Properly dealloc mmap data using munmap
by Raúl Peñacoba
· 8 years ago
eaa7358
compositor-wayland: Call weston_compositor_exit when receiving an xdg toplevel close event
by Sergi Granell
· 8 years ago
ed016bf
compositor-wayland: Call set_window_geometry when using zxdg_shell_v6
by Sergi Granell
· 8 years ago
7fecb43
compositor-wayland: Check the return value of wayland_output_create_common
by Sergi Granell
· 8 years ago
2dcbb8d
compositor-wayland: Refactor struct wayland_output::name usage
by Sergi Granell
· 8 years ago
b1f166d
Allow backends to group repaint flushes
by Daniel Stone
· 8 years ago
23e1d6f
libweston: Properly namespace backends entrypoint
by Quentin Glidic
· 9 years ago
b08e1a5
compositor-wayland: Support building without EGL
by Armin Krezović
· 9 years ago
698f9bf
compositor-wayland: Destroy cursor images earlier
by Daniel Stone
· 9 years ago
21fac60
compositor-wayland: Set frame callback for Pixman
by Daniel Stone
· 9 years ago
89c2f63
compositor-wayland: Fix a use after free
by Dima Ryazanov
· 9 years ago
3447619
compositor-wayland: Port to xdg-shell-v6
by Armin Krezović
· 9 years ago
2e66252
compositor-wayland: Destroy shm buffers on output disable
by Armin Krezović
· 9 years ago
78895c5
compositor-wayland: Properly clean up on backend destroy
by Armin Krezović
· 9 years ago
f054d35
compositor-wayland: Simplify fullscreen output surface handling
by Armin Krezović
· 9 years ago
f16de17
compositor-wayland: Move vfunc setting from set_size to enable
by Armin Krezović
· 9 years ago
41700e3
gl-renderer: Add <platform_attribs> param to gl_renderer_display_create
by Miguel A. Vico
· 9 years ago
c095cde
gl-renderer: Rename gl_renderer::output_create to output_window_create
by Miguel A. Vico
· 9 years ago
dddc670
gl-renderer: Rename gl_renderer_create to gl_renderer_display_create
by Miguel A. Vico
· 9 years ago
2045016
compositor-wayland: Convert fullscreen flag to bool
by Armin Krezović
· 9 years ago
2d321e3
compositor-wayland: Convert draw_initial_frame to boolean
by Armin Krezović
· 9 years ago
7f1c0b8
compositor-wayland: Convert sprawl flag to boolean
by Armin Krezović
· 9 years ago
7e71b87
compositor-wayland: Convert use-pixman flag to boolean
by Armin Krezović
· 9 years ago
c950667
libweston: include weston-egl-ext.h in drm, x11 and wayland compositor
by Vincent Abriou
· 9 years ago
4008740
weston: Rename weston_output_init_pending() to weston_output_init()
by Armin Krezović
· 9 years ago
174448a
weston: Port Wayland backend to new output handling API
by Armin Krezović
· 9 years ago
d8b17bc
share/cairo-util: Use wl_pointer_button_state enum directly
by Quentin Glidic
· 9 years ago
85571a3
compositor-wayland: Only destroy the egl_window when using GLES.
by Emmanuel Gil Peyrot
· 9 years ago
938dc52
compositor-wayland: Use non-cast functions to retrieve backend and output objects
by Armin Krezović
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/compositor-wayland.c]
e51647f
compositor-wayland: Correct output base make name
by Yong Bakos
· 9 years ago
a256c5e
libweston: remove unused backend_init() arguments
by Pekka Paalanen
· 9 years ago
3ff10da
compositor-wayland: move configuration parsing to weston main.c
by Benoit Gschwind
· 9 years ago
e091b45
compositor-wayland: add versionning to config structure
by Benoit Gschwind
· 9 years ago
5dfce19
compositor-wayland: rename misleading output arg of weston_wayland_output_config_init
by Benoit Gschwind
· 9 years ago
37c6a1f
compositor-wayland: rename wayland_output_init_from_config
by Benoit Gschwind
· 9 years ago
676841d
compositor-wayland: fix spacing and lines wraping
by Benoit Gschwind
· 9 years ago
639322a
compositor-wayland: put configuration structure in separate header
by Benoit Gschwind
· 9 years ago
cd63b3e
compositor-wayland: split backend_init
by Benoit Gschwind
· 9 years ago
830b788
compositor-wayland: split wayland_output_create_for_config
by Benoit Gschwind
· 9 years ago
244ff79
compositor-wayland: move config parsing in create_cursor
by Benoit Gschwind
· 9 years ago
3a49b51
compositor-wayland: use new config struture to create backend
by Benoit Gschwind
· 9 years ago
079b626
compositor-wayland: fix memory leak of display_name
by Benoit Gschwind
· 9 years ago
37a6807
compositor-wayland: create a basic config structure to use in new init API
by Benoit Gschwind
· 9 years ago
90a6fc6
input: use doubles in the interfaces to notify of input events
by Giulio Camuffo
· 9 years ago
b00c79b
protocol: migrate to stable presentation-time.xml
by Pekka Paalanen
· 9 years ago
87743e9
Support axis source, axis discrete, frame and axis stop events
by Peter Hutterer
· 9 years ago
89b6a49
Add a weston_pointer_axis_event
by Peter Hutterer
· 9 years ago
748c695
compositor-wayland: Add touch support
by Derek Foreman
· 10 years ago
cfce7d0
compositor-wayland: Properly release input resources when caps change
by Derek Foreman
· 10 years ago
496adb3
Use fullscreen-shell.xml from wayland-protocols
by Jonas Ådahl
· 10 years ago
4bcc54d
compositor-wayland: Change focus to a bool instead of an int
by Derek Foreman
· 10 years ago
93daabb
compositor: pass the backend config struct to the backends init function
by Giulio Camuffo
· 10 years ago
90eea27
compositor-wayland: Terminate weston_log error message
by Chris Michael
· 10 years ago
c59f18e
compositor-wayland: Expose zlinux_dmabuf
by Emmanuel Gil Peyrot
· 10 years ago
82d4925
backends: don't destroy renderer and output twice
by Dawid Gajownik
· 10 years ago
1281a36
input: Don't test keyboard/pointer/touch pointers
by Derek Foreman
· 10 years ago
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
f53beb8
compositor-wayland: Use the correct list pointer when freeing shm buffers
by Derek Foreman
· 10 years ago
459137b
compositor: add API to manage compositor instances
by Giulio Camuffo
· 11 years ago
954f183
compositor: introduce struct weston_backend
by Giulio Camuffo
· 11 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
b7e70af
compositor-wayland: Code cleanup
by Dima Ryazanov
· 10 years ago
01d5c02
compositor-wayland: Handle window close events more gracefully
by Dima Ryazanov
· 10 years ago
e76f185
gl-renderer: Take a list of acceptable formats in create functions
by Derek Foreman
· 10 years ago
b114715
compositor: send the output_created signal after inserting it in the list
by Giulio Camuffo
· 10 years ago
04f8a9b
compositor-wayland: ignore frame callback's time
by Pekka Paalanen
· 10 years ago
74eed31
gl-renderer: call supports() automatically in create()
by Jonny Lamb
· 10 years ago
ace6920
compositor-{drm, wayland, x11}: remove useless tests for ->supports
by Jonny Lamb
· 10 years ago
a3e6a4a
gl-renderer: move all EGL_PLATFORM_* defines here
by Jonny Lamb
· 10 years ago
62185f4
compositor-{drm, x11, wayland}: stop including EGL headers here
by Jonny Lamb
· 10 years ago
671148f
gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces
by Jonny Lamb
· 10 years ago
70eba3f
gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay
by Jonny Lamb
· 10 years ago
363aa7b
compositor: set presentation.presented flags
by Pekka Paalanen
· 11 years ago
64a3df0
backends: refactor transform string parsing
by Derek Foreman
· 11 years ago
b5eedad
compositor: set and use the presentation clock everywhere
by Pekka Paalanen
· 11 years ago
c9c7415
Don't protect xkb_*_unref from NULL
by Ran Benita
· 11 years ago
2e1968f
Replace deprecated xkbcommon symbols with current names
by Ran Benita
· 11 years ago
497994a
compositor-wayland: listen to repeat_info and save values to pass on
by Jonny Lamb
· 11 years ago
6ac60c1
compositor-wayland: Fix compiler warning
by Thierry Reding
· 11 years ago
a1e887b
comp-wayland: use safe foreach when destroying outputs
by U. Artie Eoff
· 11 years ago
d8d4701
compositor-wayland: avoid possible NULL deref in handle_keymap
by U. Artie Eoff
· 11 years ago
67072d0
compositor-wayland: assign the correct mode
by U. Artie Eoff
· 11 years ago
8cbd8f3
compositor-wayland: free output before returning
by U. Artie Eoff
· 11 years ago
bfd74f4
Check zalloc return for out of memory situation
by Bryce W. Harrington
· 11 years ago
b7d9f2e
compositor-wayland: Properly handle running inside a compositor that does not provide keymaps
by Jason Ekstrand
· 11 years ago
e4ca8b0
compositor-wayland: Add a --sprawl option
by Jason Ekstrand
· 11 years ago
53ee0dc
compositor-wayland: Add support for running on top of wl_fullscreen_shell
by Jason Ekstrand
· 11 years ago
a093502
compositor: Use weston_log rather than perror for error messages
by Bryce W. Harrington
· 11 years ago
842a36a
Check return value of wl_cursor functions
by Hardening
· 11 years ago
77c1a5b
Add support for having different GBM formats for different outputs
by Neil Roberts
· 11 years ago
ff75500
compositor-wayland: free 'theme' config option value
by U. Artie Eoff
· 11 years ago
1a08d11
compositor-wayland: don't free unallocated memory
by U. Artie Eoff
· 11 years ago
1853676
compositor: Destroy renderer in weston_compositor_shutdown()
by Ander Conselvan de Oliveira
· 12 years ago
7395ea0
input: Move the xkb fields from weston_seat to weston_keyboard
by Jonas Ådahl
· 12 years ago
dd8b88d
Wayland backend: set the opaque region when starting fullscreen
by Axel Davy
· 12 years ago
Next »