aboutsummaryrefslogtreecommitdiff
path: root/examples/rotation.c
AgeCommit message (Expand)Author
2018-05-10Moved cat out of support, removed supportTimidger
2018-04-01examples: get wlr_renderer from the backendemersion
2018-03-31Untie wlr_backend from wlr_rendereremersion
2018-03-24Redesign wlr_textureemersion
2018-03-21render/gles2: make wlr_renderer_begin take viewport sizeemersion
2018-03-19render: split render.h into wlr_renderer.h and wlr_texture.hemersion
2018-03-15renderer: replace wlr_texture_get_matrix by wlr_render_textureemersion
2018-03-15matrix: use 2D matricesemersion
2018-03-15matrix: unify API, don't use array pointersemersion
2018-03-15matrix: move to types/emersion
2018-02-25Add alpha to wlr_render_with_matrixGuido Günther
2018-02-03render: make wlr_renderer_clear take a float[4] for the coloremersion
2018-01-22render: add wlr_renderer_clear and wlr_renderer_scissoremersion
2018-01-21Merge remote-tracking branch 'upstream/master' into output-damageemersion
2018-01-21style: include brackets for if/while/for, even if it's a single statementJohannes Schramm
2018-01-21output: add damage tracking via buffer ageemersion
2018-01-19output: fix software cursors damage trackingemersion
2018-01-15Fixed logging for examplesTimidger
2017-12-12Update output layout when scale or transform changesemersion
2017-11-01Move shared example codeDrew DeVault
2017-09-25Merge branch 'master' into rootstonDrew DeVault
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
2017-09-22wlr-seat-keyboard: basic eventsTony Crisci
2017-08-26refactor example config and add ini.cTony Crisci
2017-08-19examples: separate compositor_fini from runDominique Martinet
2017-08-19wlr renderer/texture: rename init to create when it does allocDominique Martinet
2017-08-18Refactor example output configTony Crisci
2017-08-17Fix wlr_seat; add to example compositornyorain
2017-08-15Prevent alloc errors from crashingCalvin Lee
2017-08-10Refactor EGL handlingDrew DeVault
2017-08-10Fix example for updated glesnyorain
2017-08-10Implement drm (egl) buffer attachingnyorain
2017-08-08Rename wlr_surface -> wlr_texture; attach -> uploadnyorain
2017-08-06Changed header paths.Scott Anderson
2017-07-11Fixed that warnings that showed up with optimisations.Scott Anderson
2017-06-29Merge branch 'wlcore'Drew DeVault
2017-06-28Move example -> examplesDrew DeVault