summaryrefslogtreecommitdiff
path: root/src/compositor/meta-shaped-texture.c
Commit message (Expand)AuthorAgeFilesLines
* shaped-texture: Update mipmap counters on invalidationgbsneto/content-part2Georges Basile Stavracas Neto2019-10-171-0/+22
* window-content: Track subsurfaces invalidationsGeorges Basile Stavracas Neto2019-10-171-0/+36
* Add MetaWindowContentGeorges Basile Stavracas Neto2019-10-171-0/+14
* 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
* shaped-texture: Move variable declaration on topJonas Ådahl2018-10-041-1/+2
* shaped-texture: Use ints for sizesJonas Ådahl2018-10-041-9/+9
* Don't cast free function passed to g_clear_pointerFlorian Müllner2018-07-311-2/+2
* Stop using g_type_class_add_private()Florian Müllner2018-07-311-5/+4
* compositor: Do not optimize obscured areas away in paint volumesCarlos Garnacho2018-07-131-36/+1
* shaped-texture: Disable mipmapping during animationDaniel van Vugt2018-05-181-6/+82
* MetaShapedTexture: Default to y-inverted being trueJonas Ådahl2016-11-181-0/+1
* MetaShapedTexture: Add support for setting a custom CoglSnippetJonas Ådahl2016-11-181-0/+25
* wayland: Add support for EGL_WAYLAND_Y_INVERTED_WLJonas Ådahl2016-11-181-37/+102
* surface-actor-x11: Unredirect ARGB32 windows with full opaque regionsJasper St. Pierre2016-03-211-0/+7
* shaped-texture: Invalidate mask texture when main texture changes sizeRui Matos2016-03-101-0/+1
* shaped-texture: Remove unnecessary copies of the pipelineJasper St. Pierre2015-07-051-7/+3
* shaped-texture: Repeat edge pixels instead of mirroring the imageJasper St. Pierre2015-07-051-3/+18
* surface-actor-x11: Make sure to set a size when unredirectedJasper St. Pierre2015-06-231-7/+42
* shaped-texture: Clean up some internalsJasper St. Pierre2015-06-231-10/+2
* Use meta_actor_painting_untransformed() for MetaShapedTextureOwen W. Taylor2014-09-031-1/+1