summaryrefslogtreecommitdiff
path: root/clutter/clutter-shader-effect.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Move to markdownEmmanuele Bassi2014-03-171-49/+51
* Use the new macros for adding private dataEmmanuele Bassi2013-07-031-5/+2
* Don't annotate with (transfer full) constructors of GInitiallyUnowned subclassesGuillaume Desmottes2012-10-241-1/+1
* Fixes for the API referenceEmmanuele Bassi2012-04-271-2/+2
* Don't use any GL types or defines in ClutterNeil Roberts2012-03-231-8/+8
* Use G_VALUE_INIT instead of { 0, }Emmanuele Bassi2012-03-171-1/+1
* Reduce our internal dependence on the Cogl 1.x apiRobert Bragg2012-02-211-3/+7
* Currently Clutter only prints out a warning message in case some shader effec...Manuel Osdoba2011-12-011-2/+2
* effects: Use effect_queue_repaint instead of actor_queue_redrawNeil Roberts2011-11-281-1/+1
* clutter-shader-effect: Add a get_static_shader_source virtualNeil Roberts2011-09-301-89/+147
* docs: Fixes for building the API referenceEmmanuele Bassi2011-07-261-1/+1
* shader-effect: Allow instantiating ShaderEffectEmmanuele Bassi2011-06-071-7/+34
* Remove private helper #define'sJasper St. Pierre2011-03-031-3/+3
* clutter: Remove unused variablesEmmanuele Bassi2011-02-191-4/+0
* Make clutter_shader_effect_set_uniform_value accept G_TYPE_DOUBLETomeu Vizoso2010-12-091-1/+11
* shader-effect: Remove unused functionEmmanuele Bassi2010-11-291-34/+16
* ClutterShaderEffect: Don't throw away the program for a new actorNeil Roberts2010-11-291-23/+19
* shader-effect: Zero out ShaderUniformEmmanuele Bassi2010-11-291-2/+1
* Fix API docs for ClutterShaderEffectsTomeu Vizoso2010-11-241-4/+3
* Remove unused variablesEmmanuele Bassi2010-10-191-1/+0
* Move more classes to install_properties()Emmanuele Bassi2010-10-181-12/+13
* Remove last uses of cogl_program_uniform*Emmanuele Bassi2010-08-121-12/+19
* shader-effect: Attach the program to the target materialEmmanuele Bassi2010-08-111-15/+24
* Conditionally use g_object_notify_by_pspecNeil Roberts2010-08-101-1/+6
* test: Fixed test-rotate for osx platfomRoman Kudiyarov2010-08-041-0/+1
* Mark property strings for translationEmmanuele Bassi2010-07-151-2/+2
* shader-effect: Add a size checkEmmanuele Bassi2010-06-161-0/+4
* shader-effect: Allow creating vertex shadersEmmanuele Bassi2010-06-111-3/+67
* docs: Effects fixes for the API referenceEmmanuele Bassi2010-06-031-2/+2
* shader-effect: Simplify setting the shader sourceEmmanuele Bassi2010-06-031-54/+62
* effect: Add ShaderEffectEmmanuele Bassi2010-06-031-0/+759