diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-24 17:34:23 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-25 10:02:20 -0400 |
commit | b12fcceeb740094e98deb31dfc330002d7369baf (patch) | |
tree | 87cf74b215589f1ddb759638cf65c0b196d3d2a0 /TODO | |
parent | d6a4787ed71136eac2894fd72f7dac7fc4fb6fab (diff) |
Update to EGL_MESA_drm_image from mesa master
Woo, running on stock mesa now.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ Core wayland protocol - generate pointer_focus (and drag focus) on raise/lower, move windows, all kinds of changes in surface stacking. + - make a client side circular buffer of pending ping requests with + callbacks and data. if buffer fills up, just iterate until an + entry becomes available. wl_display_ping(dpy, func, data), basically. + func is called when the reply comes in for the ping request. + - glyph cache - dnd, figure out large object transfer: through wayland protocol or |