summaryrefslogtreecommitdiff
path: root/src/compositor/meta-shaped-texture.c
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/uncrustify-testNiels De Graef2018-11-191-17/+27
* 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
* shaped-texture: Don't set a small minimum sizeJasper St. Pierre2014-08-271-2/+2
* shaped-texture: Remove the use of MetaWindowActor internalsJasper St. Pierre2014-08-271-15/+14
* shaped-texture: Fix a typo in a commentJasper St. Pierre2014-08-251-1/+1
* shaped-texture: Fix the logic when the blended region is emptyJasper St. Pierre2014-08-251-47/+59
* shaped-texture: If we have too many rectangles, don't paint the opaqueJasper St. Pierre2014-08-241-88/+98
* window-actor: Rebuild the shape and mask when the surface updatesJasper St. Pierre2014-07-311-0/+16
* surface-actor: Remove unused APIsJasper St. Pierre2014-07-311-34/+34
* MetaShapedTexture: fix critical warnings with fully obscured windowsGiovanni Campagna2014-07-311-0/+2
* shaped-texture: Remove silly ClutterPaintVolume code with slightly less silly...Jasper St. Pierre2014-07-301-18/+9
* shaped-texture: Clean up slightlyJasper St. Pierre2014-07-281-12/+9
* meta-shaped-texture: Check if the parent has mapped clones as wellAdel Gadllah2014-02-281-1/+12
* Fix the input region not working properlyJasper St. Pierre2014-02-181-105/+0
* shaped-texture: Fix unused variable warningRico Tzschichholz2014-02-051-1/+0
* shaped-texture: Move unobscured_region processing hereJasper St. Pierre2014-02-051-11/+91
* cullable: Reset the culling state instead of skipping the traversalJasper St. Pierre2014-02-051-2/+4
* shaped-texture: Clean up code flow a bitJasper St. Pierre2014-02-051-6/+5
* shaped-texture: Constify clipJasper St. Pierre2014-02-051-1/+1
* shaped-texture: Remove get_clipJasper St. Pierre2014-02-051-56/+3
* shaped-texture: Use a double when calculating clipJonas Ådahl2014-01-161-2/+2
* Changed obsolete FSF postal address into generic URL.Andika Triwidada2014-01-131-3/+1
* shaped-texture: Prevent a critical when setting a NULL cogl textureJasper St. Pierre2013-12-021-1/+2
* shaped-texture: Make CullableJasper St. Pierre2013-11-251-35/+51
* cullable: Use relative actor coordinates for cullingJasper St. Pierre2013-11-251-9/+2
* window-actor: Move all buffer management and damage correction hereJasper St. Pierre2013-11-181-155/+12
* shaped-texture: Use the cogl helper methods for fetching shm_buffer contentsJasper St. Pierre2013-11-181-34/+3
* trivial: shaped-texture: Move set_base_texture to set_cogl_textureJasper St. Pierre2013-11-171-8/+3
* trivial: shaped-texture: Fix documentation typoJasper St. Pierre2013-11-171-2/+2
* shaped-texture: Use nearest-pixel interpolation if the texture is unscaledHans Petter Jansson2013-10-101-0/+21
* wayland: implement resizing and maximization for wayland clientsGiovanni Campagna2013-09-161-21/+2
* MetaShapedTexture: don't intersect a region with an uninitialized clipGiovanni Campagna2013-09-161-9/+13