summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-10compositor-drm: Add support for EGLDevice+EGLOutputHEADnvidia_headMiguel A. Vico2-103/+234
2016-05-10compositor-drm: Gracefully handle vblank and flip invalid timestampsMiguel A. Vico1-3/+23
2016-05-10gl-renderer: Add EGL client support for EGLStream frame presentationMiguel A. Vico2-1/+186
2016-05-08gl-renderer: Add support for EGLDevice composited frame presentationMiguel A. Vico3-3/+307
2016-05-08gl-renderer: Add EGLDevice enumeration supportMiguel A. Vico2-1/+93
2016-05-08gl-renderer: Refactor gl_renderer_output_window_create()Miguel A. Vico1-32/+64
2016-05-08gl-renderer: Accept non-NULL empty <visual_id> arraysMiguel A. Vico1-1/+1
2016-05-08gl-renderer: Add <platform_attribs> param to gl_renderer_display_createMiguel A. Vico6-4/+8
2016-05-08gl-renderer: Rename <attribs> param of gl_renderer to <config_attribs>Miguel A. Vico2-6/+6
2016-05-08gl-renderer: Rename gl_renderer::output_create to output_window_createMiguel A. Vico6-7/+7
2016-05-08gl-renderer: Rename gl_renderer_create to gl_renderer_display_createMiguel A. Vico6-8/+9
2016-05-06compositor: refactor into convert_size_by_transform_scale()Pekka Paalanen1-40/+40
2016-05-06compositor: constify weston_surface_build_buffer_matrix()Pekka Paalanen1-2/+2
2016-05-04releasing: Correct documentation for script nameBryce Harrington1-1/+1
2016-05-04compositor-wayland: put configuration structure in separate headerBenoit Gschwind3-19/+62
2016-05-04compositor-wayland: split backend_initBenoit Gschwind1-53/+126
2016-05-04compositor-wayland: split wayland_output_create_for_configBenoit Gschwind1-36/+68
2016-05-04compositor-wayland: move config parsing in create_cursorBenoit Gschwind1-13/+19
2016-05-04compositor-wayland: use new config struture to create backendBenoit Gschwind1-7/+6
2016-05-04compositor-wayland: fix memory leak of display_nameBenoit Gschwind1-0/+2
2016-05-04compositor-wayland: create a basic config structure to use in new init APIBenoit Gschwind1-14/+23
2016-05-04libinput: Remove unused static valuesDaniel Stone1-3/+0
2016-05-04weston.pc: Properly specify Requires.privateQuentin Glidic1-0/+1
2016-05-03configure.ac: bump to version 1.10.91 for the alpha releaseBryce Harrington1-1/+1
2016-05-03compositor.h: Add shell_interface.get_output_work_areaQuentin Glidic2-1/+4
2016-05-03x11: Fix incorrect output counting logicBryce Harrington1-1/+1
2016-05-03x11: port the x11 backend to the new init apiBenoit Gschwind4-104/+264
2016-05-02headless-backend: fix leak of transform configurationBenoit Gschwind1-3/+7
2016-04-29compositor: Hyphenate compound adjective surface-localYong Bakos1-1/+1
2016-04-29ivi-application: Hyphenate compound adjective surface-localYong Bakos1-1/+1
2016-04-29ivi-layout: Correct coordinate adjective grammar, misspellingsYong Bakos1-8/+8
2016-04-29fullscreen-shell: Use 'surface-local' to correct grammarYong Bakos1-1/+1
2016-04-29desktop-shell: Use 'surface-local' to correct grammarYong Bakos1-1/+1
2016-04-29fbdev-backend: refactor configuration APIBenoit Gschwind4-38/+121
2016-04-29compositor-fbdev: make copy of the device stringPekka Paalanen1-5/+8
2016-04-26linux-dmabuf: Keep checking planes even if the first doesn't support lseekDerek Foreman1-1/+1
2016-04-25man: Clarify weston.ini scale optionYong Bakos1-6/+11
2016-04-25compositor-rdp: refactor configuration APIBenoit Gschwind4-45/+137
2016-04-25clients/nested: fix undefined reference to xzallocU. Artie Eoff1-0/+1
2016-04-25build: Add (and use) an AC_SEARCH_LIBS wrapperQuentin Glidic2-13/+42
2016-04-22build: actually use CLOCK_GETTIME_LIBS for libzunitcGustavo Zacarias1-1/+2
2016-04-22build: add check for clock_gettime() in librtGustavo Zacarias2-7/+13
2016-04-22tests: check for NULL surface in keyboard and pointer handlersPekka Paalanen1-4/+11
2016-04-22weston-info: look for the right wp_presentationPekka Paalanen1-1/+1
2016-04-22input: Don't try to send axis_source when there are no resourcesJonas Ådahl1-0/+3
2016-04-22data-device: Update current action even if source version is oldJonas Ådahl1-10/+12
2016-04-22desktop-shell: Get rid of some unused fieldsJonas Ådahl1-6/+0
2016-04-22desktop-shell: Unset the shell surface owner when it goes awayJonas Ådahl1-1/+10
2016-04-18headless: port the headless backend to the new init apiBenoit Gschwind4-44/+126
2016-04-18main: document load_backend_new()Bryce Harrington1-1/+14