Remove wl_buffer.damage and simplify shm implementation

This commit is contained in:
Kristian Høgsberg 2012-03-26 16:33:24 -04:00
parent a0e590a0f3
commit 83685c506e
4 changed files with 10 additions and 73 deletions

4
TODO
View file

@ -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