summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-06-08 15:41:20 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-06-08 15:41:20 -0400
commit0b77e0914b9e404a00a4b9aa65d318f6dfc3db79 (patch)
tree015b40591d3223e375d6f7f44ab496df52acdca8 /TODO
parent38bb71638388ff321cb7bdaa950880aa1cde87a5 (diff)
Update todo
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 7 insertions, 16 deletions
diff --git a/TODO b/TODO
index 58db146..bfc9c53 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,16 @@
- - sync-to-vblank
-
- how does clients move their surfaces? set a full tri-mesh every
time? probably just go back to x and y position, let the compositor
do the fancy stuff. How does the server apply transformations to a
surface behind the clients back? (wobbly, minimize, zoom) Maybe
wobble is client side?
- - switch scanout when top surface is full screen
+
+ - when a surface is the size of the screen and on top, we can set the
+ scanout buffer to that surface directly. Like compiz unredirect
+ top-level window feature. Except it won't have any protocol state
+ side-effects and the client that owns the surface won't know. We
+ lose control of updates. Should work well for X server root window
+ under wayland.
- what about cursors then? maybe use hw cursors if the cursor
satisfies hw limitations (64x64, only one cursor), switch to
@@ -168,12 +172,6 @@
- drm bo access control, authentication, flink_to
- - enter/leave events from the input devices
-
- - gain, lose keyboard focus events; this event carries information
- about which keys are currently held down as a surface gains focus
- so the client can deduce modifier state.
-
- Range protocol may not be sufficient... if a server cycles through
2^32 object IDs we don't have a way to handle wrapping. And since
we hand out a range of 256 IDs to each new clients, we're just
@@ -196,10 +194,3 @@
- what to do when protocol out buffer fills up? Just block on write
would work I guess. Clients are supposed to throttle using the
bread crumb events, so we shouldn't get into this situation.
-
- - when a surface is the size of the screen and on top, we can set the
- scanout buffer to that surface directly. Like compiz unredirect
- top-level window feature. Except it won't have any protocol state
- side-effects and the client that owns the surface won't know. We
- lose control of updates. Should work well for X server root window
- under wayland.