Age | Commit message (Collapse) | Author |
|
so we can use the alpha channel to e.g. blend in textures
|
|
so we can do basic view setup. Will be used to initialize alpha.
|
|
|
|
|
|
Add symbols file
|
|
This moves the `struct wl_signal activity_notify` in `struct wlr_idle`
into a local `struct {} events` to keep consistency with other modules
in the library.
|
|
since it's a public function
|
|
|
|
add wlr_output_layout_adjacent_output
|
|
ELF Visibility
|
|
|
|
x11 backend: set window title
|
|
This makes windows identifiable in the window list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This ensures we're not incorrectly casting a resource.
Fixes #628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add atomic gamma control
|
|
|
|
Legacy gamma lut size now uses the new legacy_crtc member of
wlr_drm_crtc. This was Previously doen using old_crtc in
wlr_drm_connector, but since this refers to the crtc that was connected to
the ouput, this could give the wrong result.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
util/region: add wlr_region_expand
|
|
output: add wlr_output_transformed_resolution
|
|
|
|
|
|
Backport screenshooter fixes from the renderer redesign v1
|