mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
8867c1bae5
* README: Add a note about the Shader API changes. * clutter/clutter-deprecated.h: Add deprecation symbols. * clutter/clutter-shader.[ch]: Rename the :bound read-only property to :compiled. Also rename clutter_shader_bind() and clutter_shader_is_bound() to clutter_shader_compil() and clutter_shader_is_compiled(), respectively. * clutter/glx/clutter-stage-glx.c: (clutter_stage_glx_unrealize): Update after clutter_shader_release_all() rename. * tests/test-shader.c (button_release_cb), (main): Update.