summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-03-26 16:33:24 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-03-26 16:33:24 -0400
commit83685c506e76212ae4e5cb722205d98d3b0603b9 (patch)
tree5640f96af047625ef68a2156b1e7e137798c9ea9 /TODO
parenta0e590a0f3ea87b7616cf197edd240b7b99fcc2e (diff)
Remove wl_buffer.damage and simplify shm implementation
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 10d41d1..49edf89 100644
--- a/TODO
+++ b/TODO
@@ -36,10 +36,6 @@ Core wayland protocol
is something in the protocol/architecute that makes it harder than
it should be.
- - Remove wl_buffer.damage. This is only used for wl_shm buffers and
- is not a generic wl_buffer request. We move it to wl_shm, and
- we'll have to figure out how to get swrast to call it.
-
- Reconsider data types for coordinates in events. double, floats or
fixed point. Transformed and/or accelerated input generates
sub-pixel positions. 24.8 fixed point could work. Need to think