compositor: Introduce a weston_renderer object
[profile/ivi/weston.git] / src / compositor.h
2012-09-07 Kristian Høgsbergcompositor: Introduce a weston_renderer object
2012-09-07 Kristian Høgsbergcompositor: Move EGL/GLES2 parts of weston_surface_atta...
2012-09-07 Kristian Høgsbergcompositor: Move update_shm_texture() to gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Move gles2 initialization to gles2-renderer.h
2012-09-07 Kristian Høgsbergcompositor: Move surface repaint code to gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Consolidate output repaint logic
2012-09-04 Pekka Paalanenxwayland: replace opaque_rect, fix an alpha problem
2012-08-31 Pekka Paalanencompositor: triangle fan debug
2012-08-31 Pekka Paalanencompositor: specialised fragment shader for RGBX
2012-08-31 Rob Clarkcompositor: simplify shaders
2012-08-31 Rob Clarkcompositor: add support for OES_EGL_image_external
2012-08-29 Scott MoreauImplement output transformations.
2012-08-16 Scott MoreauRemove unused enum.
2012-08-10 Jan Arne Petersentext: Assign text_model to a wl_seat
2012-08-10 Kristian Høgsbergcompositor: Change notify_* function to take a weston_seat
2012-08-10 Kristian Høgsbergcompositor: Don't hardcode output transform when sendin...
2012-08-10 Kristian Høgsbergcompositor: Remove compositor->seat
2012-08-10 Kristian Høgsbergcompositor: Drop output->flags
2012-08-09 Pekka Paalanencompositor: format check for weston_log arguments
2012-08-03 Kristian Høgsbergcompositor: Add weston_surface_schedule_repaint() for...
2012-08-03 Kristian Høgsbergcompositor-drm: Disable planes when zoomed or capturing
2012-08-03 Kristian Høgsbergcompositor: Accumulate damage per plane
2012-08-02 Rob Bradfordcompositor: Use uint32_t for the msecs value consistently
2012-08-01 Kristian Høgsbergcompositor: Fold the log prototypes into compositor...
2012-08-01 Pekka Paalanencompositor: rework touch focus
2012-07-31 Kristian Høgsbergcompositor: Use a minimal restore handler for crash...
2012-07-10 Gwenole Beauchesnecompositor: handle YUV buffers.
2012-07-10 Gwenole Beauchesnecompositor: add YUV shaders.
2012-07-10 Gwenole Beauchesnecompositor: factor out RGB shader.
2012-07-10 Gwenole Beauchesnecompositor: prepare for multi-planar surfaces.
2012-06-28 Kristian Høgsbergcompositor: Move repaint debug binding to mod-shift...
2012-06-27 Kristian Høgsbergshell: Take a wl_surface as parent for transient and...
2012-06-27 Kristian Høgsbergshell: Make panel just a wl_surface too
2012-06-22 Daniel StoneSplit weston_compositor_init into base and _gl
2012-06-22 Daniel StoneRename modifier_state_changed to notify_modifiers
2012-06-22 Daniel Stonenotify_key: Add update_state argument
2012-06-22 Daniel Stoneweston_xkb_info: Cache all modifier indices for X11
2012-06-22 Daniel StoneLet wayland-server send modifier events for focus
2012-06-22 Daniel StoneSplit notify_keyboard_focus into in/out variants
2012-06-22 Kristian Høgsbergshell: Animate input panel mapping
2012-06-22 Kristian Høgsbergutil: Generalize surface animation code
2012-06-21 Jan Arne Petersentext: Add input_method and text_model interfaces
2012-06-21 Jan Arne Petersenshell: Add support for input panels
2012-06-20 Kristian Høgsbergcompositor: Introduce weston_output_schedule_repaint()
2012-06-20 Kristian Høgsbergcompositor: Remove weston_read_pixels functionality
2012-06-20 Kristian Høgsbergcompositor: Emit frame_signal from weston_output_do_rea...
2012-06-19 Kristian Høgsbergcompositor: Track which plane a surface is on
2012-06-18 Kristian Høgsbergcompositor: Don't export weston_compositor_repick()
2012-06-18 Kristian HøgsbergRename weston_compositor EGLDisplay member to egl_display
2012-06-18 Scott MoreauMove zoom code to its own file.
2012-06-18 Scott MoreauAnimate transitions for zoom focus point change.
2012-06-15 Ander Conselvan... compositor: Track pointer image protocol change
2012-06-13 Jonas Ådahlcompositor: Buffer all frame callbacks in 'weston_surface'
2012-06-12 Scott MoreauImplement animated transitions for zoom in/out.
2012-06-11 Scott MoreauAdd frame_counter to weston_animation.
2012-06-11 Scott MoreauMove animation_list to weston_output.
2012-06-08 Kristian Høgsbergcompositor: Drop weston_surface_to_global()
2012-06-05 Kristian Høgsbergcompositor: Drop brightness and saturation features...
2012-06-04 Scott MoreauConvert text cursor position protocol to use fixed...
2012-06-04 Kristian Høgsbergcompositor: Add a clipboard manager
2012-06-01 Daniel StoneAdd support for wl_keyboard::keymap events
2012-06-01 Daniel StonePass config_file through to weston_compositor_init
2012-06-01 Daniel StonePass argc and argv through to weston_compositor_init
2012-05-31 Daniel StoneAdd keymap argument to weston_seat_init_keyboard
2012-05-31 Daniel StoneMove keymaps to weston_seat
2012-05-31 Daniel StoneSeparate out weston_xkb_info struct
2012-05-31 Daniel StoneSplit weston_seat_init up into pointer/keyboard/touch
2012-05-31 Daniel StoneUse wl_fixed_t for axis bindings
2012-05-31 Daniel StoneSplit bindings into separate key/button/axis bindings
2012-05-31 Daniel StoneConvert notify_axis to wl_fixed_t
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Daniel StoneAdd core LED handling
2012-05-31 Daniel StoneDo binding modifier lookup on XKB state, not physical...
2012-05-31 Daniel StoneMove xkb_state object to weston_seat
2012-05-31 Daniel StoneConvert Weston modifier #defines to an enum
2012-05-31 Daniel StoneSupport wl_keyboard::modifiers event
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-24 Kristian HøgsbergAdd screen recorder tool
2012-05-22 Kristian Høgsbergxwm: Implement resizing by frame borders
2012-05-22 Kristian Høgsbergxwm: Add window resize support
2012-05-22 Scott MoreauRestructure output zoom.
2012-05-21 Kristian Høgsbergshell: Make create_shell_surface() just return the...
2012-05-21 Kristian Høgsbergxwm: Switch alpha, brightness and saturation to GLfloat
2012-05-18 Tiago Vignattishell: Expose set_transient in shell interface
2012-05-18 Kristian Høgsbergshell: Expose surface move functionality in shell interface
2012-05-17 Kristian Høgsbergcompositor: Disable blending for WL_SHM_FORMAT_XRGB8888...
2012-05-16 Kristian Høgsbergcompositor: Add opaque rect shader feature
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-14 Kristian Høgsbergcompositor: Remove a few leftover screenshooter declara...
2012-05-09 Kristian Høgsbergcompositor: Use wl_fixed_t for incoming input events
2012-05-08 Daniel StoneLoad an XKB keymap and state in the compositor
2012-05-08 Daniel StoneAdd xkb_names member plus config + X11 support
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-08 Daniel StoneAdd fixed-point versions of weston_surface_{to, from...
2012-05-07 Daniel StoneRename 'state' in axis (or ambiguous) bindings to ...
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-04-25 Juan Zhaoshell-animation: add conf option in shell
2012-04-22 Tiago Vignatticompositor: introduce internal shell_interface
2012-04-20 Scott Moreauscreenshooter: Grab pixel data directly before buffer...
next