docs: Document the DeformEffect wrap-mode change
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 16 Nov 2011 16:42:41 +0000 (16:42 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 16 Nov 2011 16:42:41 +0000 (16:42 +0000)
commitebf12a8cd724ff5136021d4b3aaa6e61531620d4
tree68a0ec3dc3a34f5060b60847c1e5050607a4f2e1
parentef02de19e8a351b0f38b05d19423dd4a4eb3012c
docs: Document the DeformEffect wrap-mode change

The change from CoglVertexBuffer to CoglPrimitive led to a change of the
default wrap-mode for the pipeline. Since using REPEAT can introduce
artifacts when sampling outside the [ 0, 1 ] texture coordinates range,
and since the default wrap mode was not documented anyway, we want to
keep the change from REPEAT to CLAMP, but it's worth adding an entry in
the release notes.
README.in