mutter/doc
Neil Roberts 9752493272 cogl: Add a sub texture backend
This adds a new texture backend which represents a sub texture of a
larger texture. The texture is created with a reference to the full
texture and a set of coordinates describing the region. The backend
simply defers to the full texture for all operations and maps the
coordinates to the other range. You can also use coordinates outside
the range [0,1] to create a repeated version of the full texture.

A new public API function called cogl_texture_new_from_sub_texture is
available to create the sub texture.
2009-12-02 22:03:08 +00:00
..
common docs: Clean up the additional documentation build 2009-11-30 21:33:22 +00:00
cookbook cookbook: Clean up the text 2009-12-01 10:11:33 +00:00
manual docs: Clean up the additional documentation build 2009-11-30 21:33:22 +00:00
reference cogl: Add a sub texture backend 2009-12-02 22:03:08 +00:00
clutter-actor-invariants.txt Enforce invariants on mapped, realized, visibility states 2009-04-24 15:27:19 +01:00
CODING_STYLE docs: Move documentation under doc/ 2009-12-01 10:16:25 +00:00
HACKING docs: Move documentation under doc/ 2009-12-01 10:16:25 +00:00
HACKING.backends docs: Move documentation under doc/ 2009-12-01 10:16:25 +00:00
Makefile.am docs: Move documentation under doc/ 2009-12-01 10:16:25 +00:00