mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-06 02:18:02 +02:00
Use “software” instead of “user space”
On Genode, graphics drivers run in user space. It is also theoretically possible for a Wayland compositor to run in kernel space. Therefore, the phrase “user space” should be avoided in a Wayland protocol specification. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
parent
82c89e8fe7
commit
ce82f16624
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@
|
|||
<description summary="presentation was vsync'd">
|
||||
The presentation was synchronized to the "vertical retrace" by
|
||||
the display hardware such that tearing does not happen.
|
||||
Relying on user space scheduling is not acceptable for this
|
||||
Relying on software scheduling is not acceptable for this
|
||||
flag. If presentation is done by a copy to the active
|
||||
frontbuffer, then it must guarantee that tearing cannot
|
||||
happen.
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
<description summary="hardware provided the presentation timestamp">
|
||||
The display hardware provided measurements that the hardware
|
||||
driver converted into a presentation timestamp. Sampling a
|
||||
clock in user space is not acceptable for this flag.
|
||||
clock in software is not acceptable for this flag.
|
||||
</description>
|
||||
</entry>
|
||||
<entry name="hw_completion" value="0x4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue