Commit Graph

  • d4b4bfb8bc Fix #64 Drew DeVault 2017-08-13 08:26:32 -0400
  • e6a7817e45 Fix build on systems without systemd Drew DeVault 2017-08-13 08:21:57 -0400
  • de4dff79b2 Merge pull request #81 from martinetd/wayland_loop Drew DeVault 2017-08-13 07:24:10 -0400
  • 5c82d2f5c3 libinput backend: massive renaming Dominique Martinet 2017-08-13 00:50:09 +0200
  • 08a2afdf6f libinput backend: match logging for removal and add Dominique Martinet 2017-08-13 00:57:39 +0200
  • 701e147b9b libinput: remove useless get_context call Dominique Martinet 2017-08-13 00:34:52 +0200
  • f2e2794365 wayland backend: do not watch wayland fd for writable Dominique Martinet 2017-08-12 23:47:19 +0200
  • 60d1131df2 Re-enable backend autoselection Drew DeVault 2017-08-12 19:55:40 -0400
  • 234b2104e4 Refactor wlr_backend_state out of DRM backend Drew DeVault 2017-08-12 19:52:22 -0400
  • c95a108d2f Update libinput backend with new state design Drew DeVault 2017-08-12 13:51:47 -0400
  • 81cd90297d Refactor out wlr_backend_state from wl/multi Drew DeVault 2017-08-12 11:43:36 -0400
  • e2386043f6 Merge pull request #78 from martinetd/fix_device_remove Drew DeVault 2017-08-12 09:22:29 -0400
  • 5ba7560782 Merge pull request #77 from nyorain/external_shader_fix Drew DeVault 2017-08-12 09:19:51 -0400
  • 3e2cb5b5cf libinput: fix segfault when handling non-wlr device removal Dominique Martinet 2017-08-12 15:13:29 +0200
  • f066ff6d02 Fix external shader nyorain 2017-08-12 14:48:24 +0200
  • 2d6d2bcef9 Merge pull request #75 from nyorain/egl_image_leak Drew DeVault 2017-08-12 08:22:04 -0400
  • 53a53f55b4 Merge pull request #74 from martinetd/more_leaks Drew DeVault 2017-08-12 08:21:18 -0400
  • 862bc9783f Fix egl image leak in gles renderer nyorain 2017-08-12 11:41:40 +0200
  • 3ea878b76e wayland backend: free seatName Dominique Martinet 2017-08-12 01:19:45 +0200
  • 8427749dd0 wayland backend: emit signal for input/output removal Dominique Martinet 2017-08-12 01:16:12 +0200
  • c323bfc6a0 GLES2: detach and delete shaders after LinkProgram Dominique Martinet 2017-08-12 00:02:33 +0200
  • de86965174 Use libinput_event_destroy/xkb_*_unref Dominique Martinet 2017-08-12 00:02:04 +0200
  • e1293a7853 libinput: signal input remove on libinput backend destroy Dominique Martinet 2017-08-11 22:55:36 +0200
  • be3a0ad065 libinput backend: fill in handle_device_removed Dominique Martinet 2017-08-11 22:46:50 +0200
  • 65a8999242 Merge pull request #73 from martinetd/fix_libinput Drew DeVault 2017-08-11 15:12:01 -0400
  • c42674bc25 Fix libinput destroy for devices with multiple capabilities Dominique Martinet 2017-08-11 21:02:40 +0200
  • ce65a0c138 Merge pull request #69 from 4e554c4c/user_data Drew DeVault 2017-08-11 14:59:15 -0400
  • a8c1e8ce69 Add user data to wlr_* structs Calvin Lee 2017-08-11 20:23:53 +0200
  • 3f1b94c019 Merge pull request #70 from nyorain/surface_values Drew DeVault 2017-08-11 14:38:57 -0400
  • ed2fc30625 Fix wlr_surface invalid values nyorain 2017-08-11 20:30:42 +0200
  • 9f103ca71e Merge pull request #66 from martinetd/leak_plumbing Drew DeVault 2017-08-11 14:22:02 -0400
  • 1c7dd71208 WIP: example/shared.c free Dominique Martinet 2017-08-11 19:23:52 +0200
  • 0354aaeff2 Complete a few destroy functions Dominique Martinet 2017-08-11 19:17:03 +0200
  • 0663b6d1e1 Build libinput events on the stack instead of allocating Dominique Martinet 2017-08-11 18:38:27 +0200
  • 62d8b252c0 Refactor meson and move xdg-shell into wlroots Drew DeVault 2017-08-11 09:37:09 -0400
  • a6efb90382 s/gen/ensure/ fixes #47 Drew DeVault 2017-08-11 09:00:26 -0400
  • 3375381610 Fix segfault during xdg-shell cleanup Drew DeVault 2017-08-10 22:23:46 -0400
  • 6569c2b626 Merge pull request #53 from nyorain/drm_buffer Drew DeVault 2017-08-10 22:20:21 -0400
  • c24351681f Refactor EGL handling Drew DeVault 2017-08-10 22:15:37 -0400
  • fe2fbd0fad Fix possible use of CRTC after monitor is unplugged Scott Anderson 2017-08-11 11:12:41 +1200
  • 5465621d0a Update rotation matrix correctly. Fixes #60. Scott Anderson 2017-08-11 09:29:28 +1200
  • 4aaf76cb66 wlr_output_update_matrix during wl backend init Drew DeVault 2017-08-10 13:27:14 -0400
  • 7095274a9e Merge branch 'master' into drm_buffer Drew DeVault 2017-08-10 13:19:39 -0400
  • ea63f9e53f Merge pull request #59 from acrisci/bug/release-when-no-damage Drew DeVault 2017-08-10 11:18:24 -0400
  • 73adb49f15 release buffer on surface flush when no damage Tony Crisci 2017-08-10 11:12:33 -0400
  • 3c12a32d1f Merge pull request #58 from acrisci/feature/enable-gl-blending Drew DeVault 2017-08-10 08:41:11 -0400
  • 49e97857c7 enable gl blending Tony Crisci 2017-08-10 08:36:33 -0400
  • 888986b038 Remove excess logging Drew DeVault 2017-08-10 08:36:45 -0400
  • 7da43ff8b0 Implement wlr_surface_flush_damage Drew DeVault 2017-08-10 08:26:16 -0400
  • 947bb2e436 Merge pull request #57 from acrisci/feature/create-region Drew DeVault 2017-08-10 07:40:37 -0400
  • 31d78ff497 Fix wlr_surface destruction bug nyorain 2017-08-10 12:42:35 +0200
  • 14654ecb77 implement compositor create region Tony Crisci 2017-08-10 05:57:58 -0400
  • 073dff63da Fix style issues nyorain 2017-08-10 11:05:18 +0200
  • 1901c3e1b6 Fix example for updated gles nyorain 2017-08-10 11:03:15 +0200
  • 67369173aa Implement drm (egl) buffer attaching nyorain 2017-08-09 21:25:34 +0200
  • 750d0ad458 Flesh out wlr_surface state lifecycle a bit Drew DeVault 2017-08-09 23:34:50 -0400
  • a5d1b6a2c9 Specify gcc explicitly in .build.yml Drew DeVault 2017-08-09 22:59:02 -0400
  • e2b7712302 Use texture->pixel_format instead of re-scanning Drew DeVault 2017-08-09 22:56:57 -0400
  • 4de930542f Implement partial texture uploads Drew DeVault 2017-08-09 22:17:40 -0400
  • b109aecff9 Merge pull request #52 from acrisci/feature/surface-frame-cb Drew DeVault 2017-08-09 17:52:31 -0400
  • 4dfc6460f3 Style fixes Drew DeVault 2017-08-09 17:52:02 -0400
  • 8306f46dfb implement surface frame Tony Crisci 2017-08-09 15:58:41 -0400
  • 87fe13a9fa release shm buffer after uploading Tony Crisci 2017-08-09 15:58:22 -0400
  • 3ce1341e3c Merge pull request #43 from acrisci/feature/shell-surface-interface Drew DeVault 2017-08-09 17:30:51 -0400
  • bd2e9a7168 Style cleanup Drew DeVault 2017-08-09 17:30:22 -0400
  • 5a7595af77 use generators for wayland protocol gen Tony Crisci 2017-08-09 13:25:52 -0400
  • 26edd5fb9e cleanup for style and formatting Tony Crisci 2017-08-09 12:23:38 -0400
  • 816a7f8257 add xdg shell destructors Tony Crisci 2017-08-09 10:55:23 -0400
  • bdfe9faf58 Add todo for destroy_xdg_shell_surface Tony Crisci 2017-08-09 07:30:30 -0400
  • a6c7d8d14f send configure event after creating toplevel Tony Crisci 2017-08-09 07:27:49 -0400
  • 5add87cac6 rename wlr_surface to wlr_texture Tony Crisci 2017-08-09 07:12:26 -0400
  • 15885ab54a implement xdg toplevel stubs Tony Crisci 2017-08-08 17:22:11 -0400
  • c3f15ea284 Add xdg shell stubs Tony Crisci 2017-08-08 08:09:14 -0400
  • 347707c962 Add shell surface stubs Tony Crisci 2017-08-05 12:57:34 -0400
  • df378d3274 Merge pull request #50 from nyorain/wl_surface Drew DeVault 2017-08-09 11:32:02 -0400
  • fb58307a50 Fix surface destruction nyorain 2017-08-09 16:25:54 +0200
  • cf9ee6ce3f Move wlr_surface into wlr nyorain 2017-08-09 15:58:10 +0200
  • 8473c3955c Add first wlr_surface example implementation nyorain 2017-08-09 15:33:30 +0200
  • 6345d6deed Merge pull request #51 from nyorain/region Drew DeVault 2017-08-09 11:09:36 -0400
  • 60ecbe4246 Update ci for pixman nyorain 2017-08-09 17:06:19 +0200
  • 1bea754521 Implement wlr_region using pixman nyorain 2017-08-09 16:24:28 +0200
  • a77fac0760 Added null check on crtc Scott Anderson 2017-08-10 01:43:42 +1200
  • ef1f947d49 Merge pull request #49 from ascent12/drm-atomic Drew DeVault 2017-08-09 08:07:12 -0400
  • af67966d92 Atomic modesetting Scott Anderson 2017-08-09 20:43:01 +1200
  • 913829e381 Switch .build.yml to meson Drew DeVault 2017-08-08 18:02:32 -0400
  • ba87585bbe Merge pull request #48 from nyorain/wlr_texture Drew DeVault 2017-08-08 13:12:16 -0400
  • e167f41fde Rename wlr_surface -> wlr_texture; attach -> upload nyorain 2017-08-08 18:02:14 +0200
  • 622a0d838b Add logging in wlr_cursor Drew DeVault 2017-08-08 11:56:52 -0400
  • 9383aaf89e Accomodate for hotspot in cursor position Drew DeVault 2017-08-08 11:44:44 -0400
  • afd058b754 Fix software cursor. Fixes #45 Scott Anderson 2017-08-08 20:22:26 +1200
  • 7486263f7e Add xcursor sublibrary Drew DeVault 2017-08-07 21:13:04 -0400
  • ab063c3936 Merge pull request #44 from ascent12/drm Drew DeVault 2017-08-07 08:01:32 -0400
  • d09ca20a4d Use gbm_bo_map for cursor Scott Anderson 2017-08-07 21:07:42 +1200
  • dbe66d1963 Style changes Scott Anderson 2017-08-07 10:15:05 +1200
  • 5a636b21ba Remove old fields Scott Anderson 2017-08-06 21:51:34 +1200
  • 5f7042a1f2 Moved headers Scott Anderson 2017-08-06 21:49:04 +1200
  • d307c2f2c2 Renamed some variables to be less generic Scott Anderson 2017-08-06 21:42:36 +1200
  • 1db97a9af9 Updated DRM cursor rendering Scott Anderson 2017-08-06 21:38:40 +1200
  • aedfa27d3a Clean up resources when plane is reassigned Scott Anderson 2017-08-05 21:29:58 +1200
  • 2f8b5c4448 More cleanups Scott Anderson 2017-08-05 19:49:34 +1200