Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-offscreen-effect.c
2012-04-27 Emmanuele BassiFixes for the API reference
2012-02-21 Robert BraggReduce our internal dependence on the Cogl 1.x api
2012-02-21 Robert BraggPass a CoglContext when calling cogl_pipeline_new
2012-02-14 Neil Robertsoffscreen-effect: Add clutter_offscreen_effect_get_texture
2011-11-28 Neil Robertsoffscreen-effect: Track the size of the actor separately
2011-09-27 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-09-22 Neil Robertsclutter-offscreen-effect: Apply matrix expansion to...
2011-06-13 Emmanuele Bassieffect: Rename RunFlags to PaintFlags
2011-06-13 Tomeu VizosoRename ClutterEffect::run to ClutterEffect::paint
2011-05-20 Tomeu Vizosoclutter-offscreen-effect: use target size when setting...
2011-05-13 Neil Robertsclutter-offscreen-effect: Don't redraw the actor if...
2011-03-17 Neil Robertsclutter-offscreen-effect: Paint with 'nearest' texture...
2011-03-04 Neil Robertsclutter-offscreen-effect: Use 0,0 as the offset if...
2011-03-03 Neil Robertsclutter-offscreen-effect: Preserve the old opacity...
2011-02-28 Emmanuele Bassioffscreen-effect: Add public accessor for target size
2011-02-19 Emmanuele Bassioffscreen-effect: Add private API for getting the targe...
2011-02-11 Emmanuele BassiMerge remote-tracking branch 'nobled/wayland-fixes2'
2011-02-11 Chris Lordoffscreen: Fix partially off-stage actors being clipped...
2011-02-11 Chris Lordoffscreen-effect: Use actor's opacity_override when...
2010-11-29 Emmanuele BassiMerge remote branch 'elliot/cookbook-animations-scaling'
2010-11-29 Neil RobertsClutterOffscreenEffect: Don't throw away the material...
2010-11-29 Tomeu VizosoDon't bail out from creating the FBO if we don't have...
2010-11-25 Neil Robertsclutter-offscreen-effect: Don't recreate the material...
2010-10-25 Emmanuele BassiMerge branch 'private-cleanup'
2010-10-21 Emmanuele BassiClean up clutter-private.h/6
2010-10-21 Emmanuele BassiClean up clutter-private.h/3
2010-09-29 Emmanuele BassiMerge branch 'wip/non-recursive'
2010-09-29 Robert Braggpaint volumes: another pass at the design
2010-09-29 Emmanuele Bassioffscreen-effect: Use the paint box to size the FBO
2010-09-16 Robert Braggoffscreen-effect: Update handling of transforms
2010-09-06 Emmanuele BassiAdd some more introspection annotations
2010-09-03 Emmanuele BassiReplace cogl_color_set_from_* with cogl_color_init_from_*
2010-09-01 Emmanuele Bassioffscreen-effect: Rename create_target to create_buffer
2010-06-11 Emmanuele BassiMerge branch 'wip/deform-effect'
2010-06-10 Emmanuele Bassioffscreen-effect: Traslate the modelview with the offsets
2010-06-03 Emmanuele Bassieffects: Fix stacking of offscreen-based effects
2010-06-03 Emmanuele Bassieffect: Rework the OffscreenEffect painting
2010-06-03 Emmanuele Bassieffect: Add OffscreenEffect