From: Emmanuele Bassi Date: Fri, 30 Dec 2011 10:34:54 +0000 (+0000) Subject: docs: Update the release notes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83c560db984d188bc814fa02f2ff81f2d8e10055;p=profile%2Fivi%2Fclutter.git docs: Update the release notes --- diff --git a/README.in b/README.in index 9ab556a..526ca08 100644 --- a/README.in +++ b/README.in @@ -289,6 +289,13 @@ features). Release Notes for Clutter 1.10 ------------------------------------------------------------------------------- +• The long since broken depth cueing support in ClutterStage has been + deprecated; the fixed pipeline fog API has been pretty much useless + since the switch to colors and textures with premultiplied alpha + channels. Setting ClutterStage:use-fog to TRUE has no visible results, + and querying the :use-fog and :fog properties will always yield the + default values. + • ClutterDeformEffect switched from using CoglVertexBuffer to using the CoglPrimitive API internally, to improve performance and use non-deprecated Cogl API. CoglPrimitive converts COGL_WRAP_MODE_AUTOMATIC to