diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-07-22 15:46:16 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-07-22 15:50:37 -0400 |
commit | eadb68ec32df8ee54ccba175d19adcdedfaa5015 (patch) | |
tree | cb7d0b4592f40482a140e323bfdaa1c1d634550f /TODO | |
parent | 0b8b397e3438f0acad78ce2646bacc4905c97f01 (diff) |
protocol: Add transform argument to wl_output.geometry event
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |