Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-shader-effect.c
2012-04-27 Emmanuele BassiFixes for the API reference
2012-03-23 Neil RobertsDon't use any GL types or defines in Clutter
2012-03-17 Emmanuele BassiUse G_VALUE_INIT instead of { 0, }
2012-02-21 Robert BraggReduce our internal dependence on the Cogl 1.x api
2011-12-01 Manuel OsdobaCurrently Clutter only prints out a warning message...
2011-11-28 Neil Robertseffects: Use effect_queue_repaint instead of actor_queu...
2011-10-06 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-09-30 Neil Robertsclutter-shader-effect: Add a get_static_shader_source...
2011-07-26 Emmanuele Bassidocs: Fixes for building the API reference
2011-06-07 Emmanuele Bassishader-effect: Allow instantiating ShaderEffect
2011-03-03 Jasper St. PierreRemove private helper #define's
2011-02-19 Emmanuele Bassiclutter: Remove unused variables
2010-12-09 Emmanuele BassiMerge remote branch 'elliot/cookbook-animations-looping...
2010-12-09 Tomeu VizosoMake clutter_shader_effect_set_uniform_value accept...
2010-11-29 Emmanuele BassiMerge remote branch 'elliot/cookbook-animations-scaling'
2010-11-29 Emmanuele Bassishader-effect: Remove unused function
2010-11-29 Neil RobertsClutterShaderEffect: Don't throw away the program for...
2010-11-29 Emmanuele Bassishader-effect: Zero out ShaderUniform
2010-11-24 Tomeu VizosoFix API docs for ClutterShaderEffects
2010-10-19 Emmanuele BassiRemove unused variables
2010-10-18 Emmanuele BassiMove more classes to install_properties()
2010-08-12 Emmanuele BassiMerge remote branch 'elliot/cookbook-events-mouse-scroll'
2010-08-12 Emmanuele BassiRemove last uses of cogl_program_uniform*
2010-08-11 Emmanuele Bassishader-effect: Attach the program to the target material
2010-08-11 Emmanuele BassiMerge branch 'wip/table-layout'
2010-08-10 Neil RobertsConditionally use g_object_notify_by_pspec
2010-08-04 Roman Kudiyarovtest: Fixed test-rotate for osx platfom
2010-07-15 Emmanuele BassiMark property strings for translation
2010-06-16 Emmanuele Bassishader-effect: Add a size check
2010-06-11 Emmanuele BassiMerge branch 'wip/deform-effect'
2010-06-11 Emmanuele Bassishader-effect: Allow creating vertex shaders
2010-06-03 Emmanuele Bassidocs: Effects fixes for the API reference
2010-06-03 Emmanuele Bassishader-effect: Simplify setting the shader source
2010-06-03 Emmanuele Bassieffect: Add ShaderEffect