genode/repos/os
Norman Feske 795a817a33 nitpicker: remove dirty_rect state from view stack
In the presence of potentially multiple output back ends, this
dirty_rect state must be maintained individually per back end. Instead
of storing the dirty_rect as view-stack member, the view stack now calls
a new 'Damage::mark_as_damaged' interface, which allows nitpicker to
propagate this information to multiple back ends. Unfortunately, the
patch must remove the per-view dirty_rect state.

Issue #3812
2020-07-13 11:33:14 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include Event session interface 2020-07-13 11:33:13 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes Input-event-bridging service 2020-07-13 11:33:14 +02:00
run Fix success/failure detection in cpu_bench testsuite 2020-07-13 11:33:12 +02:00
src nitpicker: remove dirty_rect state from view stack 2020-07-13 11:33:14 +02:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.