summaryrefslogtreecommitdiff
path: root/clutter/clutter-offscreen-effect.c
Commit message (Expand)AuthorAgeFilesLines
* ClutterActor: expose setter for the opacity overrideGiovanni Campagna2015-02-211-3/+3
* docs: Move to markdownEmmanuele Bassi2014-03-171-20/+21
* Revert "clutter-offscreen-effect: Allocate the cogl texture directly"Emmanuele Bassi2013-09-021-15/+3
* Use the new macros for adding private dataEmmanuele Bassi2013-07-031-8/+4
* clutter-offscreen-effect: Allocate the cogl texture directlyAdel Gadllah2013-06-251-3/+15
* offscreen-effect: limit offscreen fbo size to the stage's sizeLionel Landwerlin2013-05-151-7/+16
* offscreen-effect: Add a method to get the target areaEmmanuele Bassi2013-03-041-0/+42
* Fixes for the API referenceEmmanuele Bassi2012-04-271-2/+2
* Reduce our internal dependence on the Cogl 1.x apiRobert Bragg2012-02-211-12/+12
* Pass a CoglContext when calling cogl_pipeline_newRobert Bragg2012-02-211-12/+17
* offscreen-effect: Add clutter_offscreen_effect_get_textureNeil Roberts2012-02-141-30/+58
* offscreen-effect: Track the size of the actor separatelyNeil Roberts2011-11-281-2/+15
* clutter-offscreen-effect: Apply matrix expansion to proj not mvNeil Roberts2011-09-221-20/+11
* effect: Rename RunFlags to PaintFlagsEmmanuele Bassi2011-06-131-3/+3
* Rename ClutterEffect::run to ClutterEffect::paintTomeu Vizoso2011-06-131-5/+5
* clutter-offscreen-effect: use target size when setting up the viewportTomeu Vizoso2011-05-201-4/+4
* clutter-offscreen-effect: Don't redraw the actor if cached offscreenNeil Roberts2011-05-131-15/+65
* clutter-offscreen-effect: Paint with 'nearest' texture filter modeNeil Roberts2011-03-171-1/+11
* clutter-offscreen-effect: Use 0,0 as the offset if no actor boxNeil Roberts2011-03-041-2/+6
* clutter-offscreen-effect: Preserve the old opacity overrideNeil Roberts2011-03-031-2/+6
* offscreen-effect: Add public accessor for target sizeEmmanuele Bassi2011-02-281-4/+26
* offscreen-effect: Add private API for getting the target sizeEmmanuele Bassi2011-02-191-0/+19
* offscreen: Fix partially off-stage actors being clipped in the fboChris Lord2011-02-111-1/+42
* offscreen-effect: Use actor's opacity_override when redirecting paintingChris Lord2011-02-111-0/+9
* ClutterOffscreenEffect: Don't throw away the material for a new actorNeil Roberts2010-11-291-6/+0
* Don't bail out from creating the FBO if we don't have it yet.Tomeu Vizoso2010-11-291-1/+2
* clutter-offscreen-effect: Don't recreate the material when FBO changesNeil Roberts2010-11-251-7/+5
* Clean up clutter-private.h/6Emmanuele Bassi2010-10-211-0/+1
* Clean up clutter-private.h/3Emmanuele Bassi2010-10-211-0/+1
* paint volumes: another pass at the designRobert Bragg2010-09-291-63/+31
* offscreen-effect: Use the paint box to size the FBOEmmanuele Bassi2010-09-291-26/+19
* offscreen-effect: Update handling of transformsRobert Bragg2010-09-161-41/+23
* Add some more introspection annotationsEmmanuele Bassi2010-09-061-1/+3
* Replace cogl_color_set_from_* with cogl_color_init_from_*Emmanuele Bassi2010-09-031-1/+1
* offscreen-effect: Rename create_target to create_bufferEmmanuele Bassi2010-09-011-21/+24
* offscreen-effect: Traslate the modelview with the offsetsEmmanuele Bassi2010-06-101-5/+7
* effects: Fix stacking of offscreen-based effectsEmmanuele Bassi2010-06-031-0/+12
* effect: Rework the OffscreenEffect paintingEmmanuele Bassi2010-06-031-85/+219
* effect: Add OffscreenEffectEmmanuele Bassi2010-06-031-0/+336