diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-26 16:33:24 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-26 16:33:24 -0400 |
commit | 83685c506e76212ae4e5cb722205d98d3b0603b9 (patch) | |
tree | 5640f96af047625ef68a2156b1e7e137798c9ea9 /TODO | |
parent | a0e590a0f3ea87b7616cf197edd240b7b99fcc2e (diff) |
Remove wl_buffer.damage and simplify shm implementation
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |