115 Commits (73469ed7e622d6349b153810fcfba25a0fccdb57)

Author SHA1 Message Date
Alexander Larsson edddbd14ac Convert all scales to int32_t 12 years ago
Kristian Høgsberg 14e438c8a2 compositor: Parse config file in main(), only keep weston config object 12 years ago
Kristian Høgsberg 8f6fcbfc2e compositor-x11: Use new config file parser 12 years ago
Pekka Paalanen daaddc6032 compositor-x11: fix default output scale 12 years ago
Alexander Larsson 80f9163ad6 compositor-x11: Only repaint the damaged region 12 years ago
Alexander Larsson 4ea9552d05 compositor: Support output/buffer scaling 12 years ago
Ossama Othman a50e6e4c50 config-parser: Honor XDG_CONFIG_DIRS 12 years ago
Kristian Høgsberg a4036bbd23 input: Allocate pointer/keyboard/touch structs 12 years ago
Kristian Høgsberg e314875d00 input: Merge wl_seat into weston_seat 12 years ago
Kristian Høgsberg 29139d4a45 fold wl_keyboard into weston_keyboard 12 years ago
Jonas Ådahl e5a1225bc4 Make backends always specify output repaint time 12 years ago
Kristian Høgsberg 5006596a72 compositor-x11: Fix relative motion reporting for multiple outputs 12 years ago
Kristian Høgsberg 068b61c254 compositor: Change notify_motion to take relative motion events 12 years ago
Kristian Høgsberg 4172f668e7 Pass argc pointer to parse_options() 12 years ago
Kristian Høgsberg 7cc3d846f4 compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREEN 12 years ago
Kristian Høgsberg 2f07ef6963 xkb: Don't call exit on failure in weston_compositor_xkb_init() 12 years ago
Kristian Høgsberg 4fd273f400 compositor-x11: Fix pointer type warning 12 years ago
Kristian Høgsberg 8e7adbff68 compositor-x11: Wait for configure_notify for fullscreen 12 years ago
Kristian Høgsberg 3c2360ff9d Add new shared/image-loader.h to separate include dependencies 12 years ago
Ander Conselvan de Oliveira 936effddeb pixman-renderer: Move shadow buffer into renderer 12 years ago
Vasily Khoruzhick 1bfe2e6f4b Make EGL/GLESv2 dependencies optional 12 years ago
Vasily Khoruzhick 52cfd61cdb renderer: introduce destroy callback 12 years ago
Vasily Khoruzhick d894351707 compositor-x11: rename use-shm to use-pixman 12 years ago
Vasily Khoruzhick b3add192ed x11 backend: add option to use pixman renderer 12 years ago
Pekka Paalanen 4fbb65372e Fix build warnings from image_loader 12 years ago
Ander Conselvan de Oliveira 0a887728ea compositor: Move clearing of primary plane damage to the backends 12 years ago
John Kåre Alsaker 779b52ac3a Rename gles2-renderer to gl-renderer. 12 years ago
John Kåre Alsaker 30d2b1fd4b Move EGL and GL includes to a gles2-renderer header. 12 years ago
John Kåre Alsaker 1b7ad160a3 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. 12 years ago
John Kåre Alsaker 94659274b4 Move weston_output EGL state into gles2-renderer. 12 years ago
Kristian Høgsberg d6f09a75a7 compositor-x11: Improve fullscreen support 12 years ago
Ran Benita 7109cc8b06 compositor-x11: verify that detectable repeat was really set 12 years ago
Ran Benita 6a39d8790e compositor-x11: properly initialize XKB extension 12 years ago
Ran Benita 7b5e3cd9b1 compositor-x11: free or discard XCB generic_error's 12 years ago
Ran Benita 424ae0151e compositor-x11: use _checked() with xkb_select_events to test for error 12 years ago
Kristian Høgsberg 7330862f9e compositor-x11: Grab pointer on button press, ungrab on release 12 years ago
Kristian Høgsberg aac8693cf3 compositor-x11: Inherit initial modifier state from XKB 12 years ago
John Kåre Alsaker 5e48a85e6b compositor-x11: Fix a memory leak. 12 years ago
John Kåre Alsaker 143a898fcc compositor-x11: Clean up event handling. 12 years ago
Jonas Ådahl 62efe20cb9 compositor-x11: Update axis notifications to follow protocol 12 years ago
Kristian Høgsberg 3a0de88abf compositor: Move unbind_display call into gles2-renderer.c 12 years ago
Kristian Høgsberg 9793fc7a4e compositor: Move EGL context creation to gles2-renderer.c 12 years ago
Kristian Høgsberg 2bc5e8eaf8 compositor: Create outputs before initializing GLES2 state 12 years ago
Kristian Høgsberg fa1be023a2 compositor: Introduce a weston_renderer object 12 years ago
Kristian Høgsberg 25894fc920 compositor: Move gles2 initialization to gles2-renderer.h 12 years ago
Kristian Høgsberg d7c172648d compositor: Consolidate output repaint logic 12 years ago
Pekka Paalanen 07c91f8371 compositor: triangle fan debug 12 years ago
Scott Moreau 1bad5db9d6 Implement output transformations. 12 years ago
Kristian Høgsberg cb3eaae9ad compositor: Change notify_* function to take a weston_seat 12 years ago
Kristian Høgsberg 4f92c5392a compositor-x11: Move X11 core input seat into x11_compositor 12 years ago