summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-07-22 15:46:16 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-07-22 15:50:37 -0400
commiteadb68ec32df8ee54ccba175d19adcdedfaa5015 (patch)
treecb7d0b4592f40482a140e323bfdaa1c1d634550f /TODO
parent0b8b397e3438f0acad78ce2646bacc4905c97f01 (diff)
protocol: Add transform argument to wl_output.geometry event
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 677782d..00a32ca 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,5 @@
Core wayland protocol
- - We need rotation information in the output (multiples of 90
- degrees) and we'll need a way for a client to communicate that it
- has rendered its buffer according to the output rotation. The
- goal is to be able to pageflip directly to the client buffer, and
- for that we need the client to render accordingly and the
- compositor needs to know that it did.
-
- Atomicity. Currently a lot of the atomicity in Wayland relies on
how we batch up all requests in a protocol buffer and only flushes
in the "blockhandler" in the client. Consensus was that we need