summaryrefslogtreecommitdiff
path: root/src/compositor.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-27compositor: handle YUV buffers.Gwenole Beauchesne1-1/+1
2012-04-27compositor: add YUV shaders.Gwenole Beauchesne1-0/+2
2012-04-27compositor: factor out RGB shader.Gwenole Beauchesne1-1/+1
2012-04-27compositor: prepare for multi-planar surfaces.Gwenole Beauchesne1-2/+4
2012-04-25shell-animation: add conf option in shellJuan Zhao1-0/+8
2012-04-21compositor: introduce internal shell_interfaceTiago Vignatti1-0/+11
2012-04-20screenshooter: Grab pixel data directly before buffer swapScott Moreau1-1/+12
2012-04-20Send surface enter/leave eventsCasey Dahlin1-0/+7
2012-04-20Add an id field to outputsCasey Dahlin1-0/+4
2012-04-19Install brightness and saturation variables for surface shaderScott Moreau1-0/+4
2012-04-19Install structuring for ping-pong protocolScott Moreau1-0/+2
2012-04-17shell: Implement "driver" method of fullsceen.Alex Wu1-0/+1
2012-04-17compositor: Add a switch_mode hook and a wrapper into the output.Alex Wu1-0/+4
2012-04-17compositor: make GL_EXT_read_format_bgra optionalPekka Paalanen1-0/+1
2012-04-17compositor: use GL_EXT_unpack_subimage only if availablePekka Paalanen1-0/+3
2012-04-17compositor: add EGL_WL_bind_wayland_display definitionsPekka Paalanen1-0/+2
2012-04-17compositor: move libudev.h to evdev.hPekka Paalanen1-1/+0
2012-04-12compositor: Add a destroy signal and turn weston_shell into signalsKristian Høgsberg1-18/+5
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-4/+2
2012-04-10compositor: Remove wl_output-global on unplugBenjamin Franzke1-0/+1
2012-04-10drm: Add vt switch keybindingsKristian Høgsberg1-0/+3
2012-04-10compositor: Don't pass output to notify_keyboard_focusKristian Høgsberg1-2/+1
2012-04-06Introduce weston-launchBenjamin Franzke1-0/+4
2012-04-04screenshooter: Properly handle multiple outputs.Scott Moreau1-0/+1
2012-04-02shell: Add fullscreen path into activate()Alex Wu1-0/+1
2012-03-29Remove weston_shell map and configure function pointersKristian Høgsberg1-5/+0
2012-03-27compositor: move force_configure field to shell_surfaceAnder Conselvan de Oliveira1-1/+0
2012-03-27compositor: make surface_configure() a vfuncAnder Conselvan de Oliveira1-0/+6
2012-03-27compositor: use new drag icon listener for setting up drag surfacesAnder Conselvan de Oliveira1-0/+2
2012-03-27compositor: add weston_surface_to_global_float helperAnder Conselvan de Oliveira1-0/+3
2012-03-27compositor: add a weston_surface_is_mapped() helperAnder Conselvan de Oliveira1-0/+3
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-1/+0
2012-03-22Modify bindings for axis event detection.Scott Moreau1-3/+4
2012-03-22Hook up axis events.Scott Moreau1-0/+3
2012-03-20compositor: properly restore keyboard_focus in notify_keyboard_focus()Ander Conselvan de Oliveira1-0/+2
2012-03-20compositor-wayland: use image loading code from shared/Ander Conselvan de Oliveira1-5/+0
2012-03-20compositor: use smoother range for backlight controlTiago Vignatti1-1/+1
2012-03-12Add an option parserKristian Høgsberg1-0/+4
2012-03-05compositor: Move input devices to their own event loopKristian Høgsberg1-0/+3
2012-03-01compositor: fix crash when a drag surface is destroyed during the dragAnder Conselvan de Oliveira1-0/+1
2012-03-01compositor: Organize surface stack using new struct weston_layerKristian Høgsberg1-0/+16
2012-03-01compositor: Store opaque clip for previous frame in weston_surfaceKristian Høgsberg1-3/+6
2012-02-29compositor: add dpms and backlight supportTiago Vignatti1-0/+13
2012-02-28compositor: Export functions and add weston_suface::force_configure for fulls...Alex Wu1-0/+9
2012-02-23compositor: Remove surface overlapped attributeKristian Høgsberg1-1/+0
2012-02-23Move weston_output_set_cursor into compositor-drm.cKristian Høgsberg1-2/+3
2012-02-23compositor: Remove unused compositor vfunc create_cursor_imageKristian Høgsberg1-2/+0
2012-02-23compositor: add an assign_planes hook to the outputJesse Barnes1-0/+1
2012-02-23Introduce output zoom.Scott Moreau1-0/+14
2012-02-23compositor: Implement opqaue and input regionsKristian Høgsberg1-1/+7