summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2011-12-30 10:34:54 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2011-12-30 10:34:54 +0000
commit83c560db984d188bc814fa02f2ff81f2d8e10055 (patch)
tree94bc0420be569f47c2435a775b10bd43eee54ef4
parente689d0180056a2b02757c896910ff649187958fd (diff)
downloadclutter-83c560db984d188bc814fa02f2ff81f2d8e10055.tar.gz
docs: Update the release notes
-rw-r--r--README.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.in b/README.in
index 9ab556a15..526ca0869 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