summaryrefslogtreecommitdiff
path: root/src/compositor/meta-shaped-texture.c
Commit message (Expand)AuthorAgeFilesLines
* shaped-texture: Clean up set_opaque_region()Robert Mader2020-06-291-7/+1
* shaped-texture: Use the REPLACE combine function on opaque areasDaniel van Vugt2020-06-271-6/+3
* shaped-texture: Reintroduce clip_regionRobert Mader2020-06-221-5/+41
* shaped-texture: Fix typo in documentationRobert Mader2020-05-131-1/+1
* shaped-texture: Add a few explanatory commentsNiels De Graef2020-05-131-1/+60
* clutter/paint-context: Allow passing redraw clip to offscreen paint contextJonas Ådahl2020-04-231-1/+2
* clutter/paint-context: Add paint flagJonas Ådahl2020-04-231-1/+2
* shaped-texture: Fix use-nearest check when viewports are scaledJonas Ådahl2020-03-261-2/+29
* clutter: fix hole in ClutterPaintNodeChristian Hergert2020-02-211-3/+3
* shaped-texture: Add `get_width()`/`get_height()` APIOlivier Fourdan2020-02-111-0/+20
* shaped-texture: Remove unused meta-cullable headerRobert Mader2020-02-071-1/+0
* shaped-texture: Plug region leakSebastian Keller2020-01-161-0/+2
* shaped-texture: Make setting the same texture a no-opJonas Ådahl2020-01-101-0/+3
* shaped-texture: Minor clean upJonas Ådahl2020-01-101-7/+2
* clutter, core: Stop using the Cogl framebuffer stackJonas Ådahl2019-12-031-12/+16
* clutter/paint-node: Have caller of .._get_framebuffer() handle fallbackJonas Ådahl2019-12-031-1/+5
* clutter: Introduce paint contextsJonas Ådahl2019-12-031-4/+9
* shaped-texture: Do not invalidate content on set_cogl_texture()Robert Mader2019-11-261-2/+0
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-221-5/+1
* Replace ClutterGeometry by graphene_rect_tGeorges Basile Stavracas Neto2019-10-161-1/+1
* Replace ClutterRect by graphene_rect_tGeorges Basile Stavracas Neto2019-10-161-6/+6
* Replace CoglEuler by graphene_euler_tGeorges Basile Stavracas Neto2019-10-161-8/+15
* window-actor: Move shapes, shadows and unredirection to X11 sub typesJonas Ådahl2019-10-161-1/+1
* shaped-texture: Add API to check opaquenessJonas Ådahl2019-10-161-0/+54
* shaped-texture: Use surface coordinates in get_image()Robert Mader2019-09-201-33/+48
* shaped-texture: Mark set the clip and return value nullableMarco Trevisan (Treviño)2019-09-201-2/+2
* shaped-texture: Move MetaCullable helpers to MetaSurfaceActorGeorges Basile Stavracas Neto2019-08-231-154/+23
* shaped-texture: Draw pipeline relative to allocGeorges Basile Stavracas Neto2019-08-231-8/+18
* shaped-texture: Implement ClutterContentGeorges Basile Stavracas Neto2019-08-231-273/+229
* shaped-texture: Use draw_rectangle() for full paintsRobert Mader2019-04-171-5/+4
* shaped-texture: Use CoglMatrix for viewport src-rectRobert Mader2019-04-171-49/+47
* shaped-texture: Add checks to viewport reset functionsRobert Mader2019-04-171-0/+6
* Use a consistent style for enum bracesNiels De Graef2019-02-281-1/+2
* shaped-texture: Clean-up deprecated NPOT checkRobert Mader2019-02-251-25/+2
* shaped-texture: Add support for viewportsRobert Mader2019-02-061-27/+207
* shaped-texture: Indentation fix in update_area()Robert Mader2019-01-051-4/+4
* shaped-texture: Invert transform of damage in update_area()Robert Mader2019-01-051-2/+24
* shaped-texture: Use actual texture if tower returned NULLJonas Ådahl2019-01-051-0/+2
* shaped-texture: Draw external textures via offscreenJonas Ådahl2019-01-031-0/+3
* shaped-texture: Get transformed textures pixels via offscreenJonas Ådahl2019-01-031-3/+145
* shaped-texture: Don't change the callers clip rectJonas Ådahl2019-01-031-16/+20
* shaped-texture: Stop using gdk rect helperJonas Ådahl2019-01-031-3/+1
* shaped-texture: Fix include orderJonas Ådahl2019-01-031-1/+1
* shaped-texture: Put actual texture painting in helperJonas Ådahl2019-01-031-62/+77
* compositor: Make meta_actor_painting_untransformed take a framebufferJonas Ådahl2019-01-031-2/+5
* Use G_DECLARE_DERIVABLE/FINAL_TYPE on some typesNiels De Graef2018-12-211-205/+150
* shaped-texture: Add support for texture transformRobert Mader2018-12-031-37/+153
* Clean up include macros messJonas Ådahl2018-11-061-10/+9
* shaped-texture: Clean up texture regionsJonas Ådahl2018-10-201-0/+3
* shaped-texture: Transform clip and opaque region to texture spaceJonas Ådahl2018-10-041-28/+55