Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | Fix damage tracking for rotated surfaces | emersion | |
It was broken because the damage extents were rotated about its own center, not about the center of the surface. This adds a new wlr_region_rotated_bounds that rotates regions. This allows us to have only one code path (for both non-rotated views and rotated views) and optimizes rendering for rotated views. | |||
2018-01-30 | rootston: fix urxvt damage on HiDPI outputs | emersion | |
util/region: add wlr_region_expand | |||
2018-01-26 | Damage tracking for transformed outputs | emersion | |
2018-01-25 | util: add docs for wlr_region_scale | emersion | |
2018-01-25 | rootston: damage tracking scale support | emersion | |