Replace fprintf() by weston_log()
[profile/ivi/weston.git] / src / compositor-drm.c
2012-06-08 Martin MinarikReplace fprintf() by weston_log()
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 StoneSplit bindings into separate key/button/axis bindings
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-10 Kristian HøgsbergFix a few -pedantic warnings
2012-05-10 Kristian Høgsbergcompositor: Report refresh rates in mHz
2012-05-03 Kristian Høgsbergdrm: Make KMS hw cursors work again
2012-05-02 Ander Conselvan... compositor-drm: alow scanning out of buffers with XRGB8...
2012-05-02 Ander Conselvan... compositor-drm: refactor to avoid unnecessary allocatio...
2012-04-30 Ander Conselvan... compositor-drm: call EGL cleanup functions on exit
2012-04-20 Scott Moreauscreenshooter: Grab pixel data directly before buffer...
2012-04-19 Alex Wucompositor-drm: Remove an useless code line.
2012-04-17 Alex Wushell: Implement "driver" method of fullsceen.
2012-04-17 Alex Wucompositor-drm: Add switch_mode support.
2012-04-17 Alex Wucompositor: Add a switch_mode hook and a wrapper into...
2012-04-17 Pekka Paalanencompositor: make GL_EXT_read_format_bgra optional
2012-04-12 Kristian HøgsbergUse wl_signal mechanism
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-10 Kristian Høgsbergdrm: Add vt switch keybindings
2012-04-10 Kristian Høgsbergdrm: Remove input devices before cancelling repaints...
2012-04-09 Benjamin Franzkeevdev: Disable the udev monitor when another vt becomes...
2012-04-06 Benjamin FranzkeIntroduce weston-launch
2012-04-04 Scott Moreauscreenshooter: Properly handle multiple outputs.
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-29 Jonas ÅdahlProperly dispose event sources and event loops
2012-03-29 Kristian Høgsbergcompositor: Stop using EGL_KHR_surfaceless_gles2
2012-03-29 Kristian Høgsbergcompostor-drm: Use gbm surface
2012-03-26 Kristian Høgsbergcompositor-drm: Check es->image, not es->buffer when...
2012-03-22 Rob Clarkdrm: plane src coords are 16.16 fixed point
2012-03-21 Tiago Vignatticompositor: use smoother range for backlight control
2012-03-12 Kristian HøgsbergAdd an option parser
2012-03-12 Rob Clarkdrm: fix issue copying supported plane formats
2012-03-11 David Herrmanncompositor-drm: use udev_device_get_property_value...
2012-03-11 David Herrmanncompositor-drm: ignore hotplug-events from other devices
2012-03-08 Christopher Michaeldrm: Fix drmModeRes leak on error paths
2012-03-06 Kristian Høgsbergdrm: Disable sprites if they're broken
2012-03-02 Kristian HøgsbergMerge branch 'layers'
2012-03-01 Kristian Høgsbergcompositor: Store opaque clip for previous frame in...
2012-02-29 Tiago Vignatticompositor: add dpms and backlight support
2012-02-24 Kristian Høgsbergdrm: Remove redundant cursor region math
2012-02-24 Kristian Høgsbergdrm: Remove redundant weston_surface_update_transform...
2012-02-24 Kristian HøgsbergMove weston_output_set_cursor into compositor-drm.c
2012-02-24 Kristian Høgsbergcompositor-drm: Destroy sprites on shutdown, turn off...
2012-02-24 Kristian Høgsbergcompositor: Remove unused compositor vfunc create_curso...
2012-02-24 Jesse Barnescompositor-drm: Add sprite support
2012-02-23 Jesse Barnescompositor: add an assign_planes hook to the output
2012-02-17 Kristian Høgsbergcompositor: Get rid of surface->visual
2012-01-27 Kristian HøgsbergMerge remote-tracking branch 'pq/transform-v1'
2012-01-27 Pekka Paalanencompositor: move weston_surface::width,height into...
2012-01-27 Pekka Paalanencompositor-drm: do not scan out transformed surfaces
2012-01-27 Pekka Paalanencompositor: move weston_surface::x,y into geometry
2012-01-26 Kristian Høgsbergcompositor: Move tracking of scanout buffers to composi...
2012-01-26 Kristian Høgsbergcompositor: Remove prepare_scanout_surface callout
2012-01-26 Kristian Høgsbergcompositor: Pull prepare_render and present callouts...
2012-01-26 Kristian Høgsbergcompositor: Move repaint loop into a backend function
2012-01-18 Kristian Høgsbergdrm: Don't print warning if cursor stride isn't right
2012-01-18 Kristian Høgsbergtty: Switch back to launch tty if we switched away
2012-01-18 Kristian Høgsbergdrm: Cancel any scheduled repaints in the leave vt...
2012-01-18 Kristian Høgsbergdrm: Reset kms mode on vt enter
2012-01-18 Kristian Høgsbergdrm: Complain if pageflip fails
2012-01-16 Kristian Høgsbergcompositor-drm: Exit if we failed to get drm master
2012-01-15 Kristian Høgsbergcompositor-drm: Fail, and fail early if we can't set...
2012-01-15 Kristian Høgsbergtty: If no tty option is given, use stdin and make...
2012-01-03 Kristian HøgsbergMerge remote-tracking branch 'pq/compositor-dtors-v1'
2012-01-03 Kristian HøgsbergRename wayland-compositor to weston