Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
925788fc76499290329863c0954275b74955b3a5
/
libweston
/
compositor.c
925788f
Update copyrights for Collabora and General Electric Company
by Pekka Paalanen
· 7 years ago
8dc6db8
libweston: require connected heads for input devices
by Pekka Paalanen
· 7 years ago
a010699
libweston: log head detach on enabled output
by Pekka Paalanen
· 8 years ago
dcac351
libweston: allow attaching heads to enabled outputs
by Pekka Paalanen
· 8 years ago
37b7c6e
libweston: support user data on weston_output
by Pekka Paalanen
· 8 years ago
1ae9d08
libweston: create/find output by name
by Pekka Paalanen
· 8 years ago
3e8f201
libweston: print head names on output enable
by Pekka Paalanen
· 8 years ago
42c0e14
libweston: remove weston_output::head
by Pekka Paalanen
· 8 years ago
dcbcfc7
libweston: cancel idle_repaint on output destroy
by Pekka Paalanen
· 8 years ago
586e1ac
libweston: assert current_mode in weston_output_enable()
by Pekka Paalanen
· 8 years ago
ec25b0a
libweston: assert make/model in weston_output_enable()
by Pekka Paalanen
· 8 years ago
ddce54d
libweston: stop auto-adding the implicit head
by Pekka Paalanen
· 8 years ago
8a8dcac
libweston: remove output_pending_signal
by Pekka Paalanen
· 8 years ago
e19970f
libweston: add weston_head_is_device_changed() API
by Pekka Paalanen
· 8 years ago
2e1bedb
libweston: add weston_head destroy signal
by Pekka Paalanen
· 8 years ago
992a8cb
libweston: new head-based output management API
by Pekka Paalanen
· 8 years ago
37e6c9e
libweston: add heads_changed_signal
by Pekka Paalanen
· 8 years ago
1adcbac
libweston: add compositor list of heads
by Pekka Paalanen
· 8 years ago
8e552fd
libweston: add weston_head_is_enabled()
by Pekka Paalanen
· 7 years ago
7fe858b
libweston: add weston_head::connected
by Pekka Paalanen
· 8 years ago
9b02e47
libweston: add name to weston_head
by Pekka Paalanen
· 8 years ago
cf0a476
cms-colord: find a good head
by Pekka Paalanen
· 8 years ago
06f99ef
libweston: strdup head make, model, serial_number
by Pekka Paalanen
· 8 years ago
d9dcc6d
libweston: properly orphan wl_output resources
by Pekka Paalanen
· 8 years ago
7cdbabe
libweston: introduce weston_output::head_list
by Pekka Paalanen
· 8 years ago
6528c03
libweston: refactor weston_mode_switch_finish
by Pekka Paalanen
· 8 years ago
055c113
libweston: make wl_output point to weston_head
by Pekka Paalanen
· 8 years ago
0534762
libweston: use head in wl_output global
by Pekka Paalanen
· 8 years ago
1b9bf59
libweston: move wl_output to weston_head
by Pekka Paalanen
· 8 years ago
01f6021
libweston: introduce weston_head
by Pekka Paalanen
· 8 years ago
e479ed8
compositor: initialize ret in repaint_timer_handler
by Emre Ucan
· 7 years ago
6dba368
compositor: do not free output region twice in weston_output_set_transform()
by Ilia Bozhinov
· 7 years ago
df9278a
libweston/compositor: Place timeline recording after checking if stamp is valid
by Marius Vlad
· 7 years ago
8564a0d
compositor: Implement runtime output transform changes
by Ilia Bozhinov
· 8 years ago
10d708d
shared: Add timespec_to_proto helper function
by Alexandros Frantzis
· 8 years ago
409b01f
libweston: Use struct timespec for compositor time
by Alexandros Frantzis
· 8 years ago
47e79c8
libweston: Use struct timespec for key events
by Alexandros Frantzis
· 8 years ago
e6ac2af
libweston: Use struct timespec for the output presentation timestamp
by Alexandros Frantzis
· 8 years ago
8250a61
build,libweston: Use struct timespec for animations
by Alexandros Frantzis
· 8 years ago
d7e3511
libweston: ensure backend is not loaded twice
by Pekka Paalanen
· 8 years ago
ae6d35d
libweston: rename weston_output_destroy() to weston_output_release()
by Pekka Paalanen
· 8 years ago
01e0068
libweston: send more wl_surface.enter/leave events
by Pekka Paalanen
· 8 years ago
26ac2e1
libweston: weston_output_init(..., +name)
by Pekka Paalanen
· 8 years ago
4270414
libweston: move weston_output::mode_list init to core
by Pekka Paalanen
· 8 years ago
3052bc7
compositor: fix starvation of wl_buffer::release
by Matt Hoosier
· 8 years ago
9ffb250
libweston: introduce weston_output_from_resource()
by Pekka Paalanen
· 8 years ago
4b582c7
libweston: extend output->region lifetime
by Pekka Paalanen
· 8 years ago
2210ad0
libweston: move globals to weston_compositor_add_output()
by Pekka Paalanen
· 8 years ago
3d2d497
libweston: move output id into add/remove_output()
by Pekka Paalanen
· 8 years ago
cc201e4
libweston: prevent double weston_output_enable()
by Pekka Paalanen
· 8 years ago
7f340ff
libweston: specify weston_output::enabled
by Pekka Paalanen
· 8 years ago
e952a01
libweston: move asserts to add_pending_output()
by Pekka Paalanen
· 8 years ago
d72bad2
libweston: unexport weston_output_update_matrix()
by Pekka Paalanen
· 8 years ago
f9681b5
libweston: unexport weston_compositor_add_output()
by Pekka Paalanen
· 8 years ago
ee16ea9
libweston: two more weston_output docs
by Pekka Paalanen
· 8 years ago
f0ca796
libweston: let add/remove_output handle the lists
by Pekka Paalanen
· 8 years ago
bccda71
libweston: use helper var in weston_compositor_remove_output
by Pekka Paalanen
· 8 years ago
e6ac4fc
libweston: untangle weston_compositor_remove_output doc
by Pekka Paalanen
· 8 years ago
eca5cca
Account for very large repaint window misses
by Daniel Stone
· 8 years ago
c65df64
libweston: improve weston_output_disable() comments
by Pekka Paalanen
· 8 years ago
b4c0886
Fix uninitialized msec_to_next in output_repaint_timer_arm
by Sergi Granell
· 8 years ago
b1f166d
Allow backends to group repaint flushes
by Daniel Stone
· 8 years ago
6847b85
Switch to global output repaint timer
by Daniel Stone
· 8 years ago
05df8c1
Change boolean repaint_scheduled to quad-state enum
by Daniel Stone
· 8 years ago
09a97e2
Change repaint_needed to bool
by Daniel Stone
· 8 years ago
3615ce1
Don't delay initial output paint
by Daniel Stone
· 8 years ago
84aff5c
Calculate next-frame target time in absolute space
by Daniel Stone
· 8 years ago
37ad7e3
timespec: Add timespec_to_msec helper
by Daniel Stone
· 8 years ago
4f3cad7
compositor: damage pending subsurfaces when committing them
by Emilio Pozuelo Monfort
· 9 years ago
7c1fb3f
libweston: grammar fix to recent comment
by Bryce Harrington
· 8 years ago
cd1a1c3
Add comments and whitespace to repaint machinery
by Daniel Stone
· 9 years ago
3d7ca3b
libweston: Properly namespace modules entrypoint
by Quentin Glidic
· 9 years ago
23e1d6f
libweston: Properly namespace backends entrypoint
by Quentin Glidic
· 9 years ago
8268157
libweston: Position layers in an absolute way
by Quentin Glidic
· 9 years ago
bc46292
compositor: fix a minor typo
by Abdur Rehman
· 9 years ago
fb4869d
compositor: Assign new views to the primary plane
by Daniel Stone
· 9 years ago
893b936
Remove DPMS-on when going offscreen
by Daniel Stone
· 9 years ago
beb97e5
libweston: Make module loading safe against long paths
by Daniel Stone
· 9 years ago
b8c16c9
compositor: allow using nested parent as a subsurface sibling
by Arnaud Vrac
· 9 years ago
927267b
libweston: Drop requirement of setting mm_width/mm_height in backends
by Armin Krezović
· 9 years ago
4008740
weston: Rename weston_output_init_pending() to weston_output_init()
by Armin Krezović
· 9 years ago
782f5df
libweston: Merge weston_output_init() into weston_output_enable()
by Armin Krezović
· 9 years ago
a01ab6d
libweston: Add more functionality for handling weston_output objects
by Armin Krezović
· 9 years ago
148c199
compositor: set the opaque region for some views with transform
by Giulio Camuffo
· 9 years ago
08976ac
Revert "compositor: Add internal support to track idle inhibition requests"
by Bryce Harrington
· 9 years ago
873a3f8
Revert "compositor: Add public interface support for client-requested idle inhibition"
by Bryce Harrington
· 9 years ago
c700143
Revert "libweston: Add a signal to fire when the idle inhibitor is dropped"
by Bryce Harrington
· 9 years ago
0795ece
Revert "shell: Inhibit idle fade-out behavior"
by Bryce Harrington
· 9 years ago
9be807c
shell: Inhibit idle fade-out behavior
by Bryce Harrington
· 9 years ago
ca5b624
libweston: Add a signal to fire when the idle inhibitor is dropped
by Bryce Harrington
· 9 years ago
689fece
compositor: Add public interface support for client-requested idle inhibition
by Bryce Harrington
· 9 years ago
f8300c8
compositor: Add internal support to track idle inhibition requests
by Bryce Harrington
· 9 years ago
887c018
libweston: Silence tautological-compare warning
by Quentin Glidic
· 9 years ago
9c5dd7e
libweston-desktop: Implement xdg_shell_v6
by Quentin Glidic
· 9 years ago
248dd10
Introduce libweston-desktop
by Quentin Glidic
· 9 years ago
2edc3d5
libweston: Rename weston_surface::configure to ::committed
by Quentin Glidic
· 9 years ago
4ef719c
libweston: Implement wl_output version 3 (release request)
by Quentin Glidic
· 9 years ago
e540384
compositor: Mark all views as dirty when a new output is assigned
by Armin Krezović
· 9 years ago
25a2bdd
Switch to use safe_strtoint instead of strtol
by Bryce Harrington
· 9 years ago
913d7c1
Standardize error checking for strtol calls
by Bryce Harrington
· 9 years ago
Next »