summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-02compositor-openwfd: Make use of wfdDeviceEventAsynceglsyncBenjamin Franzke1-39/+90
2011-04-30compositor-wayland: Fix interface renames (prefix)Benjamin Franzke1-4/+4
2011-04-29compositor-drm: Retrieve extension functions before wlsc_compositor_initBenjamin Franzke1-4/+4
2011-04-29Add some new things to .gitignoreCasey Dahlin2-0/+3
2011-04-28compositor-openwfd: Use wfd_device_id as drm fdBenjamin Franzke1-1/+1
2011-04-28compositor: Fix drm compositor cflags typoBenjamin Franzke1-1/+1
2011-04-26Add --disable-clients configure optionKristian Høgsberg2-10/+23
2011-04-26compositor: Recalculate fullscreen surface x,y in surface_attachBenjamin Franzke1-2/+10
2011-04-26Cast fd's to intptr_t before casting to EGLNativeDisplayBenjamin Franzke3-3/+5
2011-04-26configure: Only check dependencies for the enabled compositor backendsKristian Høgsberg3-9/+14
2011-04-25compositor: Fix overlapping optionsKristian Høgsberg1-2/+2
2011-04-25compositor-x11: Only use xcb_poll_for_queued_event if we have itKristian Høgsberg2-0/+13
2011-04-25compositor: Stop using EGL_EGLEXT_PROTOTYPES and look up extension functionsKristian Høgsberg4-60/+89
2011-04-25compositor: Don't use glClear for clearingKristian Høgsberg1-2/+9
2011-04-25compositor: Use stride/4 as width for shm texturesBenjamin Franzke2-3/+8
2011-04-25compositor: Use EGL_WL_bind_wayland_display only if availableBenjamin Franzke1-2/+6
2011-04-23Add meego-tablet-shellKristian Høgsberg3-1/+575
2011-04-23compositor: Support loadable shellsKristian Høgsberg6-56/+113
2011-04-22compositor: Fade to black on idle timeoutKristian Høgsberg2-6/+196
2011-04-22compositor: Refactor shader setup a bitKristian Høgsberg2-36/+51
2011-04-22compositor-openwfd: Fix event handler return typeKristian Høgsberg1-3/+5
2011-04-22compositor: Implement a simple screensaver featureKristian Høgsberg2-2/+115
2011-04-22Also fix compositor-wayland event handlerKristian Høgsberg1-1/+3
2011-04-22Update return types of event handler functionsKristian Høgsberg4-10/+28
2011-04-22compositor-x11: Adjust to event loop changesKristian Høgsberg1-21/+8
2011-04-22Make use of wayland-server shm common codeBenjamin Franzke4-247/+79
2011-04-22compositor: Use surface_attached_to list for shm-buffersBenjamin Franzke3-12/+19
2011-04-22compositor: Add wlsc_shm_buffer_attachBenjamin Franzke3-10/+24
2011-04-22Implement buffer.damage in shm, use it in window.cBenjamin Franzke5-24/+65
2011-04-22compositor-x11: Set xcb to be eventqueue ownerBenjamin Franzke1-0/+2
2011-04-21compositor: Pass NULL for context to wayland buffer eglCreateImageKHR()Kristian Høgsberg1-1/+1
2011-04-21compositor-x11: Use check function to make sure we handle all eventsKristian Høgsberg1-13/+30
2011-04-20Fix clients to work with wl_ prefixed interface namesKristian Høgsberg3-8/+8
2011-04-20compositor-x11: Use the keymap_notify immediately following the focus_in eventKristian Høgsberg1-17/+35
2011-04-20compositor-x11: Generalize handling of event pairsKristian Høgsberg1-26/+41
2011-04-20Update to work with scanner that doesn't hardcode wl_*Kristian Høgsberg2-9/+9
2011-04-20Switch to new subscribe protocol and wayland-eglKristian Høgsberg6-37/+25
2011-04-20compositor-openwfd: Fixup rebaseBenjamin Franzke1-1/+17
2011-04-20compositor: Add OpenWF Display backendBenjamin Franzke5-0/+585
2011-04-20Optimize fullscreen scanout abitBenjamin Franzke5-70/+50
2011-04-20Merge remote-tracking branch 'bnf/fullscreen-pageflip'Kristian Høgsberg6-74/+387
2011-04-20Make use of a hardware cursor in compositor-drmBenjamin Franzke6-62/+259
2011-04-19compositor(-drm): Pageflip to fullscreen surfacesBenjamin Franzke5-12/+128
2011-04-15compositor-x11: Suppress keyboard repeat eventsKristian Høgsberg1-5/+30
2011-04-14window.c: Check for cairo device failure the right wayKristian Høgsberg1-1/+1
2011-04-13Only invoke shell button bindings if there's a pointer focus surfaceKristian Høgsberg1-0/+6
2011-04-12Move more switcher details to switcher.cKristian Høgsberg3-11/+12
2011-04-12Move switcher behaviour into switcher.cKristian Høgsberg4-93/+137
2011-04-12Move shell bindings to shell.cKristian Høgsberg3-63/+55
2011-04-12Extend wlsc_binding to cover buttons tooKristian Høgsberg2-58/+90