Commit Graph

  • 325a331425 Fix some build errors Drew DeVault 2017-06-12 22:45:25 -0400
  • 2b06f88f0b Combine internal DRM headers into one Drew DeVault 2017-06-10 12:30:02 -0400
  • 28e3148bbc Spice up the example program a bit Drew DeVault 2017-06-09 10:38:29 -0400
  • 7a25d6c50b Destroy gles3 wlr_surfaces Drew DeVault 2017-06-09 10:33:02 -0400
  • 2b909e1729 Add error "handling" to gles3 backend Drew DeVault 2017-06-09 10:28:50 -0400
  • 63c3faa006 Fixed rendering bug: Delay calling gbm_surface_release_buffer until it has been scanned out. Scott Anderson 2017-06-09 17:15:55 +1200
  • cd6a40d816 Further improvements to rendering subsystem Drew DeVault 2017-06-08 15:52:42 -0400
  • 83f8864f0a Add wlr_renderer and move quad rendering there Drew DeVault 2017-06-08 12:02:51 -0400
  • 211488131f Add wlr_shader to wlr-render Drew DeVault 2017-06-08 11:30:38 -0400
  • fc1dc1b5b0 Use constant VBO for quad, add matrix stuff Drew DeVault 2017-06-07 21:35:07 -0400
  • cda12a3eda Add texture, use index buffer, tweak matricies Drew DeVault 2017-06-07 11:05:31 -0400
  • 382f712792 Merge remote-tracking branch 'upstream/master' into rotation Scott Anderson 2017-06-08 00:52:33 +1200
  • 69deb99a65 Merge pull request #10 from ascent12/edid Drew DeVault 2017-06-07 08:42:10 -0400
  • 632a7acb03 Filled out more wlr_output fields. Scott Anderson 2017-06-08 00:39:40 +1200
  • 53dd622263 Provide user with transformation matrix Scott Anderson 2017-06-07 16:43:57 +1200
  • 6f5c70ac69 Let backend track transform state Drew DeVault 2017-06-06 11:48:30 -0400
  • e240fb0518 s/-d/-o/ Drew DeVault 2017-06-06 11:25:36 -0400
  • f0a6efcfcd example/main.c -> example/simple.c Drew DeVault 2017-06-06 11:19:42 -0400
  • d79f578022 Update README.md, add CONTRIBUTING.md Drew DeVault 2017-06-06 10:54:53 -0400
  • dbb8612d0c Removed testing for wayland/xorg from examples Scott Anderson 2017-06-06 11:17:32 +1200
  • c97de93fe1 Added output rotation example Scott Anderson 2017-06-05 22:48:51 +1200
  • 6298351d83 Merge pull request #7 from ascent12/logging Drew DeVault 2017-06-04 23:16:28 -0400
  • b537656b4b Removed inline function Scott Anderson 2017-06-05 15:09:41 +1200
  • cf07a9fc4f Logging improvements Scott Anderson 2017-06-05 14:50:33 +1200
  • e1c09d8b05 Switch example to use wl_list over list_t Drew DeVault 2017-06-04 19:42:14 -0400
  • 7d82476590 Refactor type implementations Drew DeVault 2017-06-04 19:30:37 -0400
  • 7051d0e79d Merge pull request #6 from ascent12/multi-gpu Drew DeVault 2017-06-04 12:23:05 -0400
  • 5df56653ab Changed invalidate interface. Scott Anderson 2017-06-04 17:43:34 +1200
  • de44994dfc Udev event device matching Scott Anderson 2017-06-03 15:47:33 +1200
  • 40b85d992a Refactor udev and drm initialization Drew DeVault 2017-06-01 20:29:10 -0400
  • 62d612a01e Merge branch 'master' into session ascent12 2017-06-01 23:10:19 +1200
  • ae77004346 Add more logging around udev Drew DeVault 2017-05-31 16:53:59 -0400
  • e2ee67125e s/wayland.h/types.h/g Drew DeVault 2017-05-31 16:24:32 -0400
  • c7f6981d9c Clean up outputs on exit Drew DeVault 2017-05-31 16:17:04 -0400
  • 579909a368 Promote types to a standalone subproject Drew DeVault 2017-05-31 15:43:13 -0400
  • fee409bd0a Generalize DPMS, remove DRM refs from example Drew DeVault 2017-05-31 15:38:26 -0400
  • 03c9b46034 Have backend manage opengl context Drew DeVault 2017-05-31 15:15:42 -0400
  • f9d363fece Added device matching Scott Anderson 2017-05-14 13:07:34 +1200
  • 7efdd3c9fc Refactored renderer startup to function. Scott Anderson 2017-05-14 12:48:47 +1200
  • ce8786721b Got it working. Scott Anderson 2017-05-14 12:31:22 +1200
  • 058b8bdf27 Working commit Scott Anderson 2017-05-14 01:12:47 +1200
  • c88f252580 Initial D-Bus signal support. Scott Anderson 2017-05-13 23:56:40 +1200
  • 66e02e97ec Merge pull request #4 from ascent12/refresh Drew DeVault 2017-05-13 09:40:10 -0400
  • 409065ba2e Changed to signed Scott Anderson 2017-05-14 01:26:43 +1200
  • eac603bfdf Merge branch 'master' into refresh Scott Anderson 2017-05-14 01:24:09 +1200
  • 537096807e Merge pull request #3 from ascent12/master Drew DeVault 2017-05-13 09:04:15 -0400
  • 3000b8615f More accurate refresh rates (mHz) Scott Anderson 2017-05-13 22:27:25 +1200
  • 599d1bcbdc DPMS support Scott Anderson 2017-05-13 20:37:15 +1200
  • c436e76240 Merge pull request #2 from ascent12/master Drew DeVault 2017-05-10 10:37:29 -0400
  • 42878b45a1 Remove unnecessary TODO Drew DeVault 2017-05-10 10:36:37 -0400
  • 00931f2f8f Generalize output handling Drew DeVault 2017-05-07 12:26:48 -0400
  • 15b1ce9e6c Refactor backend state management Drew DeVault 2017-05-07 10:00:23 -0400
  • 7e9feb70a0 Fixed hotplugging + make EGL more chatty. Scott Anderson 2017-05-04 21:58:11 +1200
  • 4285b0c218 Removed unused fields. Scott Anderson 2017-05-03 22:50:18 +1200
  • ef9768858e Changed modesetting interface. Scott Anderson 2017-05-03 22:40:19 +1200
  • d196a79b6c Changed backend to accept wl_display. Scott Anderson 2017-05-03 21:28:44 +1200
  • 0002b8dd08 Added 'direct' session backend Scott Anderson 2017-05-03 19:26:43 +1200
  • 18387468bb Renamed 'wlr_drm_display' to 'wlr_drm_output' Scott Anderson 2017-05-03 17:49:03 +1200
  • 15d247bf34 Changed drm to use new EGL interface. Scott Anderson 2017-05-03 17:17:14 +1200
  • dbceaee9fa Added EGL interface for backends. Scott Anderson 2017-05-03 17:04:41 +1200
  • 81998fdc98 Removed old session code from DRM backend. Scott Anderson 2017-05-03 16:23:07 +1200
  • 762ac7f4c0 New session interface. Scott Anderson 2017-05-03 14:11:22 +1200
  • e446a5300b Added example. Scott Anderson 2017-05-02 18:13:17 +1200
  • e9d716fc0c Changed display to use list_t. Scott Anderson 2017-05-02 14:34:33 +1200
  • 115d4ae637 Changed events to use wayland functions. Scott Anderson 2017-05-02 14:08:34 +1200
  • 562d43a5ec Changed logging. Scott Anderson 2017-05-02 13:00:25 +1200
  • 41a82fd2fc Renaming. Scott Anderson 2017-05-01 17:49:18 +1200
  • 9ac46ec5ed Got it to build Scott Anderson 2017-05-01 15:50:19 +1200
  • 95a553dc51 Moved headers to the correct place. Scott Anderson 2017-05-01 15:33:42 +1200
  • aca13320b3 Inital commit of libotd. Scott Anderson 2017-05-01 15:20:48 +1200
  • 1aed987301 Add free functions for allocated resources Drew DeVault 2017-04-25 21:26:29 -0400
  • 1e8970b4a9 Flesh out wl_seat and fix some bugs Drew DeVault 2017-04-25 19:33:13 -0400
  • 5ca9d612f4 Flesh out wayland backend registry Drew DeVault 2017-04-25 19:19:21 -0400
  • de01e654ce Flesh out wayland backend somewhat, add example Drew DeVault 2017-04-25 15:06:58 -0400
  • 52e6ed54cb Initial commit Drew DeVault 2017-04-25 11:32:52 -0400