summaryrefslogtreecommitdiff
path: root/src/compositor.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-27compositor: implement query_surface_formats().old.01.yuv_buffersGwenole Beauchesne1-1/+23
2012-04-27compositor: handle YUV buffers.Gwenole Beauchesne1-16/+64
2012-04-27compositor: add YUV shaders.Gwenole Beauchesne1-0/+43
2012-04-27compositor: factor out RGB shader.Gwenole Beauchesne1-17/+29
2012-04-27compositor: prepare for multi-planar surfaces.Gwenole Beauchesne1-26/+61
2012-04-21compositor: Set pointer surface input region to empty on attachKristian Høgsberg1-0/+1
2012-04-20screenshooter: Grab pixel data directly before buffer swapScott Moreau1-0/+15
2012-04-20Send surface enter/leave eventsCasey Dahlin1-3/+42
2012-04-20Add an id field to outputsCasey Dahlin1-0/+5
2012-04-20Change find_resource_for_surface to find_resource_for_clientCasey Dahlin1-19/+15
2012-04-19Install brightness and saturation variables for surface shaderScott Moreau1-0/+12
2012-04-19Install structuring for ping-pong protocolScott Moreau1-0/+16
2012-04-17compositor: Add a switch_mode hook and a wrapper into the output.Alex Wu1-0/+9
2012-04-17compositor: make GL_EXT_read_format_bgra optionalPekka Paalanen1-4/+4
2012-04-17compositor: check queryString successPekka Paalanen1-0/+10
2012-04-17compositor: use GL_EXT_unpack_subimage only if availablePekka Paalanen1-13/+30
2012-04-16compositor: init shell after xserverTiago Vignatti1-3/+3
2012-04-12Make xserver-launcher a moduleKristian Høgsberg1-6/+10
2012-04-12compositor: Add a destroy signal and turn weston_shell into signalsKristian Høgsberg1-13/+14
2012-04-12Use wl_signal mechanismKristian Høgsberg1-31/+26
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-39/+36
2012-04-10compositor: Damage output in weston_output_initBenjamin Franzke1-0/+1
2012-04-10compositor: Remove wl_output-global on unplugBenjamin Franzke1-2/+7
2012-04-10compositor: End keyboard grab when compositor loses keyboard focusKristian Høgsberg1-0/+4
2012-04-10compositor: Don't pass output to notify_keyboard_focusKristian Høgsberg1-3/+2
2012-04-06Introduce weston-launchBenjamin Franzke1-0/+1
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-5/+5
2012-03-29compositor: Support alpha for solid color surfacesKristian Høgsberg1-1/+2
2012-03-28Properly dispose event sources and event loopsJonas Ådahl1-0/+4
2012-03-27compositor: Use GL_EXT_unpack_subimage for texture updatesKristian Høgsberg1-6/+14
2012-03-27compositor: Rename weston_buffer_attach to weston_surface_attachKristian Høgsberg1-3/+3
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-27/+24
2012-03-27compositor: refactor surface_attach()Ander Conselvan de Oliveira1-50/+53
2012-03-27compositor: use new drag icon listener for setting up drag surfacesAnder Conselvan de Oliveira1-0/+16
2012-03-27compositor: make es->pitch consistent between shm and drm surfacesAnder Conselvan de Oliveira1-1/+1
2012-03-27compositor: add weston_surface_to_global_float helperAnder Conselvan de Oliveira1-3/+10
2012-03-27compositor: add a weston_surface_is_mapped() helperAnder Conselvan de Oliveira1-8/+17
2012-03-27compositor: Use GL_BGRA_EXT for glReadPixels in screenshooterKristian Høgsberg1-0/+5
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-72/+22
2012-03-25config-parser: consolidate shell files into weston.ini onlyTiago Vignatti1-1/+14
2012-03-22Modify bindings for axis event detection.Scott Moreau1-2/+8
2012-03-22Hook up axis events.Scott Moreau1-0/+14
2012-03-20compositor: Fix pointer type mismatch warningsKristian Høgsberg1-8/+8
2012-03-20weston_surface: initialize pitchJuan Zhao1-0/+1
2012-03-20weston: don't hang in wait()Bill Spitzak1-1/+4
2012-03-20compositor: properly restore keyboard_focus in notify_keyboard_focus()Ander Conselvan de Oliveira1-7/+29
2012-03-20compositor: allow multiple input_device_attach()'s with a nil bufferAnder Conselvan de Oliveira1-4/+3
2012-03-12Add an option parserKristian Høgsberg1-51/+24
2012-03-12Fix picking crashesKristian Høgsberg1-6/+7