102 Commits (e2464fd414c3ad2d7b7c3d711ad5886c24f36a37)

Author SHA1 Message Date
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
Kristian Høgsberg 99fd1015d0 compositor: Drop output->flags 12 years ago
Scott Moreau ca9b09d945 compositor-x11: Always free output_mode on error. 12 years ago
Scott Moreau 248aaecda2 compositor-x11: Allow output configuration from config file. 13 years ago
Kristian Høgsberg 64eca8949b compositor: Fold the log prototypes into compositor.h and drop log.h 13 years ago
Kristian Høgsberg 7b884bc0de compositor: Use a minimal restore handler for crash clean up 13 years ago
Martin Olsson 11434bb2ea compositor-x11: Add error handling in x11_compositor_create() 13 years ago
Kristian Høgsberg 1248158e7d compositor-x11: Set make and model so we don't send NULL strings 13 years ago
Daniel Stone 725c2c3d68 Split weston_compositor_init into base and _gl 13 years ago
Daniel Stone 154c34c851 compositor-x11: Attempt to track state without XKB 13 years ago
Daniel Stone e2faa120ef compositor-x11: Use XKB StateNotify to synchronise state 13 years ago
Daniel Stone 1b4e11f38e notify_key: Add update_state argument 13 years ago
Daniel Stone 3ee91e1879 compositor-x11: Use XKB detectable autorepeat if possible 13 years ago
Daniel Stone 62b33b6964 compositor-x11: Add base XCB/XKB support 13 years ago