summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-07-02 01:48:54 +0100
committerRobert Bragg <robert@linux.intel.com>2014-01-09 15:49:47 +0000
commitaf7398788a2d4e39d55372edf2466097fcd8b97d (patch)
tree982e54ec5680a14e44f472985afa068906ea0aa1 /configure.ac
parentcbd6951134dbd7b5e576e8570e8dc37d32add47f (diff)
downloadcogl-af7398788a2d4e39d55372edf2466097fcd8b97d.tar.gz
remove internal_format and redundant error arguments
Texture allocation is now consistently handled lazily such that the internal format can now be controlled using cogl_texture_set_components() and cogl_texture_set_premultiplied() before allocating the texture with cogl_texture_allocate(). This means that the internal_format arguments to texture constructors are now redundant and since most of the texture constructors now can't ever fail the error arguments are also redundant. This now means we no longer use CoglPixelFormat in the public api for describing the internal format of textures which had been bad solution originally due to how specific CoglPixelFormat is which is missleading when we don't support such explicit control over the internal format. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 99a53c82e9ab0a1e5ee35941bf83dc334b1fbe87) Note: there are numerous API changes for functions currently marked as 'unstable' which we don't think are in use by anyone depending on a stable 1.x api. Compared to the original patch though this avoids changing the cogl_texture_rectangle_new_with_size() api which we know is used by Mutter.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions