Changes between Initial Version and Version 1 of Ticket #18368
- Timestamp:
- Apr 18, 2023, 3:07:42 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18368 – Description
initial v1 2 2 3 3 Proposed implementation strategy: 4 1. Introduce `Surface` objects for `HWInterface` that can store raster buffer and be composited with alpha channel blending. In future hardware compositing acceleration can be considered.4 1. Introduce `Surface` objects for `HWInterface` that can store raster buffer and be composited with alpha channel blending. Surfaces have Z-order relations and displayed on top of screen framebuffer. In future hardware compositing acceleration can be considered. 5 5 6 6 2. Allocate and attach `Surface` to a window that has semi-transparent parts and redirect rendering to that surface instead of screen framebuffer.