summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-09latest modificationslatest_modifsFrederic Plourde1-94/+140
2013-11-07WIP : Modifications to wl_videosurface -> wl_buffer_queueFrederic Plourde1-71/+121
2013-11-04Add enhanced smoke demo using buffer queueFrederic Plourde1-0/+319
2013-10-23compositor: Changes required to make it BUILDFrederic Plourde3-20/+32
2013-10-09compositor: video-surface: do not queue buffers with same timestampsFrederic Plourde1-0/+5
2013-10-09compositor: video-surface: Attach and commit next bufferFrederic Plourde1-0/+41
2013-10-09compositor: video-surfaces: get next timestamped bufferFrederic Plourde1-0/+33
2013-10-09compositor: proper video-surface clear_buffer_queue signallingFrederic Plourde2-0/+11
2013-10-09compositor: Add proper video-surface destruction handling codeFrederic Plourde2-1/+47
2013-10-09compositor: introduce video-surfacesFrederic Plourde2-0/+179
2013-10-09protocol: add video-surfacesFrederic Plourde1-0/+135
2013-07-24oops, forgot to pull in latched presentation_time state during commitMicah Fedke1-0/+5
2013-07-24presentation time callback test code added to gearsMicah Fedke1-0/+19
2013-07-23presentation time callback handlingMicah Fedke1-0/+23
2013-07-18adding presentation_time supportMicah Fedke2-9/+64
2013-06-21Add a weston_buffer structure to replace wl_bufferJason Ekstrand8-58/+142
2013-06-20data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand4-63/+53
2013-06-20input: check if the focus surface has a valid resourceGiulio Camuffo1-0/+5
2013-06-20compositor-drm: select the highest possible mode frequencyGiulio Camuffo1-1/+1
2013-06-20shell: Free temporary stringsQuentin Glidic1-0/+2
2013-06-19log: Only use one string bufferKristian Høgsberg1-7/+4
2013-06-18xwayland: Use _exit() when exec() failsKristian Høgsberg1-1/+1
2013-06-18xwayland: Silence X wm debug loggingKristian Høgsberg3-69/+126
2013-06-17weston-launch: Don't exit on SIGTERMKristian Høgsberg1-5/+1
2013-06-17shell: Tweak spring animation for zoom animation typeKristian Høgsberg3-4/+12
2013-06-17shell: Fix warning and indentation in shell_surface_configure()Kristian Høgsberg1-2/+2
2013-06-17input-panel: Bounce the input panel slideKristian Høgsberg1-2/+3
2013-06-17spring: Tweak the window fade-in spring to not overshootKristian Høgsberg3-9/+10
2013-06-17spring: Make min/max part of spring parametersKristian Høgsberg2-12/+19
2013-06-17spring: Make clip behavior configurableKristian Høgsberg2-14/+31
2013-06-17spring: End spring simulatio fasterKristian Høgsberg1-2/+2
2013-06-17Add spring-tool, a small utility to plot spring behaviorKristian Høgsberg2-0/+75
2013-06-14subsurfaces: Use wl_resource_get accessors for subsurfacesJason Ekstrand1-12/+12
2013-06-14output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand4-27/+15
2013-06-14input: Use wl_resource_get accessor functions for resourcesJason Ekstrand3-43/+41
2013-06-14text-backend: Change resources to wl_resource pointersJason Ekstrand1-72/+76
2013-06-14input_panel_surface: Change resource to a wl_resource pointerJason Ekstrand2-49/+48
2013-06-14callback: Change resource to a wl_resource pointerJason Ekstrand1-13/+10
2013-06-14region: Change resource to a wl_resource pointerJason Ekstrand2-16/+9
2013-06-14shell: Convert resources to pointersJason Ekstrand1-63/+63
2013-06-14Use wl_resource_get_user_data for weston_surface resourcesJason Ekstrand6-31/+42
2013-06-14compositor-drm: free plane resources using drm function.Samuel Iglesias Gonsalvez1-2/+1
2013-06-14xwayland: Forward global position to XTiago Vignatti5-28/+79
2013-06-14xwm: Check result of xcb_get_atom_name_replyMoD1-3/+9
2013-06-14xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type c...MoD1-2/+5
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand10-69/+73
2013-06-07text: Fix misleading error messageEduardo Lima (Etrunko)1-1/+1
2013-06-07Avoid unnecessarily re-allocating texture buffer when the size hasn't changed.Sinclair Yeh1-8/+22
2012-02-07shared: build fix for config-parser testPekka Paalanen1-0/+1
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone43-54/+62