aboutsummaryrefslogtreecommitdiff
path: root/example/rotation.c
AgeCommit message (Collapse)Author
2017-06-28Move example -> examplesDrew DeVault
And the compositor example into its own directory
2017-06-23Support wl_shm pixel formats in gles2 rendererDrew DeVault
2017-06-23Switch to GLES2Drew DeVault
Closes #13
2017-06-22Use wl_display_run and refactor example keyboardsDrew DeVault
2017-06-21Update everyone to use new headersDrew DeVault
2017-06-21Added VT switching to every exampleScott Anderson
2017-06-20Add dynamic output resizing for Wayland backendDrew DeVault
This allows outputs to: - Not support modesetting - Resize themselves
2017-06-20Clean up Wayland backend GL context and suchDrew DeVault
2017-06-16Add (broken) DRM hardware cursorsDrew DeVault
2017-06-13Implement libinput wlr_pointerDrew DeVault
2017-06-13Simplify examplesDrew DeVault
2017-06-13Flesh out keyboard support in examplesDrew DeVault
2017-06-13Add error handling and init in backend_autocreateDrew DeVault
2017-06-09Spice up the example program a bitDrew DeVault
2017-06-08Further improvements to rendering subsystemDrew DeVault
2017-06-08Add wlr_renderer and move quad rendering thereDrew DeVault
2017-06-08Add wlr_shader to wlr-renderDrew DeVault
2017-06-07Use constant VBO for quad, add matrix stuffDrew DeVault
2017-06-07Add texture, use index buffer, tweak matriciesDrew DeVault
2017-06-07Provide user with transformation matrixScott Anderson
2017-06-06Let backend track transform stateDrew DeVault
This will be necessary to provide it to clients via wl_output.
2017-06-06s/-d/-o/Drew DeVault
2017-06-06Removed testing for wayland/xorg from examplesScott Anderson
2017-06-05Added output rotation exampleScott Anderson