compositor: Generalize module loading
[profile/ivi/weston.git] / src / compositor.c
2012-09-12 Kristian Høgsbergcompositor: Generalize module loading
2012-09-11 Kristian Høgsbergcompositor: Always set WAYLAND_DISPLAY
2012-09-11 Kristian Høgsbergcompositor: Don't return the dlsym handle in load_module()
2012-09-11 Kristian Høgsbergcompositor: Make all non-backend modules use module_ini...
2012-09-07 Kristian Høgsbergcompositor: Destroy gles2 resource for weston_surface...
2012-09-07 Kristian Høgsbergcompositor: Move unbind_display call into gles2-renderer.c
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 non-GL initialization out of weston_co...
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 Paalanencompositor: do not round a zero area to non-zero
2012-09-04 Pekka Paalanencompositor: do not duplicate ARRAY_SIZE
2012-09-04 Pekka Paalanencompositor: reduce the number of triangles
2012-09-04 Pekka Paalanencompositor: fix fan_debug mode
2012-09-04 Pekka Paalanencompositor: paint opaque regions with RGBX shader
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: fix blending for full-surface alpha
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 Ander Conselvan... compositor: Clear only the the damage that was actually...
2012-08-14 Rob Clarkcompositor: a couple debug logs
2012-08-13 Kristian Høgsbergcompositor: Use pointer_cursor_surface_configure()...
2012-08-13 Kristian Høgsbergcompositor: Set WAYLAND_DISPLAY only after creating...
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: Drop output->flags
2012-08-09 Ander Conselvan... compositor: When redrawing, don't clip opaque regions...
2012-08-09 Pekka Paalanencompositor: fix weston_log format warnings
2012-08-09 Pekka Paalanencompositor: log program launches
2012-08-04 Scott Moreaucompositor: Always set output_mask in weston_surface_up...
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 Pekka Paalanencompositor: remove OpenWFD backend
2012-08-01 Kristian Høgsbergcompositor: Don't allow setting a NULL cursor without...
2012-08-01 Kristian Høgsbergcompositor: Check serial number ordering without overfl...
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: Set WAYLAND_DISPLAY if we're given a -...
2012-07-31 Kristian Høgsbergcompositor: Use a minimal restore handler for crash...
2012-07-30 Kristian Høgsbergcompositor: Add --help option
2012-07-30 Pekka Paalanencompositor: do clean-up on init failure
2012-07-26 Kristian Høgsbergcompositor: Load modules with RTLD_NOW so we get missin...
2012-07-24 Daniel StoneFix memory leak on compositor exit
2012-07-22 Kristian HøgsbergHandle new transform argument in wl_output.geometry...
2012-07-22 Kristian Høgsbergcompositor: Destroy pending surface callbacks when...
2012-07-19 Kristian Høgsbergcompositor: Update to use new tokens for EGL_WL_bind_wa...
2012-07-18 Kristian Høgsbergcompositor: Don't record surface damage when we move...
2012-07-17 Kristian Høgsbergcompositor: Free the right EGLImage
2012-07-12 Kristian Høgsbergcompositor: Don't send wl_surface.enter/leave if we...
2012-07-12 Tiago Vignatticompositor: remove useless weston_compositor_repick...
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-07-09 Ander Conselvan... compositor: Always empty the input region of the pointe...
2012-07-02 Rob Bradfordcompositor: Correctly calculate changed sub image rectangle
2012-06-28 Ander Conselvan... compositor: Always allow owner of pointer surface to...
2012-06-28 Kristian Høgsbergcompositor: Move repaint debug binding to mod-shift...
2012-06-28 Kristian Høgsbergcompositor: Update xkb state with key releases on focus out
2012-06-27 Kristian Høgsbergshell: Make panel just a wl_surface too
2012-06-22 Kristian Høgsbergcompositor: Send ping to keyboard focus surface for...
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 StoneRun key bindings on keyboard focus in
2012-06-22 Daniel StoneIgnore repeat keys in notify_key
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-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: Fix missing ';' in previous commit
2012-06-20 Martin Minarikcompositor: Verify XDG_RUNTIME_DIR variable
2012-06-20 Kristian Høgsbergcompositor: flush the batched up damage when shm buffe...
2012-06-20 Kristian Høgsbergcompositor: Don't schedule repaint from weston_surface_...
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: Destroy EGLImage and texture when a NULL...
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 Kristian Høgsbergcompositor: Track damage in surface-local coordinates
2012-06-18 Kristian Høgsbergcompositor: Drop old wrapper for surface_to_global_float()
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 Kristian Høgsbergcompositor: Don't remove surface->link in weston_surfac...
2012-06-15 Ander Conselvan... compositor: Track pointer image protocol change
2012-06-15 Ander Conselvan... compositor: Fix crash when surface is map'd and unmap...
2012-06-15 Scott MoreauIncrement frame_counter before calling animation->frame().
2012-06-13 Jonas Ådahlshell: Virtual workspaces
next