r40794 - /desktop/experimental/cogl/debian/

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Mar 4 22:16:52 UTC 2014


Author: ah
Date: Tue Mar  4 22:16:52 2014
New Revision: 40794

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40794
Log:
* New upstream release.
* Rename package for new soname (15->20)
* Update symbols file
* Install libcogl-path in libcogl
  - cogl-path was split out from libcogl
* also install cogl-gles2-1.0.pc in libcogl-gles2-dev
* Bump Standards-Version to 3.9.5
* Update debian/copyright for MIT relicensing
* Specify debian/patches/* as MIT in debian/copyright
  - since debian/* uses LGPL - add debian/patches/* using MIT, even though
    it doesn't (yet) exist, to avoid future problems submitting patches
    upstream that doesn't have an explicit license tag.

Added:
    desktop/experimental/cogl/debian/libcogl-gles2-20.install
      - copied unchanged from r40793, desktop/experimental/cogl/debian/libcogl-gles2-15.install
    desktop/experimental/cogl/debian/libcogl-gles2-20.symbols
      - copied, changed from r40793, desktop/experimental/cogl/debian/libcogl-gles2-15.symbols
    desktop/experimental/cogl/debian/libcogl-pango20.install
      - copied unchanged from r40793, desktop/experimental/cogl/debian/libcogl-pango15.install
    desktop/experimental/cogl/debian/libcogl-pango20.symbols
      - copied, changed from r40793, desktop/experimental/cogl/debian/libcogl-pango15.symbols
    desktop/experimental/cogl/debian/libcogl20.install
      - copied, changed from r40793, desktop/experimental/cogl/debian/libcogl15.install
    desktop/experimental/cogl/debian/libcogl20.symbols
      - copied, changed from r40793, desktop/experimental/cogl/debian/libcogl15.symbols
Removed:
    desktop/experimental/cogl/debian/libcogl-gles2-15.install
    desktop/experimental/cogl/debian/libcogl-gles2-15.symbols
    desktop/experimental/cogl/debian/libcogl-pango15.install
    desktop/experimental/cogl/debian/libcogl-pango15.symbols
    desktop/experimental/cogl/debian/libcogl15.install
    desktop/experimental/cogl/debian/libcogl15.symbols
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/control.in
    desktop/experimental/cogl/debian/copyright
    desktop/experimental/cogl/debian/libcogl-dev.install
    desktop/experimental/cogl/debian/libcogl-gles2-dev.install
    desktop/experimental/cogl/debian/rules

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog	[utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1,3 +1,20 @@
+cogl (1.17.4-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Rename package for new soname (15->20)
+  * Update symbols file
+  * Install libcogl-path in libcogl
+    - cogl-path was split out from libcogl
+  * also install cogl-gles2-1.0.pc in libcogl-gles2-dev
+  * Bump Standards-Version to 3.9.5
+  * Update debian/copyright for MIT relicensing
+  * Specify debian/patches/* as MIT in debian/copyright
+    - since debian/* uses LGPL - add debian/patches/* using MIT, even though
+      it doesn't (yet) exist, to avoid future problems submitting patches
+      upstream that doesn't have an explicit license tag.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 04 Mar 2014 21:30:49 +0100
+
 cogl (1.16.2-1) experimental; urgency=medium
 
   * New upstream release 1.16.2

Modified: desktop/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control.in?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control.in	[utf-8] (original)
+++ desktop/experimental/cogl/debian/control.in	[utf-8] Tue Mar  4 22:16:52 2014
@@ -21,11 +21,11 @@
                libxrandr-dev (>= 2:1.2),
                gobject-introspection (>= 1.33.4-1~),
                libgirepository1.0-dev (>= 0.9.12)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/cogl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
 
-Package: libcogl15
+Package: libcogl20
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -58,7 +58,7 @@
 Package: libcogl-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl15 (= ${binary:Version}),
+Depends: libcogl20 (= ${binary:Version}),
          gir1.2-cogl-1.0 (= ${binary:Version}),
          libgl1-mesa-dev (>= 7.1~rc3-1~),
          libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev [!hurd-any],
@@ -84,11 +84,11 @@
  .
  This package contains the development files for libcogl.
 
-Package: libcogl15-dbg
+Package: libcogl20-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl15 (= ${binary:Version}),
+Depends: libcogl20 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
@@ -125,7 +125,7 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl.
 
-Package: libcogl-pango15
+Package: libcogl-pango20
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -141,7 +141,7 @@
 Package: libcogl-pango-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl-pango15 (= ${binary:Version}),
+Depends: libcogl-pango20 (= ${binary:Version}),
          gir1.2-coglpango-1.0 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          libglib2.0-dev (>= 2.28.0),
@@ -166,11 +166,11 @@
  .
  This package contains the development files for libcogl-pango.
 
-Package: libcogl-pango15-dbg
+Package: libcogl-pango20-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl-pango15 (= ${binary:Version}),
+Depends: libcogl-pango20 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
@@ -194,7 +194,7 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl-pango.
 
-Package: libcogl-gles2-15
+Package: libcogl-gles2-20
 Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -216,7 +216,7 @@
 Package: libcogl-gles2-dev
 Section: libdevel
 Architecture: linux-any kfreebsd-any
-Depends: libcogl-gles2-15 (= ${binary:Version}),
+Depends: libcogl-gles2-20 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}

Modified: desktop/experimental/cogl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/copyright?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/copyright	[utf-8] (original)
+++ desktop/experimental/cogl/debian/copyright	[utf-8] Tue Mar  4 22:16:52 2014
@@ -3,27 +3,30 @@
 Source: http://git.gnome.org/browse/cogl
 
 Files: *
-Copyright: 1970-2003, Wm. Randolph Franklin
-           1999-2005, Brian Paul
-           2007-2011, Intel Corporation
-           2007-2008, OpenedHand
-           2010, Red Hat, Inc.
-License: LGPL-2.1
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+Copyright: 2007,2008 OpenedHand
+           2009-2014 Intel Corporation.
+           2010,2012 Red Hat, Inc.
+           1999-2005 Brian Paul   All Rights Reserved.
+           2011,2012 Collabora Ltd.
+           2008-2011 Kristian Høgsberg
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
  .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- Lesser General Public License for more details.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
  .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
 
 Files: cogl/cogl-point-in-poly.c
 Copyright: 1970-2003, Wm. Randolph Franklin
@@ -53,34 +56,6 @@
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Files: cogl/cogl-queue.h
-Copyright: 1991, 1993, The Regents of the University of California
-           2011, Intel Corporation.
-License: BSD-3
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 4. Neither the name of the University nor the names of its contributors
-    may be used to endorse or promote products derived from this software
-    without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
 
 Files: cogl/tesselator/*
 Copyright: 1991-2000, Silicon Graphics, Inc.
@@ -148,3 +123,24 @@
  .
  On Debian systems, the complete text of the GNU Lesser General
  Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/patches/*
+Copyright: 2014, Andreas Henriksson <andreas at fatal.se>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Modified: desktop/experimental/cogl/debian/libcogl-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-dev.install?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-dev.install	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-dev.install	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1,7 +1,9 @@
 usr/lib/*/libcogl.so
+usr/lib/*/libcogl-path.so
 usr/lib/*/pkgconfig/cogl-gl-*
 usr/lib/*/pkgconfig/cogl-1.0.pc
 usr/lib/*/pkgconfig/cogl-2.0-experimental.pc
+usr/lib/*/pkgconfig/cogl-path-*.pc
 usr/include/cogl/cogl
 usr/include/cogl/cogl-path
 usr/share/gir-1.0/Cogl-*

Copied: desktop/experimental/cogl/debian/libcogl-gles2-20.symbols (from r40793, desktop/experimental/cogl/debian/libcogl-gles2-15.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gles2-20.symbols?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gles2-15.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-gles2-20.symbols	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1,143 +1,143 @@
-libcogl-gles2.so.15 libcogl-gles2-15 #MINVER#
- glActiveTexture at Base 1.15.8
- glAttachShader at Base 1.15.8
- glBindAttribLocation at Base 1.15.8
- glBindBuffer at Base 1.15.8
- glBindFramebuffer at Base 1.15.8
- glBindRenderbuffer at Base 1.15.8
- glBindTexture at Base 1.15.8
- glBlendColor at Base 1.15.8
- glBlendEquation at Base 1.15.8
- glBlendEquationSeparate at Base 1.15.8
- glBlendFunc at Base 1.15.8
- glBlendFuncSeparate at Base 1.15.8
- glBufferData at Base 1.15.8
- glBufferSubData at Base 1.15.8
- glCheckFramebufferStatus at Base 1.15.8
- glClear at Base 1.15.8
- glClearColor at Base 1.15.8
- glClearDepthf at Base 1.15.8
- glClearStencil at Base 1.15.8
- glColorMask at Base 1.15.8
- glCompileShader at Base 1.15.8
- glCompressedTexImage2D at Base 1.15.8
- glCompressedTexSubImage2D at Base 1.15.8
- glCopyTexImage2D at Base 1.15.8
- glCopyTexSubImage2D at Base 1.15.8
- glCreateProgram at Base 1.15.8
- glCreateShader at Base 1.15.8
- glCullFace at Base 1.15.8
- glDeleteBuffers at Base 1.15.8
- glDeleteFramebuffers at Base 1.15.8
- glDeleteProgram at Base 1.15.8
- glDeleteRenderbuffers at Base 1.15.8
- glDeleteShader at Base 1.15.8
- glDeleteTextures at Base 1.15.8
- glDepthFunc at Base 1.15.8
- glDepthMask at Base 1.15.8
- glDepthRangef at Base 1.15.8
- glDetachShader at Base 1.15.8
- glDisable at Base 1.15.8
- glDisableVertexAttribArray at Base 1.15.8
- glDrawArrays at Base 1.15.8
- glDrawElements at Base 1.15.8
- glEnable at Base 1.15.8
- glEnableVertexAttribArray at Base 1.15.8
- glFinish at Base 1.15.8
- glFlush at Base 1.15.8
- glFramebufferRenderbuffer at Base 1.15.8
- glFramebufferTexture2D at Base 1.15.8
- glFrontFace at Base 1.15.8
- glGenBuffers at Base 1.15.8
- glGenFramebuffers at Base 1.15.8
- glGenRenderbuffers at Base 1.15.8
- glGenTextures at Base 1.15.8
- glGenerateMipmap at Base 1.15.8
- glGetActiveAttrib at Base 1.15.8
- glGetActiveUniform at Base 1.15.8
- glGetAttachedShaders at Base 1.15.8
- glGetAttribLocation at Base 1.15.8
- glGetBooleanv at Base 1.15.8
- glGetBufferParameteriv at Base 1.15.8
- glGetError at Base 1.15.8
- glGetFloatv at Base 1.15.8
- glGetFramebufferAttachmentParameteriv at Base 1.15.8
- glGetIntegerv at Base 1.15.8
- glGetProgramInfoLog at Base 1.15.8
- glGetProgramiv at Base 1.15.8
- glGetRenderbufferParameteriv at Base 1.15.8
- glGetShaderInfoLog at Base 1.15.8
- glGetShaderPrecisionFormat at Base 1.15.8
- glGetShaderSource at Base 1.15.8
- glGetShaderiv at Base 1.15.8
- glGetString at Base 1.15.8
- glGetTexParameterfv at Base 1.15.8
- glGetTexParameteriv at Base 1.15.8
- glGetUniformLocation at Base 1.15.8
- glGetUniformfv at Base 1.15.8
- glGetUniformiv at Base 1.15.8
- glGetVertexAttribPointerv at Base 1.15.8
- glGetVertexAttribfv at Base 1.15.8
- glGetVertexAttribiv at Base 1.15.8
- glHint at Base 1.15.8
- glIsBuffer at Base 1.15.8
- glIsEnabled at Base 1.15.8
- glIsFramebuffer at Base 1.15.8
- glIsProgram at Base 1.15.8
- glIsRenderbuffer at Base 1.15.8
- glIsShader at Base 1.15.8
- glIsTexture at Base 1.15.8
- glLineWidth at Base 1.15.8
- glLinkProgram at Base 1.15.8
- glPixelStorei at Base 1.15.8
- glPolygonOffset at Base 1.15.8
- glReadPixels at Base 1.15.8
- glReleaseShaderCompiler at Base 1.15.8
- glRenderbufferStorage at Base 1.15.8
- glSampleCoverage at Base 1.15.8
- glScissor at Base 1.15.8
- glShaderBinary at Base 1.15.8
- glShaderSource at Base 1.15.8
- glStencilFunc at Base 1.15.8
- glStencilFuncSeparate at Base 1.15.8
- glStencilMask at Base 1.15.8
- glStencilMaskSeparate at Base 1.15.8
- glStencilOp at Base 1.15.8
- glStencilOpSeparate at Base 1.15.8
- glTexImage2D at Base 1.15.8
- glTexParameterf at Base 1.15.8
- glTexParameterfv at Base 1.15.8
- glTexParameteri at Base 1.15.8
- glTexParameteriv at Base 1.15.8
- glTexSubImage2D at Base 1.15.8
- glUniform1f at Base 1.15.8
- glUniform1fv at Base 1.15.8
- glUniform1i at Base 1.15.8
- glUniform1iv at Base 1.15.8
- glUniform2f at Base 1.15.8
- glUniform2fv at Base 1.15.8
- glUniform2i at Base 1.15.8
- glUniform2iv at Base 1.15.8
- glUniform3f at Base 1.15.8
- glUniform3fv at Base 1.15.8
- glUniform3i at Base 1.15.8
- glUniform3iv at Base 1.15.8
- glUniform4f at Base 1.15.8
- glUniform4fv at Base 1.15.8
- glUniform4i at Base 1.15.8
- glUniform4iv at Base 1.15.8
- glUniformMatrix2fv at Base 1.15.8
- glUniformMatrix3fv at Base 1.15.8
- glUniformMatrix4fv at Base 1.15.8
- glUseProgram at Base 1.15.8
- glValidateProgram at Base 1.15.8
- glVertexAttrib1f at Base 1.15.8
- glVertexAttrib1fv at Base 1.15.8
- glVertexAttrib2f at Base 1.15.8
- glVertexAttrib2fv at Base 1.15.8
- glVertexAttrib3f at Base 1.15.8
- glVertexAttrib3fv at Base 1.15.8
- glVertexAttrib4f at Base 1.15.8
- glVertexAttrib4fv at Base 1.15.8
- glVertexAttribPointer at Base 1.15.8
- glViewport at Base 1.15.8
+libcogl-gles2.so.20 libcogl-gles2-20 #MINVER#
+ glActiveTexture at Base 1.17.4
+ glAttachShader at Base 1.17.4
+ glBindAttribLocation at Base 1.17.4
+ glBindBuffer at Base 1.17.4
+ glBindFramebuffer at Base 1.17.4
+ glBindRenderbuffer at Base 1.17.4
+ glBindTexture at Base 1.17.4
+ glBlendColor at Base 1.17.4
+ glBlendEquation at Base 1.17.4
+ glBlendEquationSeparate at Base 1.17.4
+ glBlendFunc at Base 1.17.4
+ glBlendFuncSeparate at Base 1.17.4
+ glBufferData at Base 1.17.4
+ glBufferSubData at Base 1.17.4
+ glCheckFramebufferStatus at Base 1.17.4
+ glClear at Base 1.17.4
+ glClearColor at Base 1.17.4
+ glClearDepthf at Base 1.17.4
+ glClearStencil at Base 1.17.4
+ glColorMask at Base 1.17.4
+ glCompileShader at Base 1.17.4
+ glCompressedTexImage2D at Base 1.17.4
+ glCompressedTexSubImage2D at Base 1.17.4
+ glCopyTexImage2D at Base 1.17.4
+ glCopyTexSubImage2D at Base 1.17.4
+ glCreateProgram at Base 1.17.4
+ glCreateShader at Base 1.17.4
+ glCullFace at Base 1.17.4
+ glDeleteBuffers at Base 1.17.4
+ glDeleteFramebuffers at Base 1.17.4
+ glDeleteProgram at Base 1.17.4
+ glDeleteRenderbuffers at Base 1.17.4
+ glDeleteShader at Base 1.17.4
+ glDeleteTextures at Base 1.17.4
+ glDepthFunc at Base 1.17.4
+ glDepthMask at Base 1.17.4
+ glDepthRangef at Base 1.17.4
+ glDetachShader at Base 1.17.4
+ glDisable at Base 1.17.4
+ glDisableVertexAttribArray at Base 1.17.4
+ glDrawArrays at Base 1.17.4
+ glDrawElements at Base 1.17.4
+ glEnable at Base 1.17.4
+ glEnableVertexAttribArray at Base 1.17.4
+ glFinish at Base 1.17.4
+ glFlush at Base 1.17.4
+ glFramebufferRenderbuffer at Base 1.17.4
+ glFramebufferTexture2D at Base 1.17.4
+ glFrontFace at Base 1.17.4
+ glGenBuffers at Base 1.17.4
+ glGenFramebuffers at Base 1.17.4
+ glGenRenderbuffers at Base 1.17.4
+ glGenTextures at Base 1.17.4
+ glGenerateMipmap at Base 1.17.4
+ glGetActiveAttrib at Base 1.17.4
+ glGetActiveUniform at Base 1.17.4
+ glGetAttachedShaders at Base 1.17.4
+ glGetAttribLocation at Base 1.17.4
+ glGetBooleanv at Base 1.17.4
+ glGetBufferParameteriv at Base 1.17.4
+ glGetError at Base 1.17.4
+ glGetFloatv at Base 1.17.4
+ glGetFramebufferAttachmentParameteriv at Base 1.17.4
+ glGetIntegerv at Base 1.17.4
+ glGetProgramInfoLog at Base 1.17.4
+ glGetProgramiv at Base 1.17.4
+ glGetRenderbufferParameteriv at Base 1.17.4
+ glGetShaderInfoLog at Base 1.17.4
+ glGetShaderPrecisionFormat at Base 1.17.4
+ glGetShaderSource at Base 1.17.4
+ glGetShaderiv at Base 1.17.4
+ glGetString at Base 1.17.4
+ glGetTexParameterfv at Base 1.17.4
+ glGetTexParameteriv at Base 1.17.4
+ glGetUniformLocation at Base 1.17.4
+ glGetUniformfv at Base 1.17.4
+ glGetUniformiv at Base 1.17.4
+ glGetVertexAttribPointerv at Base 1.17.4
+ glGetVertexAttribfv at Base 1.17.4
+ glGetVertexAttribiv at Base 1.17.4
+ glHint at Base 1.17.4
+ glIsBuffer at Base 1.17.4
+ glIsEnabled at Base 1.17.4
+ glIsFramebuffer at Base 1.17.4
+ glIsProgram at Base 1.17.4
+ glIsRenderbuffer at Base 1.17.4
+ glIsShader at Base 1.17.4
+ glIsTexture at Base 1.17.4
+ glLineWidth at Base 1.17.4
+ glLinkProgram at Base 1.17.4
+ glPixelStorei at Base 1.17.4
+ glPolygonOffset at Base 1.17.4
+ glReadPixels at Base 1.17.4
+ glReleaseShaderCompiler at Base 1.17.4
+ glRenderbufferStorage at Base 1.17.4
+ glSampleCoverage at Base 1.17.4
+ glScissor at Base 1.17.4
+ glShaderBinary at Base 1.17.4
+ glShaderSource at Base 1.17.4
+ glStencilFunc at Base 1.17.4
+ glStencilFuncSeparate at Base 1.17.4
+ glStencilMask at Base 1.17.4
+ glStencilMaskSeparate at Base 1.17.4
+ glStencilOp at Base 1.17.4
+ glStencilOpSeparate at Base 1.17.4
+ glTexImage2D at Base 1.17.4
+ glTexParameterf at Base 1.17.4
+ glTexParameterfv at Base 1.17.4
+ glTexParameteri at Base 1.17.4
+ glTexParameteriv at Base 1.17.4
+ glTexSubImage2D at Base 1.17.4
+ glUniform1f at Base 1.17.4
+ glUniform1fv at Base 1.17.4
+ glUniform1i at Base 1.17.4
+ glUniform1iv at Base 1.17.4
+ glUniform2f at Base 1.17.4
+ glUniform2fv at Base 1.17.4
+ glUniform2i at Base 1.17.4
+ glUniform2iv at Base 1.17.4
+ glUniform3f at Base 1.17.4
+ glUniform3fv at Base 1.17.4
+ glUniform3i at Base 1.17.4
+ glUniform3iv at Base 1.17.4
+ glUniform4f at Base 1.17.4
+ glUniform4fv at Base 1.17.4
+ glUniform4i at Base 1.17.4
+ glUniform4iv at Base 1.17.4
+ glUniformMatrix2fv at Base 1.17.4
+ glUniformMatrix3fv at Base 1.17.4
+ glUniformMatrix4fv at Base 1.17.4
+ glUseProgram at Base 1.17.4
+ glValidateProgram at Base 1.17.4
+ glVertexAttrib1f at Base 1.17.4
+ glVertexAttrib1fv at Base 1.17.4
+ glVertexAttrib2f at Base 1.17.4
+ glVertexAttrib2fv at Base 1.17.4
+ glVertexAttrib3f at Base 1.17.4
+ glVertexAttrib3fv at Base 1.17.4
+ glVertexAttrib4f at Base 1.17.4
+ glVertexAttrib4fv at Base 1.17.4
+ glVertexAttribPointer at Base 1.17.4
+ glViewport at Base 1.17.4

Modified: desktop/experimental/cogl/debian/libcogl-gles2-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gles2-dev.install?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gles2-dev.install	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-gles2-dev.install	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1,3 +1,4 @@
 usr/lib/*/libcogl-gles2.so
-usr/lib/*/pkgconfig/cogl-gles2-experimental.pc
+usr/lib/*/pkgconfig/cogl-gles2-1.0.pc
+usr/lib/*/pkgconfig/cogl-gles2-2.0-experimental.pc
 usr/include/cogl/cogl-gles2

Copied: desktop/experimental/cogl/debian/libcogl-pango20.symbols (from r40793, desktop/experimental/cogl/debian/libcogl-pango15.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-pango20.symbols?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-pango15.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-pango20.symbols	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1,19 +1,19 @@
-libcogl-pango.so.15 libcogl-pango15 #MINVER#
- cogl_pango_ensure_glyph_cache_for_layout at Base 1.15.8
- cogl_pango_font_map_clear_glyph_cache at Base 1.15.8
- cogl_pango_font_map_create_context at Base 1.15.8
- cogl_pango_font_map_get_renderer at Base 1.15.8
- cogl_pango_font_map_get_use_mipmapping at Base 1.15.8
- cogl_pango_font_map_new at Base 1.15.8
- cogl_pango_font_map_set_resolution at Base 1.15.8
- cogl_pango_font_map_set_use_mipmapping at Base 1.15.8
- cogl_pango_glyph_cache_clear at Base 1.15.8
- cogl_pango_glyph_cache_free at Base 1.15.8
- cogl_pango_glyph_cache_lookup at Base 1.15.8
- cogl_pango_glyph_cache_new at Base 1.15.8
- cogl_pango_render_layout at Base 1.15.8
- cogl_pango_render_layout_line at Base 1.15.8
- cogl_pango_render_layout_subpixel at Base 1.15.8
- cogl_pango_renderer_get_type at Base 1.15.8
- cogl_pango_show_layout at Base 1.15.8
- cogl_pango_show_layout_line at Base 1.15.8
+libcogl-pango.so.20 libcogl-pango20 #MINVER#
+ cogl_pango_ensure_glyph_cache_for_layout at Base 1.17.4
+ cogl_pango_font_map_clear_glyph_cache at Base 1.17.4
+ cogl_pango_font_map_create_context at Base 1.17.4
+ cogl_pango_font_map_get_renderer at Base 1.17.4
+ cogl_pango_font_map_get_use_mipmapping at Base 1.17.4
+ cogl_pango_font_map_new at Base 1.17.4
+ cogl_pango_font_map_set_resolution at Base 1.17.4
+ cogl_pango_font_map_set_use_mipmapping at Base 1.17.4
+ cogl_pango_glyph_cache_clear at Base 1.17.4
+ cogl_pango_glyph_cache_free at Base 1.17.4
+ cogl_pango_glyph_cache_lookup at Base 1.17.4
+ cogl_pango_glyph_cache_new at Base 1.17.4
+ cogl_pango_render_layout at Base 1.17.4
+ cogl_pango_render_layout_line at Base 1.17.4
+ cogl_pango_render_layout_subpixel at Base 1.17.4
+ cogl_pango_renderer_get_type at Base 1.17.4
+ cogl_pango_show_layout at Base 1.17.4
+ cogl_pango_show_layout_line at Base 1.17.4

Copied: desktop/experimental/cogl/debian/libcogl20.install (from r40793, desktop/experimental/cogl/debian/libcogl15.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl20.install?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl15.install	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl20.install	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1 +1,2 @@
 usr/lib/*/libcogl.so.*
+usr/lib/*/libcogl-path.so.*

Copied: desktop/experimental/cogl/debian/libcogl20.symbols (from r40793, desktop/experimental/cogl/debian/libcogl15.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl20.symbols?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl15.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl20.symbols	[utf-8] Tue Mar  4 22:16:52 2014
@@ -1,860 +1,863 @@
-libcogl.so.15 libcogl15 #MINVER#
- _cogl_atlas_add_reorganize_callback at Base 1.15.8
- _cogl_atlas_new at Base 1.15.8
- _cogl_atlas_reserve_space at Base 1.15.8
- _cogl_atlas_texture_add_reorganize_callback at Base 1.15.8
- _cogl_atlas_texture_remove_reorganize_callback at Base 1.15.8
- _cogl_buffer_map_for_fill_or_fallback at Base 1.15.8
- _cogl_buffer_unmap_for_fill_or_fallback at Base 1.15.8
- _cogl_clip_stack_push_primitive at Base 1.15.8
- _cogl_clip_stack_push_rectangle at Base 1.15.8
- _cogl_context_get_default at Base 1.15.8
- _cogl_debug_flags at Base 1.15.8
- _cogl_debug_instances at Base 1.15.8
- _cogl_framebuffer_get_clip_state at Base 1.15.8
- _cogl_framebuffer_get_modelview_stack at Base 1.15.8
- _cogl_framebuffer_get_projection_stack at Base 1.15.8
- _cogl_framebuffer_get_stencil_bits at Base 1.15.8
- _cogl_object_default_unref at Base 1.15.8
- _cogl_pipeline_foreach_layer_internal at Base 1.15.8
- _cogl_pipeline_layer_get_texture at Base 1.15.8
- _cogl_pipeline_layer_get_texture_real at Base 1.15.8
- _cogl_pipeline_layer_get_texture_type at Base 1.15.8
- _cogl_pipeline_prune_to_n_layers at Base 1.15.8
- _cogl_primitive_draw at Base 1.15.8
- _cogl_texture_can_hardware_repeat at Base 1.15.8
- cogl2_clip_push_from_path at Base 1.15.8
- cogl2_path_arc at Base 1.15.8
- cogl2_path_close at Base 1.15.8
- cogl2_path_curve_to at Base 1.15.8
- cogl2_path_ellipse at Base 1.15.8
- cogl2_path_fill at Base 1.15.8
- cogl2_path_get_fill_rule at Base 1.15.8
- cogl2_path_line at Base 1.15.8
- cogl2_path_line_to at Base 1.15.8
- cogl2_path_move_to at Base 1.15.8
- cogl2_path_new at Base 1.15.8
- cogl2_path_polygon at Base 1.15.8
- cogl2_path_polyline at Base 1.15.8
- cogl2_path_rectangle at Base 1.15.8
- cogl2_path_rel_curve_to at Base 1.15.8
- cogl2_path_rel_line_to at Base 1.15.8
- cogl2_path_rel_move_to at Base 1.15.8
- cogl2_path_round_rectangle at Base 1.15.8
- cogl2_path_set_fill_rule at Base 1.15.8
- cogl2_path_stroke at Base 1.15.8
- cogl_angle_cos at Base 1.15.8
- cogl_angle_sin at Base 1.15.8
- cogl_angle_tan at Base 1.15.8
- cogl_atlas_texture_new_from_bitmap at Base 1.15.8
- cogl_atlas_texture_new_from_data at Base 1.15.8
- cogl_atlas_texture_new_from_file at Base 1.15.8
- cogl_atlas_texture_new_with_size at Base 1.15.8
- cogl_attribute_buffer_new at Base 1.15.8
- cogl_attribute_buffer_new_with_size at Base 1.15.8
- cogl_attribute_get_buffer at Base 1.15.8
- cogl_attribute_get_normalized at Base 1.15.8
- cogl_attribute_new at Base 1.15.8
- cogl_attribute_new_const_1f at Base 1.15.8
- cogl_attribute_new_const_2f at Base 1.15.8
- cogl_attribute_new_const_2fv at Base 1.15.8
- cogl_attribute_new_const_2x2fv at Base 1.15.8
- cogl_attribute_new_const_3f at Base 1.15.8
- cogl_attribute_new_const_3fv at Base 1.15.8
- cogl_attribute_new_const_3x3fv at Base 1.15.8
- cogl_attribute_new_const_4f at Base 1.15.8
- cogl_attribute_new_const_4fv at Base 1.15.8
- cogl_attribute_new_const_4x4fv at Base 1.15.8
- cogl_attribute_set_buffer at Base 1.15.8
- cogl_attribute_set_normalized at Base 1.15.8
- cogl_attribute_type_get_type at Base 1.15.8
- cogl_begin_gl at Base 1.15.8
- cogl_bitmap_error_get_type at Base 1.15.8
- cogl_bitmap_error_quark at Base 1.15.8
- cogl_bitmap_get_buffer at Base 1.15.8
- cogl_bitmap_get_format at Base 1.15.8
- cogl_bitmap_get_height at Base 1.15.8
- cogl_bitmap_get_rowstride at Base 1.15.8
- cogl_bitmap_get_size_from_file at Base 1.15.8
- cogl_bitmap_get_width at Base 1.15.8
- cogl_bitmap_new_for_data at Base 1.15.8
- cogl_bitmap_new_from_buffer at Base 1.15.8
- cogl_bitmap_new_from_file at Base 1.15.8
- cogl_bitmap_new_with_size at Base 1.15.8
- cogl_blend_string_error_get_type at Base 1.15.8
- cogl_blend_string_error_quark at Base 1.15.8
- cogl_buffer_bit_get_type at Base 1.15.8
- cogl_buffer_get_size at Base 1.15.8
- cogl_buffer_get_update_hint at Base 1.15.8
- cogl_buffer_map at Base 1.15.8
- cogl_buffer_map_range at Base 1.15.8
- cogl_buffer_set_data at Base 1.15.8
- cogl_buffer_set_update_hint at Base 1.15.8
- cogl_buffer_target_get_type at Base 1.15.8
- cogl_buffer_unmap at Base 1.15.8
- cogl_check_extension at Base 1.15.8
- cogl_clear at Base 1.15.8
- cogl_clip_ensure at Base 1.15.8
- cogl_clip_pop at Base 1.15.8
- cogl_clip_push at Base 1.15.8
- cogl_clip_push_from_path at Base 1.15.8
- cogl_clip_push_from_path_preserve at Base 1.15.8
- cogl_clip_push_primitive at Base 1.15.8
- cogl_clip_push_rectangle at Base 1.15.8
- cogl_clip_push_window_rect at Base 1.15.8
- cogl_clip_push_window_rectangle at Base 1.15.8
- cogl_clip_stack_restore at Base 1.15.8
- cogl_clip_stack_save at Base 1.15.8
- cogl_clutter_check_extension_CLUTTER at Base 1.15.8
- cogl_clutter_winsys_has_feature_CLUTTER at Base 1.15.8
- cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.15.8
- cogl_color_copy at Base 1.15.8
- cogl_color_equal at Base 1.15.8
- cogl_color_free at Base 1.15.8
- cogl_color_get_alpha at Base 1.15.8
- cogl_color_get_alpha_byte at Base 1.15.8
- cogl_color_get_alpha_float at Base 1.15.8
- cogl_color_get_blue at Base 1.15.8
- cogl_color_get_blue_byte at Base 1.15.8
- cogl_color_get_blue_float at Base 1.15.8
- cogl_color_get_green at Base 1.15.8
- cogl_color_get_green_byte at Base 1.15.8
- cogl_color_get_green_float at Base 1.15.8
- cogl_color_get_red at Base 1.15.8
- cogl_color_get_red_byte at Base 1.15.8
- cogl_color_get_red_float at Base 1.15.8
- cogl_color_init_from_4f at Base 1.15.8
- cogl_color_init_from_4fv at Base 1.15.8
- cogl_color_init_from_4ub at Base 1.15.8
- cogl_color_init_from_hsl at Base 1.15.8
- cogl_color_mask_get_type at Base 1.15.8
- cogl_color_new at Base 1.15.8
- cogl_color_premultiply at Base 1.15.8
- cogl_color_set_alpha at Base 1.15.8
- cogl_color_set_alpha_byte at Base 1.15.8
- cogl_color_set_alpha_float at Base 1.15.8
- cogl_color_set_blue at Base 1.15.8
- cogl_color_set_blue_byte at Base 1.15.8
- cogl_color_set_blue_float at Base 1.15.8
- cogl_color_set_from_4f at Base 1.15.8
- cogl_color_set_from_4ub at Base 1.15.8
- cogl_color_set_green at Base 1.15.8
- cogl_color_set_green_byte at Base 1.15.8
- cogl_color_set_green_float at Base 1.15.8
- cogl_color_set_red at Base 1.15.8
- cogl_color_set_red_byte at Base 1.15.8
- cogl_color_set_red_float at Base 1.15.8
- cogl_color_to_hsl at Base 1.15.8
- cogl_color_unpremultiply at Base 1.15.8
- cogl_context_get_display at Base 1.15.8
- cogl_context_get_renderer at Base 1.15.8
- cogl_context_new at Base 1.15.8
- cogl_create_program at Base 1.15.8
- cogl_create_shader at Base 1.15.8
- cogl_debug_matrix_entry_print at Base 1.15.8
- cogl_debug_matrix_print at Base 1.15.8
- cogl_debug_object_foreach_type at Base 1.15.8
- cogl_debug_object_print_instances at Base 1.15.8
- cogl_depth_state_get_range at Base 1.15.8
- cogl_depth_state_get_test_enabled at Base 1.15.8
- cogl_depth_state_get_test_function at Base 1.15.8
- cogl_depth_state_get_write_enabled at Base 1.15.8
- cogl_depth_state_init at Base 1.15.8
- cogl_depth_state_set_range at Base 1.15.8
- cogl_depth_state_set_test_enabled at Base 1.15.8
- cogl_depth_state_set_test_function at Base 1.15.8
- cogl_depth_state_set_write_enabled at Base 1.15.8
- cogl_depth_test_function_get_type at Base 1.15.8
- cogl_disable_fog at Base 1.15.8
- cogl_display_error_quark at Base 1.15.8
- cogl_display_get_renderer at Base 1.15.8
- cogl_display_new at Base 1.15.8
- cogl_display_set_onscreen_template at Base 1.16.0
- cogl_display_setup at Base 1.15.8
- cogl_double_to_fixed at Base 1.15.8
- cogl_double_to_int at Base 1.15.8
- cogl_double_to_uint at Base 1.15.8
- (arch=!hurd-any)cogl_egl_context_get_egl_display at Base 1.15.8
- cogl_end_gl at Base 1.15.8
- cogl_error_copy at Base 1.15.8
- cogl_error_free at Base 1.15.8
- cogl_error_matches at Base 1.15.8
- cogl_euler_copy at Base 1.15.8
- cogl_euler_equal at Base 1.15.8
- cogl_euler_free at Base 1.15.8
- cogl_euler_init at Base 1.15.8
- cogl_euler_init_from_matrix at Base 1.15.8
- cogl_feature_flags_get_type at Base 1.15.8
- cogl_features_available at Base 1.15.8
- cogl_fence_closure_get_user_data at Base 1.15.8
- cogl_fixed_atan2 at Base 1.15.8
- cogl_fixed_atan at Base 1.15.8
- cogl_fixed_cos at Base 1.15.8
- cogl_fixed_div at Base 1.15.8
- cogl_fixed_get_type at Base 1.15.8
- cogl_fixed_log2 at Base 1.15.8
- cogl_fixed_mul at Base 1.15.8
- cogl_fixed_mul_div at Base 1.15.8
- cogl_fixed_pow2 at Base 1.15.8
- cogl_fixed_pow at Base 1.15.8
- cogl_fixed_sin at Base 1.15.8
- cogl_fixed_sqrt at Base 1.15.8
- cogl_fixed_tan at Base 1.15.8
- cogl_flush at Base 1.15.8
- cogl_fog_mode_get_type at Base 1.15.8
- cogl_foreach_feature at Base 1.15.8
- cogl_frame_info_get_frame_counter at Base 1.15.8
- cogl_frame_info_get_output at Base 1.15.8
- cogl_frame_info_get_presentation_time at Base 1.15.8
- cogl_frame_info_get_refresh_rate at Base 1.15.8
- cogl_framebuffer_add_fence_callback at Base 1.15.8
- cogl_framebuffer_allocate at Base 1.15.8
- cogl_framebuffer_cancel_fence_callback at Base 1.15.8
- cogl_framebuffer_clear4f at Base 1.15.8
- cogl_framebuffer_clear at Base 1.15.8
- cogl_framebuffer_discard_buffers at Base 1.15.8
- cogl_framebuffer_draw_attributes at Base 1.15.8
- cogl_framebuffer_draw_indexed_attributes at Base 1.15.8
- cogl_framebuffer_draw_multitextured_rectangle at Base 1.15.8
- cogl_framebuffer_draw_primitive at Base 1.15.8
- cogl_framebuffer_draw_rectangle at Base 1.15.8
- cogl_framebuffer_draw_rectangles at Base 1.15.8
- cogl_framebuffer_draw_textured_rectangle at Base 1.15.8
- cogl_framebuffer_draw_textured_rectangles at Base 1.15.8
- cogl_framebuffer_error_quark at Base 1.15.8
- cogl_framebuffer_fill_path at Base 1.15.8
- cogl_framebuffer_finish at Base 1.15.8
- cogl_framebuffer_frustum at Base 1.15.8
- cogl_framebuffer_get_alpha_bits at Base 1.15.8
- cogl_framebuffer_get_blue_bits at Base 1.15.8
- cogl_framebuffer_get_color_format at Base 1.15.8
- cogl_framebuffer_get_color_mask at Base 1.15.8
- cogl_framebuffer_get_context at Base 1.15.8
- cogl_framebuffer_get_depth_bits at Base 1.15.8
- cogl_framebuffer_get_depth_texture at Base 1.15.8
- cogl_framebuffer_get_depth_texture_enabled at Base 1.15.8
- cogl_framebuffer_get_dither_enabled at Base 1.15.8
- cogl_framebuffer_get_green_bits at Base 1.15.8
- cogl_framebuffer_get_height at Base 1.15.8
- cogl_framebuffer_get_modelview_matrix at Base 1.15.8
- cogl_framebuffer_get_projection_matrix at Base 1.15.8
- cogl_framebuffer_get_red_bits at Base 1.15.8
- cogl_framebuffer_get_samples_per_pixel at Base 1.15.8
- cogl_framebuffer_get_viewport4fv at Base 1.15.8
- cogl_framebuffer_get_viewport_height at Base 1.15.8
- cogl_framebuffer_get_viewport_width at Base 1.15.8
- cogl_framebuffer_get_viewport_x at Base 1.15.8
- cogl_framebuffer_get_viewport_y at Base 1.15.8
- cogl_framebuffer_get_width at Base 1.15.8
- cogl_framebuffer_identity_matrix at Base 1.15.8
- cogl_framebuffer_orthographic at Base 1.15.8
- cogl_framebuffer_perspective at Base 1.15.8
- cogl_framebuffer_pop_clip at Base 1.15.8
- cogl_framebuffer_pop_matrix at Base 1.15.8
- cogl_framebuffer_push_matrix at Base 1.15.8
- cogl_framebuffer_push_path_clip at Base 1.15.8
- cogl_framebuffer_push_primitive_clip at Base 1.15.8
- cogl_framebuffer_push_rectangle_clip at Base 1.15.8
- cogl_framebuffer_push_scissor_clip at Base 1.15.8
- cogl_framebuffer_read_pixels at Base 1.15.8
- cogl_framebuffer_read_pixels_into_bitmap at Base 1.15.8
- cogl_framebuffer_resolve_samples at Base 1.15.8
- cogl_framebuffer_resolve_samples_region at Base 1.15.8
- cogl_framebuffer_rotate at Base 1.15.8
- cogl_framebuffer_rotate_euler at Base 1.15.8
- cogl_framebuffer_rotate_quaternion at Base 1.15.8
- cogl_framebuffer_scale at Base 1.15.8
- cogl_framebuffer_set_color_mask at Base 1.15.8
- cogl_framebuffer_set_depth_texture_enabled at Base 1.15.8
- cogl_framebuffer_set_dither_enabled at Base 1.15.8
- cogl_framebuffer_set_modelview_matrix at Base 1.15.8
- cogl_framebuffer_set_projection_matrix at Base 1.15.8
- cogl_framebuffer_set_samples_per_pixel at Base 1.15.8
- cogl_framebuffer_set_viewport at Base 1.15.8
- cogl_framebuffer_stroke_path at Base 1.15.8
- cogl_framebuffer_transform at Base 1.15.8
- cogl_framebuffer_translate at Base 1.15.8
- cogl_framebuffer_vdraw_attributes at Base 1.15.8
- cogl_framebuffer_vdraw_indexed_attributes at Base 1.15.8
- cogl_frustum at Base 1.15.8
- cogl_get_backface_culling_enabled at Base 1.15.8
- cogl_get_bitmasks at Base 1.15.8
- cogl_get_clock_time at Base 1.15.8
- cogl_get_depth_test_enabled at Base 1.15.8
- cogl_get_draw_framebuffer at Base 1.15.8
- cogl_get_features at Base 1.15.8
- cogl_get_modelview_matrix at Base 1.15.8
- cogl_get_option_group at Base 1.15.8
- cogl_get_path at Base 1.15.8
- cogl_get_proc_address at Base 1.15.8
- cogl_get_projection_matrix at Base 1.15.8
- cogl_get_rectangle_indices at Base 1.15.8
- cogl_get_source at Base 1.15.8
- cogl_get_static_identity_quaternion at Base 1.15.8
- cogl_get_static_zero_quaternion at Base 1.15.8
- cogl_get_viewport at Base 1.15.8
- cogl_gles2_context_get_vtable at Base 1.15.8
- cogl_gles2_context_new at Base 1.15.8
- cogl_gles2_get_current_vtable at Base 1.15.8
- cogl_gles2_texture_2d_new_from_handle at Base 1.15.8
- cogl_gles2_texture_get_handle at Base 1.15.8
- cogl_glib_renderer_source_new at Base 1.15.8
- cogl_glib_source_new at Base 1.15.8
- cogl_handle_get_type at Base 1.15.8
- cogl_handle_ref at Base 1.15.8
- cogl_handle_unref at Base 1.15.8
- cogl_has_feature at Base 1.15.8
- cogl_has_features at Base 1.15.8
- cogl_index_buffer_allocate at Base 1.15.8
- cogl_index_buffer_new at Base 1.15.8
- cogl_indices_get_buffer at Base 1.15.8
- cogl_indices_get_offset at Base 1.15.8
- cogl_indices_get_type at Base 1.15.8
- cogl_indices_new at Base 1.15.8
- cogl_indices_new_for_buffer at Base 1.15.8
- cogl_indices_set_offset at Base 1.15.8
- cogl_indices_type_get_type at Base 1.15.8
- cogl_is_atlas_texture at Base 1.16.0
- cogl_is_attribute at Base 1.15.8
- cogl_is_attribute_buffer at Base 1.15.8
- cogl_is_bitmap at Base 1.15.8
- cogl_is_buffer at Base 1.15.8
- cogl_is_context at Base 1.15.8
- cogl_is_display at Base 1.15.8
- cogl_is_frame_info at Base 1.15.8
- cogl_is_framebuffer at Base 1.15.8
- cogl_is_gles2_context at Base 1.15.8
- cogl_is_index_buffer at Base 1.15.8
- cogl_is_indices at Base 1.15.8
- cogl_is_journal at Base 1.15.8
- cogl_is_material at Base 1.15.8
- cogl_is_matrix_stack at Base 1.15.8
- cogl_is_offscreen at Base 1.15.8
- cogl_is_onscreen at Base 1.15.8
- cogl_is_onscreen_template at Base 1.15.8
- cogl_is_output at Base 1.15.8
- cogl_is_path at Base 1.15.8
- cogl_is_pipeline at Base 1.15.8
- cogl_is_pixel_buffer at Base 1.15.8
- cogl_is_primitive at Base 1.15.8
- cogl_is_primitive_texture at Base 1.15.8
- cogl_is_program at Base 1.15.8
- cogl_is_renderer at Base 1.15.8
- cogl_is_shader at Base 1.15.8
- cogl_is_snippet at Base 1.15.8
- cogl_is_sub_texture at Base 1.15.8
- cogl_is_swap_chain at Base 1.15.8
- cogl_is_texture at Base 1.15.8
- cogl_is_texture_2d at Base 1.15.8
- cogl_is_texture_2d_sliced at Base 1.15.8
- cogl_is_texture_3d at Base 1.15.8
- cogl_is_texture_pixmap_x11 at Base 1.15.8
- cogl_is_texture_rectangle at Base 1.15.8
- cogl_is_vertex_buffer at Base 1.15.8
- cogl_is_vertex_buffer_indices at Base 1.15.8
- (arch=linux-any)cogl_kms_display_queue_modes_reset at Base 1.16.0
- (arch=linux-any)cogl_kms_display_set_layout at Base 1.16.0
- (arch=linux-any)cogl_kms_renderer_get_kms_fd at Base 1.16.0
- cogl_material_alpha_func_get_type at Base 1.15.8
- cogl_material_copy at Base 1.15.8
- cogl_material_filter_get_type at Base 1.15.8
- cogl_material_foreach_layer at Base 1.15.8
- cogl_material_get_ambient at Base 1.15.8
- cogl_material_get_color at Base 1.15.8
- cogl_material_get_depth_state at Base 1.15.8
- cogl_material_get_diffuse at Base 1.15.8
- cogl_material_get_emission at Base 1.15.8
- cogl_material_get_layer_point_sprite_coords_enabled at Base 1.15.8
- cogl_material_get_layer_wrap_mode_p at Base 1.15.8
- cogl_material_get_layer_wrap_mode_s at Base 1.15.8
- cogl_material_get_layer_wrap_mode_t at Base 1.15.8
- cogl_material_get_layers at Base 1.15.8
- cogl_material_get_n_layers at Base 1.15.8
- cogl_material_get_point_size at Base 1.15.8
- cogl_material_get_shininess at Base 1.15.8
- cogl_material_get_specular at Base 1.15.8
- cogl_material_get_user_program at Base 1.15.8
- cogl_material_layer_get_mag_filter at Base 1.15.8
- cogl_material_layer_get_min_filter at Base 1.15.8
- cogl_material_layer_get_texture at Base 1.15.8
- cogl_material_layer_get_type at Base 1.15.8
- cogl_material_layer_get_wrap_mode_p at Base 1.15.8
- cogl_material_layer_get_wrap_mode_s at Base 1.15.8
- cogl_material_layer_get_wrap_mode_t at Base 1.15.8
- cogl_material_layer_type_get_type at Base 1.15.8
- cogl_material_new at Base 1.15.8
- cogl_material_ref at Base 1.15.8
- cogl_material_remove_layer at Base 1.15.8
- cogl_material_set_alpha_test_function at Base 1.15.8
- cogl_material_set_ambient at Base 1.15.8
- cogl_material_set_ambient_and_diffuse at Base 1.15.8
- cogl_material_set_blend at Base 1.15.8
- cogl_material_set_blend_constant at Base 1.15.8
- cogl_material_set_color4f at Base 1.15.8
- cogl_material_set_color4ub at Base 1.15.8
- cogl_material_set_color at Base 1.15.8
- cogl_material_set_depth_state at Base 1.15.8
- cogl_material_set_diffuse at Base 1.15.8
- cogl_material_set_emission at Base 1.15.8
- cogl_material_set_layer at Base 1.15.8
- cogl_material_set_layer_combine at Base 1.15.8
- cogl_material_set_layer_combine_constant at Base 1.15.8
- cogl_material_set_layer_filters at Base 1.15.8
- cogl_material_set_layer_matrix at Base 1.15.8
- cogl_material_set_layer_point_sprite_coords_enabled at Base 1.15.8
- cogl_material_set_layer_wrap_mode at Base 1.15.8
- cogl_material_set_layer_wrap_mode_p at Base 1.15.8
- cogl_material_set_layer_wrap_mode_s at Base 1.15.8
- cogl_material_set_layer_wrap_mode_t at Base 1.15.8
- cogl_material_set_point_size at Base 1.15.8
- cogl_material_set_shininess at Base 1.15.8
- cogl_material_set_specular at Base 1.15.8
- cogl_material_set_user_program at Base 1.15.8
- cogl_material_unref at Base 1.15.8
- cogl_material_wrap_mode_get_type at Base 1.15.8
- cogl_matrix_copy at Base 1.15.8
- cogl_matrix_entry_calculate_translation at Base 1.15.8
- cogl_matrix_entry_equal at Base 1.15.8
- cogl_matrix_entry_get at Base 1.15.8
- cogl_matrix_entry_is_identity at Base 1.15.8
- cogl_matrix_entry_ref at Base 1.15.8
- cogl_matrix_entry_unref at Base 1.15.8
- cogl_matrix_equal at Base 1.15.8
- cogl_matrix_free at Base 1.15.8
- cogl_matrix_frustum at Base 1.15.8
- cogl_matrix_get_array at Base 1.15.8
- cogl_matrix_get_inverse at Base 1.15.8
- cogl_matrix_init_from_array at Base 1.15.8
- cogl_matrix_init_from_euler at Base 1.15.8
- cogl_matrix_init_from_quaternion at Base 1.15.8
- cogl_matrix_init_identity at Base 1.15.8
- cogl_matrix_init_translation at Base 1.15.8
- cogl_matrix_is_identity at Base 1.15.8
- cogl_matrix_look_at at Base 1.15.8
- cogl_matrix_multiply at Base 1.15.8
- cogl_matrix_ortho at Base 1.15.8
- cogl_matrix_orthographic at Base 1.15.8
- cogl_matrix_perspective at Base 1.15.8
- cogl_matrix_project_points at Base 1.15.8
- cogl_matrix_rotate at Base 1.15.8
- cogl_matrix_rotate_euler at Base 1.15.8
- cogl_matrix_rotate_quaternion at Base 1.15.8
- cogl_matrix_scale at Base 1.15.8
- cogl_matrix_stack_frustum at Base 1.15.8
- cogl_matrix_stack_get at Base 1.15.8
- cogl_matrix_stack_get_entry at Base 1.15.8
- cogl_matrix_stack_get_inverse at Base 1.15.8
- cogl_matrix_stack_load_identity at Base 1.15.8
- cogl_matrix_stack_multiply at Base 1.15.8
- cogl_matrix_stack_new at Base 1.15.8
- cogl_matrix_stack_orthographic at Base 1.15.8
- cogl_matrix_stack_perspective at Base 1.15.8
- cogl_matrix_stack_pop at Base 1.15.8
- cogl_matrix_stack_push at Base 1.15.8
- cogl_matrix_stack_rotate at Base 1.15.8
- cogl_matrix_stack_rotate_euler at Base 1.15.8
- cogl_matrix_stack_rotate_quaternion at Base 1.15.8
- cogl_matrix_stack_scale at Base 1.15.8
- cogl_matrix_stack_set at Base 1.15.8
- cogl_matrix_stack_translate at Base 1.15.8
- cogl_matrix_transform_point at Base 1.15.8
- cogl_matrix_transform_points at Base 1.15.8
- cogl_matrix_translate at Base 1.15.8
- cogl_matrix_transpose at Base 1.15.8
- cogl_matrix_view_2d_in_frustum at Base 1.15.8
- cogl_matrix_view_2d_in_perspective at Base 1.15.8
- cogl_meta_texture_foreach_in_region at Base 1.15.8
- cogl_object_get_user_data at Base 1.15.8
- cogl_object_ref at Base 1.15.8
- cogl_object_set_user_data at Base 1.15.8
- cogl_object_unref at Base 1.15.8
- cogl_offscreen_new_to_texture at Base 1.15.8
- cogl_offscreen_new_with_texture at Base 1.15.8
- cogl_offscreen_ref at Base 1.15.8
- cogl_offscreen_unref at Base 1.15.8
- cogl_onscreen_add_dirty_callback at Base 1.15.8
- cogl_onscreen_add_frame_callback at Base 1.15.8
- cogl_onscreen_add_resize_callback at Base 1.15.8
- cogl_onscreen_add_swap_buffers_callback at Base 1.15.8
- cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.15.8
- cogl_onscreen_get_buffer_age at Base 1.15.8
- cogl_onscreen_get_frame_counter at Base 1.15.8
- cogl_onscreen_get_resizable at Base 1.15.8
- cogl_onscreen_hide at Base 1.15.8
- cogl_onscreen_new at Base 1.15.8
- cogl_onscreen_remove_dirty_callback at Base 1.15.8
- cogl_onscreen_remove_frame_callback at Base 1.15.8
- cogl_onscreen_remove_resize_callback at Base 1.15.8
- cogl_onscreen_remove_swap_buffers_callback at Base 1.15.8
- cogl_onscreen_set_resizable at Base 1.15.8
- cogl_onscreen_set_swap_throttled at Base 1.15.8
- cogl_onscreen_show at Base 1.15.8
- cogl_onscreen_swap_buffers at Base 1.15.8
- cogl_onscreen_swap_buffers_with_damage at Base 1.15.8
- cogl_onscreen_swap_region at Base 1.15.8
- cogl_onscreen_template_error_quark at Base 1.15.8
- cogl_onscreen_template_new at Base 1.15.8
- cogl_onscreen_template_set_samples_per_pixel at Base 1.15.8
- cogl_onscreen_template_set_swap_throttled at Base 1.15.8
- cogl_ortho at Base 1.15.8
- cogl_output_get_height at Base 1.15.8
- cogl_output_get_mm_height at Base 1.15.8
- cogl_output_get_mm_width at Base 1.15.8
- cogl_output_get_refresh_rate at Base 1.15.8
- cogl_output_get_subpixel_order at Base 1.15.8
- cogl_output_get_width at Base 1.15.8
- cogl_output_get_x at Base 1.15.8
- cogl_output_get_y at Base 1.15.8
- cogl_path_arc at Base 1.15.8
- cogl_path_close at Base 1.15.8
- cogl_path_copy at Base 1.15.8
- cogl_path_curve_to at Base 1.15.8
- cogl_path_ellipse at Base 1.15.8
- cogl_path_fill at Base 1.15.8
- cogl_path_fill_preserve at Base 1.15.8
- cogl_path_fill_rule_get_type at Base 1.15.8
- cogl_path_get_fill_rule at Base 1.15.8
- cogl_path_line at Base 1.15.8
- cogl_path_line_to at Base 1.15.8
- cogl_path_move_to at Base 1.15.8
- cogl_path_new at Base 1.15.8
- cogl_path_polygon at Base 1.15.8
- cogl_path_polyline at Base 1.15.8
- cogl_path_rectangle at Base 1.15.8
- cogl_path_rel_curve_to at Base 1.15.8
- cogl_path_rel_line_to at Base 1.15.8
- cogl_path_rel_move_to at Base 1.15.8
- cogl_path_round_rectangle at Base 1.15.8
- cogl_path_set_fill_rule at Base 1.15.8
- cogl_path_stroke at Base 1.15.8
- cogl_path_stroke_preserve at Base 1.15.8
- cogl_perspective at Base 1.15.8
- cogl_pipeline_add_layer_snippet at Base 1.15.8
- cogl_pipeline_add_snippet at Base 1.15.8
- cogl_pipeline_copy at Base 1.15.8
- cogl_pipeline_foreach_layer at Base 1.15.8
- cogl_pipeline_get_alpha_test_function at Base 1.15.8
- cogl_pipeline_get_alpha_test_reference at Base 1.15.8
- cogl_pipeline_get_ambient at Base 1.15.8
- cogl_pipeline_get_color at Base 1.15.8
- cogl_pipeline_get_color_mask at Base 1.15.8
- cogl_pipeline_get_cull_face_mode at Base 1.15.8
- cogl_pipeline_get_depth_state at Base 1.15.8
- cogl_pipeline_get_diffuse at Base 1.15.8
- cogl_pipeline_get_emission at Base 1.15.8
- cogl_pipeline_get_front_face_winding at Base 1.15.8
- cogl_pipeline_get_layer_mag_filter at Base 1.15.8
- cogl_pipeline_get_layer_min_filter at Base 1.15.8
- cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.15.8
- cogl_pipeline_get_layer_texture at Base 1.15.8
- cogl_pipeline_get_layer_wrap_mode_p at Base 1.15.8
- cogl_pipeline_get_layer_wrap_mode_s at Base 1.15.8
- cogl_pipeline_get_layer_wrap_mode_t at Base 1.15.8
- cogl_pipeline_get_n_layers at Base 1.15.8
- cogl_pipeline_get_per_vertex_point_size at Base 1.15.8
- cogl_pipeline_get_point_size at Base 1.15.8
- cogl_pipeline_get_shininess at Base 1.15.8
- cogl_pipeline_get_specular at Base 1.15.8
- cogl_pipeline_get_uniform_location at Base 1.15.8
- cogl_pipeline_get_user_program at Base 1.15.8
- cogl_pipeline_new at Base 1.15.8
- cogl_pipeline_remove_layer at Base 1.15.8
- cogl_pipeline_set_alpha_test_function at Base 1.15.8
- cogl_pipeline_set_ambient at Base 1.15.8
- cogl_pipeline_set_ambient_and_diffuse at Base 1.15.8
- cogl_pipeline_set_blend at Base 1.15.8
- cogl_pipeline_set_blend_constant at Base 1.15.8
- cogl_pipeline_set_color4f at Base 1.15.8
- cogl_pipeline_set_color4ub at Base 1.15.8
- cogl_pipeline_set_color at Base 1.15.8
- cogl_pipeline_set_color_mask at Base 1.15.8
- cogl_pipeline_set_cull_face_mode at Base 1.15.8
- cogl_pipeline_set_depth_state at Base 1.15.8
- cogl_pipeline_set_diffuse at Base 1.15.8
- cogl_pipeline_set_emission at Base 1.15.8
- cogl_pipeline_set_front_face_winding at Base 1.15.8
- cogl_pipeline_set_layer_combine at Base 1.15.8
- cogl_pipeline_set_layer_combine_constant at Base 1.15.8
- cogl_pipeline_set_layer_filters at Base 1.15.8
- cogl_pipeline_set_layer_matrix at Base 1.15.8
- cogl_pipeline_set_layer_null_texture at Base 1.15.8
- cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.15.8
- cogl_pipeline_set_layer_texture at Base 1.15.8
- cogl_pipeline_set_layer_wrap_mode at Base 1.15.8
- cogl_pipeline_set_layer_wrap_mode_p at Base 1.15.8
- cogl_pipeline_set_layer_wrap_mode_s at Base 1.15.8
- cogl_pipeline_set_layer_wrap_mode_t at Base 1.15.8
- cogl_pipeline_set_per_vertex_point_size at Base 1.15.8
- cogl_pipeline_set_point_size at Base 1.15.8
- cogl_pipeline_set_shininess at Base 1.15.8
- cogl_pipeline_set_specular at Base 1.15.8
- cogl_pipeline_set_uniform_1f at Base 1.15.8
- cogl_pipeline_set_uniform_1i at Base 1.15.8
- cogl_pipeline_set_uniform_float at Base 1.15.8
- cogl_pipeline_set_uniform_int at Base 1.15.8
- cogl_pipeline_set_uniform_matrix at Base 1.15.8
- cogl_pipeline_set_user_program at Base 1.15.8
- cogl_pixel_buffer_new at Base 1.15.8
- cogl_pixel_format_get_type at Base 1.15.8
- cogl_poll_renderer_dispatch at Base 1.15.8
- cogl_poll_renderer_get_info at Base 1.15.8
- cogl_polygon at Base 1.15.8
- cogl_pop_draw_buffer at Base 1.15.8
- cogl_pop_framebuffer at Base 1.15.8
- cogl_pop_gles2_context at Base 1.15.8
- cogl_pop_matrix at Base 1.15.8
- cogl_pop_source at Base 1.15.8
- cogl_primitive_copy at Base 1.15.8
- cogl_primitive_draw at Base 1.15.8
- cogl_primitive_foreach_attribute at Base 1.15.8
- cogl_primitive_get_first_vertex at Base 1.15.8
- cogl_primitive_get_indices at Base 1.15.8
- cogl_primitive_get_mode at Base 1.15.8
- cogl_primitive_get_n_vertices at Base 1.15.8
- cogl_primitive_new at Base 1.15.8
- cogl_primitive_new_p2 at Base 1.15.8
- cogl_primitive_new_p2c4 at Base 1.15.8
- cogl_primitive_new_p2t2 at Base 1.15.8
- cogl_primitive_new_p2t2c4 at Base 1.15.8
- cogl_primitive_new_p3 at Base 1.15.8
- cogl_primitive_new_p3c4 at Base 1.15.8
- cogl_primitive_new_p3t2 at Base 1.15.8
- cogl_primitive_new_p3t2c4 at Base 1.15.8
- cogl_primitive_new_with_attributes at Base 1.15.8
- cogl_primitive_set_attributes at Base 1.15.8
- cogl_primitive_set_first_vertex at Base 1.15.8
- cogl_primitive_set_indices at Base 1.15.8
- cogl_primitive_set_mode at Base 1.15.8
- cogl_primitive_set_n_vertices at Base 1.15.8
- cogl_primitive_texture_set_auto_mipmap at Base 1.15.8
- cogl_program_attach_shader at Base 1.15.8
- cogl_program_get_uniform_location at Base 1.15.8
- cogl_program_link at Base 1.15.8
- cogl_program_ref at Base 1.15.8
- cogl_program_set_uniform_1f at Base 1.15.8
- cogl_program_set_uniform_1i at Base 1.15.8
- cogl_program_set_uniform_float at Base 1.15.8
- cogl_program_set_uniform_int at Base 1.15.8
- cogl_program_set_uniform_matrix at Base 1.15.8
- cogl_program_uniform_1f at Base 1.15.8
- cogl_program_uniform_1i at Base 1.15.8
- cogl_program_uniform_float at Base 1.15.8
- cogl_program_uniform_int at Base 1.15.8
- cogl_program_uniform_matrix at Base 1.15.8
- cogl_program_unref at Base 1.15.8
- cogl_program_use at Base 1.15.8
- cogl_push_draw_buffer at Base 1.15.8
- cogl_push_framebuffer at Base 1.15.8
- cogl_push_gles2_context at Base 1.15.8
- cogl_push_matrix at Base 1.15.8
- cogl_push_source at Base 1.15.8
- cogl_quaternion_copy at Base 1.15.8
- cogl_quaternion_dot_product at Base 1.15.8
- cogl_quaternion_equal at Base 1.15.8
- cogl_quaternion_free at Base 1.15.8
- cogl_quaternion_get_rotation_angle at Base 1.15.8
- cogl_quaternion_get_rotation_axis at Base 1.15.8
- cogl_quaternion_init at Base 1.15.8
- cogl_quaternion_init_from_angle_vector at Base 1.15.8
- cogl_quaternion_init_from_array at Base 1.15.8
- cogl_quaternion_init_from_euler at Base 1.15.8
- cogl_quaternion_init_from_matrix at Base 1.15.8
- cogl_quaternion_init_from_quaternion at Base 1.15.8
- cogl_quaternion_init_from_x_rotation at Base 1.15.8
- cogl_quaternion_init_from_y_rotation at Base 1.15.8
- cogl_quaternion_init_from_z_rotation at Base 1.15.8
- cogl_quaternion_init_identity at Base 1.15.8
- cogl_quaternion_invert at Base 1.15.8
- cogl_quaternion_multiply at Base 1.15.8
- cogl_quaternion_nlerp at Base 1.15.8
- cogl_quaternion_normalize at Base 1.15.8
- cogl_quaternion_pow at Base 1.15.8
- cogl_quaternion_slerp at Base 1.15.8
- cogl_quaternion_squad at Base 1.15.8
- cogl_read_pixels at Base 1.15.8
- cogl_read_pixels_flags_get_type at Base 1.15.8
- cogl_rectangle at Base 1.15.8
- cogl_rectangle_with_multitexture_coords at Base 1.15.8
- cogl_rectangle_with_texture_coords at Base 1.15.8
- cogl_rectangles at Base 1.15.8
- cogl_rectangles_with_texture_coords at Base 1.15.8
- cogl_renderer_add_constraint at Base 1.15.8
- cogl_renderer_check_onscreen_template at Base 1.15.8
- cogl_renderer_connect at Base 1.15.8
- cogl_renderer_error_get_type at Base 1.15.8
- cogl_renderer_error_quark at Base 1.15.8
- cogl_renderer_foreach_output at Base 1.15.8
- cogl_renderer_get_driver at Base 1.15.8
- cogl_renderer_get_n_fragment_texture_units at Base 1.15.8
- cogl_renderer_get_winsys_id at Base 1.15.8
- cogl_renderer_new at Base 1.15.8
- cogl_renderer_remove_constraint at Base 1.15.8
- cogl_renderer_set_driver at Base 1.15.8
- cogl_renderer_set_winsys_id at Base 1.15.8
- cogl_rotate at Base 1.15.8
- cogl_scale at Base 1.15.8
- cogl_set_backface_culling_enabled at Base 1.15.8
- cogl_set_depth_test_enabled at Base 1.15.8
- cogl_set_draw_buffer at Base 1.15.8
- cogl_set_fog at Base 1.15.8
- cogl_set_framebuffer at Base 1.15.8
- cogl_set_modelview_matrix at Base 1.15.8
- cogl_set_path at Base 1.15.8
- cogl_set_projection_matrix at Base 1.15.8
- cogl_set_source at Base 1.15.8
- cogl_set_source_color4f at Base 1.15.8
- cogl_set_source_color4ub at Base 1.15.8
- cogl_set_source_color at Base 1.15.8
- cogl_set_source_texture at Base 1.15.8
- cogl_set_viewport at Base 1.15.8
- cogl_shader_compile at Base 1.15.8
- cogl_shader_get_info_log at Base 1.15.8
- cogl_shader_get_type at Base 1.15.8
- cogl_shader_is_compiled at Base 1.15.8
- cogl_shader_ref at Base 1.15.8
- cogl_shader_source at Base 1.15.8
- cogl_shader_type_get_type at Base 1.15.8
- cogl_shader_unref at Base 1.15.8
- cogl_snippet_get_declarations at Base 1.15.8
- cogl_snippet_get_hook at Base 1.15.8
- cogl_snippet_get_post at Base 1.15.8
- cogl_snippet_get_pre at Base 1.15.8
- cogl_snippet_get_replace at Base 1.15.8
- cogl_snippet_new at Base 1.15.8
- cogl_snippet_set_declarations at Base 1.15.8
- cogl_snippet_set_post at Base 1.15.8
- cogl_snippet_set_pre at Base 1.15.8
- cogl_snippet_set_replace at Base 1.15.8
- cogl_sqrti at Base 1.15.8
- cogl_sub_texture_get_parent at Base 1.15.8
- cogl_sub_texture_new at Base 1.15.8
- cogl_swap_chain_error_quark at Base 1.15.8
- cogl_swap_chain_new at Base 1.15.8
- cogl_swap_chain_set_has_alpha at Base 1.15.8
- cogl_swap_chain_set_length at Base 1.15.8
- cogl_system_error_get_type at Base 1.15.8
- cogl_test_verbose at Base 1.15.8
- cogl_texture_2d_new_from_bitmap at Base 1.15.8
- cogl_texture_2d_new_from_data at Base 1.15.8
- cogl_texture_2d_new_from_file at Base 1.15.8
- cogl_texture_2d_new_from_foreign at Base 1.15.8
- cogl_texture_2d_new_with_size at Base 1.15.8
- cogl_texture_2d_sliced_new_from_bitmap at Base 1.15.8
- cogl_texture_2d_sliced_new_from_data at Base 1.15.8
- cogl_texture_2d_sliced_new_from_file at Base 1.15.8
- cogl_texture_2d_sliced_new_with_size at Base 1.15.8
- cogl_texture_3d_error_quark at Base 1.15.8
- cogl_texture_3d_new_from_bitmap at Base 1.15.8
- cogl_texture_3d_new_from_data at Base 1.15.8
- cogl_texture_3d_new_with_size at Base 1.15.8
- cogl_texture_allocate at Base 1.15.8
- cogl_texture_error_get_type at Base 1.15.8
- cogl_texture_error_quark at Base 1.15.8
- cogl_texture_flags_get_type at Base 1.15.8
- cogl_texture_get_data at Base 1.15.8
- cogl_texture_get_format at Base 1.15.8
- cogl_texture_get_gl_texture at Base 1.15.8
- cogl_texture_get_height at Base 1.15.8
- cogl_texture_get_max_waste at Base 1.15.8
- cogl_texture_get_rowstride at Base 1.15.8
- cogl_texture_get_width at Base 1.15.8
- cogl_texture_is_sliced at Base 1.15.8
- cogl_texture_new_from_bitmap at Base 1.15.8
- cogl_texture_new_from_data at Base 1.15.8
- cogl_texture_new_from_file at Base 1.15.8
- cogl_texture_new_from_foreign at Base 1.15.8
- cogl_texture_new_from_sub_texture at Base 1.15.8
- cogl_texture_new_with_size at Base 1.15.8
- cogl_texture_pixmap_x11_error_quark at Base 1.15.8
- cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.15.8
- cogl_texture_pixmap_x11_new at Base 1.15.8
- cogl_texture_pixmap_x11_set_damage_object at Base 1.15.8
- cogl_texture_pixmap_x11_update_area at Base 1.15.8
- cogl_texture_rectangle_new_from_bitmap at Base 1.15.8
- cogl_texture_rectangle_new_from_foreign at Base 1.15.8
- cogl_texture_rectangle_new_with_size at Base 1.15.8
- cogl_texture_ref at Base 1.15.8
- cogl_texture_set_data at Base 1.15.8
- cogl_texture_set_region at Base 1.15.8
- cogl_texture_set_region_from_bitmap at Base 1.15.8
- cogl_texture_type_get_type at Base 1.15.8
- cogl_texture_unref at Base 1.15.8
- cogl_transform at Base 1.15.8
- cogl_translate at Base 1.15.8
- cogl_vdraw_indexed_attributes at Base 1.15.8
- cogl_vector3_add at Base 1.15.8
- cogl_vector3_copy at Base 1.15.8
- cogl_vector3_cross_product at Base 1.15.8
- cogl_vector3_distance at Base 1.15.8
- cogl_vector3_divide_scalar at Base 1.15.8
- cogl_vector3_dot_product at Base 1.15.8
- cogl_vector3_equal at Base 1.15.8
- cogl_vector3_equal_with_epsilon at Base 1.15.8
- cogl_vector3_free at Base 1.15.8
- cogl_vector3_init at Base 1.15.8
- cogl_vector3_init_zero at Base 1.15.8
- cogl_vector3_invert at Base 1.15.8
- cogl_vector3_magnitude at Base 1.15.8
- cogl_vector3_multiply_scalar at Base 1.15.8
- cogl_vector3_normalize at Base 1.15.8
- cogl_vector3_subtract at Base 1.15.8
- cogl_vertex_buffer_add at Base 1.15.8
- cogl_vertex_buffer_delete at Base 1.15.8
- cogl_vertex_buffer_disable at Base 1.15.8
- cogl_vertex_buffer_draw at Base 1.15.8
- cogl_vertex_buffer_draw_elements at Base 1.15.8
- cogl_vertex_buffer_enable at Base 1.15.8
- cogl_vertex_buffer_get_n_vertices at Base 1.15.8
- cogl_vertex_buffer_indices_get_for_quads at Base 1.15.8
- cogl_vertex_buffer_indices_get_type at Base 1.15.8
- cogl_vertex_buffer_indices_new at Base 1.15.8
- cogl_vertex_buffer_new at Base 1.15.8
- cogl_vertex_buffer_ref at Base 1.15.8
- cogl_vertex_buffer_submit at Base 1.15.8
- cogl_vertex_buffer_unref at Base 1.15.8
- cogl_vertices_mode_get_type at Base 1.15.8
- cogl_viewport at Base 1.15.8
- (arch=linux-any)cogl_wayland_display_set_compositor_display at Base 1.16.0
- (arch=linux-any)cogl_wayland_onscreen_get_shell_surface at Base 1.16.0
- (arch=linux-any)cogl_wayland_onscreen_get_surface at Base 1.16.0
- (arch=linux-any)cogl_wayland_onscreen_resize at Base 1.16.0
- (arch=linux-any)cogl_wayland_onscreen_set_foreign_surface at Base 1.16.0
- (arch=linux-any)cogl_wayland_renderer_get_display at Base 1.16.0
- (arch=linux-any)cogl_wayland_renderer_set_event_dispatch_enabled at Base 1.16.0
- (arch=linux-any)cogl_wayland_renderer_set_foreign_display at Base 1.16.0
- (arch=linux-any)cogl_wayland_texture_2d_new_from_buffer at Base 1.16.0
- cogl_winding_get_type at Base 1.15.8
- cogl_winsys_feature_get_type at Base 1.15.8
- cogl_x11_onscreen_get_visual_xid at Base 1.15.8
- cogl_x11_onscreen_get_window_xid at Base 1.15.8
- cogl_x11_onscreen_set_foreign_window_xid at Base 1.15.8
- cogl_xlib_get_display at Base 1.15.8
- cogl_xlib_handle_event at Base 1.15.8
- cogl_xlib_renderer_add_filter at Base 1.15.8
- cogl_xlib_renderer_get_display at Base 1.15.8
- cogl_xlib_renderer_get_foreign_display at Base 1.15.8
- cogl_xlib_renderer_handle_event at Base 1.15.8
- cogl_xlib_renderer_remove_filter at Base 1.15.8
- cogl_xlib_renderer_set_event_retrieval_enabled at Base 1.15.8
- cogl_xlib_renderer_set_foreign_display at Base 1.15.8
- cogl_xlib_set_display at Base 1.15.8
- test_ctx at Base 1.15.8
- test_fb at Base 1.15.8
- test_utils_check_pixel at Base 1.15.8
- test_utils_check_pixel_and_alpha at Base 1.15.8
- test_utils_check_pixel_rgb at Base 1.15.8
- test_utils_check_region at Base 1.15.8
- test_utils_compare_pixel at Base 1.15.8
- test_utils_compare_pixel_and_alpha at Base 1.15.8
- test_utils_create_color_texture at Base 1.15.8
- test_utils_fini at Base 1.15.8
- test_utils_init at Base 1.15.8
- test_utils_texture_new_from_bitmap at Base 1.15.8
- test_utils_texture_new_from_data at Base 1.15.8
- test_utils_texture_new_with_size at Base 1.15.8
- unit_test_check_bitmask_api at Base 1.15.8
- unit_test_check_blend_constant_ancestry at Base 1.16.0
- unit_test_check_gl_blend_enable at Base 1.15.8
- unit_test_check_mesa_driver_package_parser at Base 1.15.8
- unit_test_check_point_size_shader at Base 1.15.8
- unit_test_check_uniform_ancestry at Base 1.16.0
+libcogl-path.so.20 libcogl20 #MINVER#
+ cogl2_clip_push_from_path at Base 1.17.4-1
+ cogl2_path_arc at Base 1.17.4-1
+ cogl2_path_close at Base 1.17.4-1
+ cogl2_path_curve_to at Base 1.17.4-1
+ cogl2_path_ellipse at Base 1.17.4-1
+ cogl2_path_fill at Base 1.17.4-1
+ cogl2_path_get_fill_rule at Base 1.17.4-1
+ cogl2_path_line at Base 1.17.4-1
+ cogl2_path_line_to at Base 1.17.4-1
+ cogl2_path_move_to at Base 1.17.4-1
+ cogl2_path_new at Base 1.17.4-1
+ cogl2_path_polygon at Base 1.17.4-1
+ cogl2_path_polyline at Base 1.17.4-1
+ cogl2_path_rectangle at Base 1.17.4-1
+ cogl2_path_rel_curve_to at Base 1.17.4-1
+ cogl2_path_rel_line_to at Base 1.17.4-1
+ cogl2_path_rel_move_to at Base 1.17.4-1
+ cogl2_path_round_rectangle at Base 1.17.4-1
+ cogl2_path_set_fill_rule at Base 1.17.4-1
+ cogl2_path_stroke at Base 1.17.4-1
+ cogl_clip_push_from_path at Base 1.17.4-1
+ cogl_clip_push_from_path_preserve at Base 1.17.4-1
+ cogl_framebuffer_fill_path at Base 1.17.4-1
+ cogl_framebuffer_push_path_clip at Base 1.17.4-1
+ cogl_framebuffer_stroke_path at Base 1.17.4-1
+ cogl_get_path at Base 1.17.4-1
+ cogl_is_path at Base 1.17.4-1
+ cogl_path_arc at Base 1.17.4-1
+ cogl_path_close at Base 1.17.4-1
+ cogl_path_copy at Base 1.17.4-1
+ cogl_path_curve_to at Base 1.17.4-1
+ cogl_path_ellipse at Base 1.17.4-1
+ cogl_path_fill at Base 1.17.4-1
+ cogl_path_fill_preserve at Base 1.17.4-1
+ cogl_path_fill_rule_get_type at Base 1.17.4-1
+ cogl_path_get_fill_rule at Base 1.17.4-1
+ cogl_path_line at Base 1.17.4-1
+ cogl_path_line_to at Base 1.17.4-1
+ cogl_path_move_to at Base 1.17.4-1
+ cogl_path_new at Base 1.17.4-1
+ cogl_path_polygon at Base 1.17.4-1
+ cogl_path_polyline at Base 1.17.4-1
+ cogl_path_rectangle at Base 1.17.4-1
+ cogl_path_rel_curve_to at Base 1.17.4-1
+ cogl_path_rel_line_to at Base 1.17.4-1
+ cogl_path_rel_move_to at Base 1.17.4-1
+ cogl_path_round_rectangle at Base 1.17.4-1
+ cogl_path_set_fill_rule at Base 1.17.4-1
+ cogl_path_stroke at Base 1.17.4-1
+ cogl_path_stroke_preserve at Base 1.17.4-1
+ cogl_set_path at Base 1.17.4-1
+libcogl.so.20 libcogl20 #MINVER#
+ _cogl_atlas_add_reorganize_callback at Base 1.17.4
+ _cogl_atlas_new at Base 1.17.4
+ _cogl_atlas_reserve_space at Base 1.17.4
+ _cogl_atlas_texture_add_reorganize_callback at Base 1.17.4
+ _cogl_atlas_texture_remove_reorganize_callback at Base 1.17.4
+ _cogl_buffer_map_for_fill_or_fallback at Base 1.17.4
+ _cogl_buffer_unmap_for_fill_or_fallback at Base 1.17.4
+ _cogl_clip_stack_push_primitive at Base 1.17.4
+ _cogl_clip_stack_push_rectangle at Base 1.17.4
+ _cogl_context_get_default at Base 1.17.4
+ _cogl_debug_flags at Base 1.17.4
+ _cogl_debug_instances at Base 1.17.4
+ _cogl_framebuffer_get_modelview_stack at Base 1.17.4
+ _cogl_framebuffer_get_projection_stack at Base 1.17.4
+ _cogl_framebuffer_get_stencil_bits at Base 1.17.4
+ _cogl_object_default_unref at Base 1.17.4
+ _cogl_pipeline_foreach_layer_internal at Base 1.17.4
+ _cogl_pipeline_layer_get_texture at Base 1.17.4
+ _cogl_pipeline_layer_get_texture_real at Base 1.17.4
+ _cogl_pipeline_layer_get_texture_type at Base 1.17.4
+ _cogl_pipeline_prune_to_n_layers at Base 1.17.4
+ _cogl_primitive_draw at Base 1.17.4
+ _cogl_texture_can_hardware_repeat at Base 1.17.4
+ _cogl_texture_get_format at Base 1.17.4
+ cogl_angle_cos at Base 1.17.4
+ cogl_angle_sin at Base 1.17.4
+ cogl_angle_tan at Base 1.17.4
+ cogl_atlas_texture_new_from_bitmap at Base 1.17.4
+ cogl_atlas_texture_new_from_data at Base 1.17.4
+ cogl_atlas_texture_new_from_file at Base 1.17.4
+ cogl_atlas_texture_new_with_size at Base 1.17.4
+ cogl_attribute_buffer_new at Base 1.17.4
+ cogl_attribute_buffer_new_with_size at Base 1.17.4
+ cogl_attribute_get_buffer at Base 1.17.4
+ cogl_attribute_get_normalized at Base 1.17.4
+ cogl_attribute_new at Base 1.17.4
+ cogl_attribute_new_const_1f at Base 1.17.4
+ cogl_attribute_new_const_2f at Base 1.17.4
+ cogl_attribute_new_const_2fv at Base 1.17.4
+ cogl_attribute_new_const_2x2fv at Base 1.17.4
+ cogl_attribute_new_const_3f at Base 1.17.4
+ cogl_attribute_new_const_3fv at Base 1.17.4
+ cogl_attribute_new_const_3x3fv at Base 1.17.4
+ cogl_attribute_new_const_4f at Base 1.17.4
+ cogl_attribute_new_const_4fv at Base 1.17.4
+ cogl_attribute_new_const_4x4fv at Base 1.17.4
+ cogl_attribute_set_buffer at Base 1.17.4
+ cogl_attribute_set_normalized at Base 1.17.4
+ cogl_attribute_type_get_type at Base 1.17.4
+ cogl_begin_gl at Base 1.17.4
+ cogl_bitmap_error_get_type at Base 1.17.4
+ cogl_bitmap_error_quark at Base 1.17.4
+ cogl_bitmap_get_buffer at Base 1.17.4
+ cogl_bitmap_get_format at Base 1.17.4
+ cogl_bitmap_get_height at Base 1.17.4
+ cogl_bitmap_get_rowstride at Base 1.17.4
+ cogl_bitmap_get_size_from_file at Base 1.17.4
+ cogl_bitmap_get_width at Base 1.17.4
+ cogl_bitmap_new_for_data at Base 1.17.4
+ cogl_bitmap_new_from_buffer at Base 1.17.4
+ cogl_bitmap_new_from_file at Base 1.17.4
+ cogl_bitmap_new_with_size at Base 1.17.4
+ cogl_blend_string_error_get_type at Base 1.17.4
+ cogl_blend_string_error_quark at Base 1.17.4
+ cogl_buffer_bit_get_type at Base 1.17.4
+ cogl_buffer_get_size at Base 1.17.4
+ cogl_buffer_get_update_hint at Base 1.17.4
+ cogl_buffer_map at Base 1.17.4
+ cogl_buffer_map_range at Base 1.17.4
+ cogl_buffer_set_data at Base 1.17.4
+ cogl_buffer_set_update_hint at Base 1.17.4
+ cogl_buffer_target_get_type at Base 1.17.4
+ cogl_buffer_unmap at Base 1.17.4
+ cogl_check_extension at Base 1.17.4
+ cogl_clear at Base 1.17.4
+ cogl_clip_ensure at Base 1.17.4
+ cogl_clip_pop at Base 1.17.4
+ cogl_clip_push at Base 1.17.4
+ cogl_clip_push_primitive at Base 1.17.4
+ cogl_clip_push_rectangle at Base 1.17.4
+ cogl_clip_push_window_rect at Base 1.17.4
+ cogl_clip_push_window_rectangle at Base 1.17.4
+ cogl_clip_stack_restore at Base 1.17.4
+ cogl_clip_stack_save at Base 1.17.4
+ cogl_clutter_check_extension_CLUTTER at Base 1.17.4
+ cogl_clutter_winsys_has_feature_CLUTTER at Base 1.17.4
+ cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.17.4
+ cogl_color_copy at Base 1.17.4
+ cogl_color_equal at Base 1.17.4
+ cogl_color_free at Base 1.17.4
+ cogl_color_get_alpha at Base 1.17.4
+ cogl_color_get_alpha_byte at Base 1.17.4
+ cogl_color_get_alpha_float at Base 1.17.4
+ cogl_color_get_blue at Base 1.17.4
+ cogl_color_get_blue_byte at Base 1.17.4
+ cogl_color_get_blue_float at Base 1.17.4
+ cogl_color_get_green at Base 1.17.4
+ cogl_color_get_green_byte at Base 1.17.4
+ cogl_color_get_green_float at Base 1.17.4
+ cogl_color_get_red at Base 1.17.4
+ cogl_color_get_red_byte at Base 1.17.4
+ cogl_color_get_red_float at Base 1.17.4
+ cogl_color_init_from_4f at Base 1.17.4
+ cogl_color_init_from_4fv at Base 1.17.4
+ cogl_color_init_from_4ub at Base 1.17.4
+ cogl_color_init_from_hsl at Base 1.17.4
+ cogl_color_mask_get_type at Base 1.17.4
+ cogl_color_new at Base 1.17.4
+ cogl_color_premultiply at Base 1.17.4
+ cogl_color_set_alpha at Base 1.17.4
+ cogl_color_set_alpha_byte at Base 1.17.4
+ cogl_color_set_alpha_float at Base 1.17.4
+ cogl_color_set_blue at Base 1.17.4
+ cogl_color_set_blue_byte at Base 1.17.4
+ cogl_color_set_blue_float at Base 1.17.4
+ cogl_color_set_from_4f at Base 1.17.4
+ cogl_color_set_from_4ub at Base 1.17.4
+ cogl_color_set_green at Base 1.17.4
+ cogl_color_set_green_byte at Base 1.17.4
+ cogl_color_set_green_float at Base 1.17.4
+ cogl_color_set_red at Base 1.17.4
+ cogl_color_set_red_byte at Base 1.17.4
+ cogl_color_set_red_float at Base 1.17.4
+ cogl_color_to_hsl at Base 1.17.4
+ cogl_color_unpremultiply at Base 1.17.4
+ cogl_context_get_display at Base 1.17.4
+ cogl_context_get_renderer at Base 1.17.4
+ cogl_context_new at Base 1.17.4
+ cogl_create_program at Base 1.17.4
+ cogl_create_shader at Base 1.17.4
+ cogl_debug_matrix_entry_print at Base 1.17.4
+ cogl_debug_matrix_print at Base 1.17.4
+ cogl_debug_object_foreach_type at Base 1.17.4
+ cogl_debug_object_print_instances at Base 1.17.4
+ cogl_depth_state_get_range at Base 1.17.4
+ cogl_depth_state_get_test_enabled at Base 1.17.4
+ cogl_depth_state_get_test_function at Base 1.17.4
+ cogl_depth_state_get_write_enabled at Base 1.17.4
+ cogl_depth_state_init at Base 1.17.4
+ cogl_depth_state_set_range at Base 1.17.4
+ cogl_depth_state_set_test_enabled at Base 1.17.4
+ cogl_depth_state_set_test_function at Base 1.17.4
+ cogl_depth_state_set_write_enabled at Base 1.17.4
+ cogl_depth_test_function_get_type at Base 1.17.4
+ cogl_disable_fog at Base 1.17.4
+ cogl_display_get_renderer at Base 1.17.4
+ cogl_display_new at Base 1.17.4
+ cogl_display_set_onscreen_template at Base 1.17.4
+ cogl_display_setup at Base 1.17.4
+ cogl_double_to_fixed at Base 1.17.4
+ cogl_double_to_int at Base 1.17.4
+ cogl_double_to_uint at Base 1.17.4
+ (arch=!hurd-any)cogl_egl_context_get_egl_display at Base 1.17.4
+ cogl_end_gl at Base 1.17.4
+ cogl_error_copy at Base 1.17.4
+ cogl_error_free at Base 1.17.4
+ cogl_error_matches at Base 1.17.4
+ cogl_euler_copy at Base 1.17.4
+ cogl_euler_equal at Base 1.17.4
+ cogl_euler_free at Base 1.17.4
+ cogl_euler_init at Base 1.17.4
+ cogl_euler_init_from_matrix at Base 1.17.4
+ cogl_feature_flags_get_type at Base 1.17.4
+ cogl_features_available at Base 1.17.4
+ cogl_fence_closure_get_user_data at Base 1.17.4
+ cogl_fixed_atan2 at Base 1.17.4
+ cogl_fixed_atan at Base 1.17.4
+ cogl_fixed_cos at Base 1.17.4
+ cogl_fixed_div at Base 1.17.4
+ cogl_fixed_get_type at Base 1.17.4
+ cogl_fixed_log2 at Base 1.17.4
+ cogl_fixed_mul at Base 1.17.4
+ cogl_fixed_mul_div at Base 1.17.4
+ cogl_fixed_pow2 at Base 1.17.4
+ cogl_fixed_pow at Base 1.17.4
+ cogl_fixed_sin at Base 1.17.4
+ cogl_fixed_sqrt at Base 1.17.4
+ cogl_fixed_tan at Base 1.17.4
+ cogl_flush at Base 1.17.4
+ cogl_fog_mode_get_type at Base 1.17.4
+ cogl_foreach_feature at Base 1.17.4
+ cogl_frame_info_get_frame_counter at Base 1.17.4
+ cogl_frame_info_get_output at Base 1.17.4
+ cogl_frame_info_get_presentation_time at Base 1.17.4
+ cogl_frame_info_get_refresh_rate at Base 1.17.4
+ cogl_framebuffer_add_fence_callback at Base 1.17.4
+ cogl_framebuffer_allocate at Base 1.17.4
+ cogl_framebuffer_cancel_fence_callback at Base 1.17.4
+ cogl_framebuffer_clear4f at Base 1.17.4
+ cogl_framebuffer_clear at Base 1.17.4
+ cogl_framebuffer_discard_buffers at Base 1.17.4
+ cogl_framebuffer_draw_attributes at Base 1.17.4
+ cogl_framebuffer_draw_indexed_attributes at Base 1.17.4
+ cogl_framebuffer_draw_multitextured_rectangle at Base 1.17.4
+ cogl_framebuffer_draw_primitive at Base 1.17.4
+ cogl_framebuffer_draw_rectangle at Base 1.17.4
+ cogl_framebuffer_draw_rectangles at Base 1.17.4
+ cogl_framebuffer_draw_textured_rectangle at Base 1.17.4
+ cogl_framebuffer_draw_textured_rectangles at Base 1.17.4
+ cogl_framebuffer_error_quark at Base 1.17.4
+ cogl_framebuffer_finish at Base 1.17.4
+ cogl_framebuffer_frustum at Base 1.17.4
+ cogl_framebuffer_get_alpha_bits at Base 1.17.4
+ cogl_framebuffer_get_blue_bits at Base 1.17.4
+ cogl_framebuffer_get_color_format at Base 1.17.4
+ cogl_framebuffer_get_color_mask at Base 1.17.4
+ cogl_framebuffer_get_context at Base 1.17.4
+ cogl_framebuffer_get_depth_bits at Base 1.17.4
+ cogl_framebuffer_get_depth_texture at Base 1.17.4
+ cogl_framebuffer_get_depth_texture_enabled at Base 1.17.4
+ cogl_framebuffer_get_depth_write_enabled at Base 1.17.4
+ cogl_framebuffer_get_dither_enabled at Base 1.17.4
+ cogl_framebuffer_get_green_bits at Base 1.17.4
+ cogl_framebuffer_get_height at Base 1.17.4
+ cogl_framebuffer_get_modelview_matrix at Base 1.17.4
+ cogl_framebuffer_get_projection_matrix at Base 1.17.4
+ cogl_framebuffer_get_red_bits at Base 1.17.4
+ cogl_framebuffer_get_samples_per_pixel at Base 1.17.4
+ cogl_framebuffer_get_viewport4fv at Base 1.17.4
+ cogl_framebuffer_get_viewport_height at Base 1.17.4
+ cogl_framebuffer_get_viewport_width at Base 1.17.4
+ cogl_framebuffer_get_viewport_x at Base 1.17.4
+ cogl_framebuffer_get_viewport_y at Base 1.17.4
+ cogl_framebuffer_get_width at Base 1.17.4
+ cogl_framebuffer_identity_matrix at Base 1.17.4
+ cogl_framebuffer_orthographic at Base 1.17.4
+ cogl_framebuffer_perspective at Base 1.17.4
+ cogl_framebuffer_pop_clip at Base 1.17.4
+ cogl_framebuffer_pop_matrix at Base 1.17.4
+ cogl_framebuffer_push_matrix at Base 1.17.4
+ cogl_framebuffer_push_primitive_clip at Base 1.17.4
+ cogl_framebuffer_push_rectangle_clip at Base 1.17.4
+ cogl_framebuffer_push_scissor_clip at Base 1.17.4
+ cogl_framebuffer_read_pixels at Base 1.17.4
+ cogl_framebuffer_read_pixels_into_bitmap at Base 1.17.4
+ cogl_framebuffer_resolve_samples at Base 1.17.4
+ cogl_framebuffer_resolve_samples_region at Base 1.17.4
+ cogl_framebuffer_rotate at Base 1.17.4
+ cogl_framebuffer_rotate_euler at Base 1.17.4
+ cogl_framebuffer_rotate_quaternion at Base 1.17.4
+ cogl_framebuffer_scale at Base 1.17.4
+ cogl_framebuffer_set_color_mask at Base 1.17.4
+ cogl_framebuffer_set_depth_texture_enabled at Base 1.17.4
+ cogl_framebuffer_set_depth_write_enabled at Base 1.17.4
+ cogl_framebuffer_set_dither_enabled at Base 1.17.4
+ cogl_framebuffer_set_modelview_matrix at Base 1.17.4
+ cogl_framebuffer_set_projection_matrix at Base 1.17.4
+ cogl_framebuffer_set_samples_per_pixel at Base 1.17.4
+ cogl_framebuffer_set_viewport at Base 1.17.4
+ cogl_framebuffer_transform at Base 1.17.4
+ cogl_framebuffer_translate at Base 1.17.4
+ cogl_framebuffer_vdraw_attributes at Base 1.17.4
+ cogl_framebuffer_vdraw_indexed_attributes at Base 1.17.4
+ cogl_frustum at Base 1.17.4
+ cogl_get_backface_culling_enabled at Base 1.17.4
+ cogl_get_bitmasks at Base 1.17.4
+ cogl_get_clock_time at Base 1.17.4
+ cogl_get_depth_test_enabled at Base 1.17.4
+ cogl_get_draw_framebuffer at Base 1.17.4
+ cogl_get_features at Base 1.17.4
+ cogl_get_modelview_matrix at Base 1.17.4
+ cogl_get_option_group at Base 1.17.4
+ cogl_get_proc_address at Base 1.17.4
+ cogl_get_projection_matrix at Base 1.17.4
+ cogl_get_rectangle_indices at Base 1.17.4
+ cogl_get_source at Base 1.17.4
+ cogl_get_static_identity_quaternion at Base 1.17.4
+ cogl_get_static_zero_quaternion at Base 1.17.4
+ cogl_get_viewport at Base 1.17.4
+ cogl_gles2_context_get_vtable at Base 1.17.4
+ cogl_gles2_context_new at Base 1.17.4
+ cogl_gles2_get_current_vtable at Base 1.17.4
+ cogl_gles2_texture_2d_new_from_handle at Base 1.17.4
+ cogl_gles2_texture_get_handle at Base 1.17.4
+ cogl_glib_renderer_source_new at Base 1.17.4
+ cogl_glib_source_new at Base 1.17.4
+ cogl_handle_get_type at Base 1.17.4
+ cogl_handle_ref at Base 1.17.4
+ cogl_handle_unref at Base 1.17.4
+ cogl_has_feature at Base 1.17.4
+ cogl_has_features at Base 1.17.4
+ cogl_index_buffer_new at Base 1.17.4
+ cogl_indices_get_buffer at Base 1.17.4
+ cogl_indices_get_offset at Base 1.17.4
+ cogl_indices_get_type at Base 1.17.4
+ cogl_indices_new at Base 1.17.4
+ cogl_indices_new_for_buffer at Base 1.17.4
+ cogl_indices_set_offset at Base 1.17.4
+ cogl_indices_type_get_type at Base 1.17.4
+ cogl_is_atlas_texture at Base 1.17.4
+ cogl_is_attribute at Base 1.17.4
+ cogl_is_attribute_buffer at Base 1.17.4
+ cogl_is_bitmap at Base 1.17.4
+ cogl_is_buffer at Base 1.17.4
+ cogl_is_context at Base 1.17.4
+ cogl_is_display at Base 1.17.4
+ cogl_is_frame_info at Base 1.17.4
+ cogl_is_framebuffer at Base 1.17.4
+ cogl_is_gles2_context at Base 1.17.4
+ cogl_is_index_buffer at Base 1.17.4
+ cogl_is_indices at Base 1.17.4
+ cogl_is_material at Base 1.17.4
+ cogl_is_matrix_stack at Base 1.17.4
+ cogl_is_offscreen at Base 1.17.4
+ cogl_is_onscreen at Base 1.17.4
+ cogl_is_onscreen_template at Base 1.17.4
+ cogl_is_output at Base 1.17.4
+ cogl_is_pipeline at Base 1.17.4
+ cogl_is_pixel_buffer at Base 1.17.4
+ cogl_is_primitive at Base 1.17.4
+ cogl_is_primitive_texture at Base 1.17.4
+ cogl_is_program at Base 1.17.4
+ cogl_is_renderer at Base 1.17.4
+ cogl_is_shader at Base 1.17.4
+ cogl_is_snippet at Base 1.17.4
+ cogl_is_sub_texture at Base 1.17.4
+ cogl_is_swap_chain at Base 1.17.4
+ cogl_is_texture at Base 1.17.4
+ cogl_is_texture_2d at Base 1.17.4
+ cogl_is_texture_2d_sliced at Base 1.17.4
+ cogl_is_texture_3d at Base 1.17.4
+ cogl_is_texture_pixmap_x11 at Base 1.17.4
+ cogl_is_texture_rectangle at Base 1.17.4
+ cogl_is_vertex_buffer at Base 1.17.4
+ cogl_is_vertex_buffer_indices at Base 1.17.4
+ (arch=linux-any)cogl_kms_display_queue_modes_reset at Base 1.17.4
+ (arch=linux-any)cogl_kms_display_set_layout at Base 1.17.4
+ (arch=linux-any)cogl_kms_renderer_get_kms_fd at Base 1.17.4
+ cogl_material_alpha_func_get_type at Base 1.17.4
+ cogl_material_copy at Base 1.17.4
+ cogl_material_filter_get_type at Base 1.17.4
+ cogl_material_foreach_layer at Base 1.17.4
+ cogl_material_get_ambient at Base 1.17.4
+ cogl_material_get_color at Base 1.17.4
+ cogl_material_get_depth_state at Base 1.17.4
+ cogl_material_get_diffuse at Base 1.17.4
+ cogl_material_get_emission at Base 1.17.4
+ cogl_material_get_layer_point_sprite_coords_enabled at Base 1.17.4
+ cogl_material_get_layer_wrap_mode_p at Base 1.17.4
+ cogl_material_get_layer_wrap_mode_s at Base 1.17.4
+ cogl_material_get_layer_wrap_mode_t at Base 1.17.4
+ cogl_material_get_layers at Base 1.17.4
+ cogl_material_get_n_layers at Base 1.17.4
+ cogl_material_get_point_size at Base 1.17.4
+ cogl_material_get_shininess at Base 1.17.4
+ cogl_material_get_specular at Base 1.17.4
+ cogl_material_get_user_program at Base 1.17.4
+ cogl_material_layer_get_mag_filter at Base 1.17.4
+ cogl_material_layer_get_min_filter at Base 1.17.4
+ cogl_material_layer_get_texture at Base 1.17.4
+ cogl_material_layer_get_type at Base 1.17.4
+ cogl_material_layer_get_wrap_mode_p at Base 1.17.4
+ cogl_material_layer_get_wrap_mode_s at Base 1.17.4
+ cogl_material_layer_get_wrap_mode_t at Base 1.17.4
+ cogl_material_layer_type_get_type at Base 1.17.4
+ cogl_material_new at Base 1.17.4
+ cogl_material_ref at Base 1.17.4
+ cogl_material_remove_layer at Base 1.17.4
+ cogl_material_set_alpha_test_function at Base 1.17.4
+ cogl_material_set_ambient at Base 1.17.4
+ cogl_material_set_ambient_and_diffuse at Base 1.17.4
+ cogl_material_set_blend at Base 1.17.4
+ cogl_material_set_blend_constant at Base 1.17.4
+ cogl_material_set_color4f at Base 1.17.4
+ cogl_material_set_color4ub at Base 1.17.4
+ cogl_material_set_color at Base 1.17.4
+ cogl_material_set_depth_state at Base 1.17.4
+ cogl_material_set_diffuse at Base 1.17.4
+ cogl_material_set_emission at Base 1.17.4
+ cogl_material_set_layer at Base 1.17.4
+ cogl_material_set_layer_combine at Base 1.17.4
+ cogl_material_set_layer_combine_constant at Base 1.17.4
+ cogl_material_set_layer_filters at Base 1.17.4
+ cogl_material_set_layer_matrix at Base 1.17.4
+ cogl_material_set_layer_point_sprite_coords_enabled at Base 1.17.4
+ cogl_material_set_layer_wrap_mode at Base 1.17.4
+ cogl_material_set_layer_wrap_mode_p at Base 1.17.4
+ cogl_material_set_layer_wrap_mode_s at Base 1.17.4
+ cogl_material_set_layer_wrap_mode_t at Base 1.17.4
+ cogl_material_set_point_size at Base 1.17.4
+ cogl_material_set_shininess at Base 1.17.4
+ cogl_material_set_specular at Base 1.17.4
+ cogl_material_set_user_program at Base 1.17.4
+ cogl_material_unref at Base 1.17.4
+ cogl_material_wrap_mode_get_type at Base 1.17.4
+ cogl_matrix_copy at Base 1.17.4
+ cogl_matrix_entry_calculate_translation at Base 1.17.4
+ cogl_matrix_entry_equal at Base 1.17.4
+ cogl_matrix_entry_get at Base 1.17.4
+ cogl_matrix_entry_is_identity at Base 1.17.4
+ cogl_matrix_entry_ref at Base 1.17.4
+ cogl_matrix_entry_unref at Base 1.17.4
+ cogl_matrix_equal at Base 1.17.4
+ cogl_matrix_free at Base 1.17.4
+ cogl_matrix_frustum at Base 1.17.4
+ cogl_matrix_get_array at Base 1.17.4
+ cogl_matrix_get_inverse at Base 1.17.4
+ cogl_matrix_init_from_array at Base 1.17.4
+ cogl_matrix_init_from_euler at Base 1.17.4
+ cogl_matrix_init_from_quaternion at Base 1.17.4
+ cogl_matrix_init_identity at Base 1.17.4
+ cogl_matrix_init_translation at Base 1.17.4
+ cogl_matrix_is_identity at Base 1.17.4
+ cogl_matrix_look_at at Base 1.17.4
+ cogl_matrix_multiply at Base 1.17.4
+ cogl_matrix_ortho at Base 1.17.4
+ cogl_matrix_orthographic at Base 1.17.4
+ cogl_matrix_perspective at Base 1.17.4
+ cogl_matrix_project_points at Base 1.17.4
+ cogl_matrix_rotate at Base 1.17.4
+ cogl_matrix_rotate_euler at Base 1.17.4
+ cogl_matrix_rotate_quaternion at Base 1.17.4
+ cogl_matrix_scale at Base 1.17.4
+ cogl_matrix_stack_frustum at Base 1.17.4
+ cogl_matrix_stack_get at Base 1.17.4
+ cogl_matrix_stack_get_entry at Base 1.17.4
+ cogl_matrix_stack_get_inverse at Base 1.17.4
+ cogl_matrix_stack_load_identity at Base 1.17.4
+ cogl_matrix_stack_multiply at Base 1.17.4
+ cogl_matrix_stack_new at Base 1.17.4
+ cogl_matrix_stack_orthographic at Base 1.17.4
+ cogl_matrix_stack_perspective at Base 1.17.4
+ cogl_matrix_stack_pop at Base 1.17.4
+ cogl_matrix_stack_push at Base 1.17.4
+ cogl_matrix_stack_rotate at Base 1.17.4
+ cogl_matrix_stack_rotate_euler at Base 1.17.4
+ cogl_matrix_stack_rotate_quaternion at Base 1.17.4
+ cogl_matrix_stack_scale at Base 1.17.4
+ cogl_matrix_stack_set at Base 1.17.4
+ cogl_matrix_stack_translate at Base 1.17.4
+ cogl_matrix_transform_point at Base 1.17.4
+ cogl_matrix_transform_points at Base 1.17.4
+ cogl_matrix_translate at Base 1.17.4
+ cogl_matrix_transpose at Base 1.17.4
+ cogl_matrix_view_2d_in_frustum at Base 1.17.4
+ cogl_matrix_view_2d_in_perspective at Base 1.17.4
+ cogl_meta_texture_foreach_in_region at Base 1.17.4
+ cogl_object_get_user_data at Base 1.17.4
+ cogl_object_ref at Base 1.17.4
+ cogl_object_set_user_data at Base 1.17.4
+ cogl_object_unref at Base 1.17.4
+ cogl_offscreen_new_to_texture at Base 1.17.4
+ cogl_offscreen_new_with_texture at Base 1.17.4
+ cogl_offscreen_ref at Base 1.17.4
+ cogl_offscreen_unref at Base 1.17.4
+ cogl_onscreen_add_dirty_callback at Base 1.17.4
+ cogl_onscreen_add_frame_callback at Base 1.17.4
+ cogl_onscreen_add_resize_callback at Base 1.17.4
+ cogl_onscreen_add_swap_buffers_callback at Base 1.17.4
+ cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.17.4
+ cogl_onscreen_get_buffer_age at Base 1.17.4
+ cogl_onscreen_get_frame_counter at Base 1.17.4
+ cogl_onscreen_get_resizable at Base 1.17.4
+ cogl_onscreen_hide at Base 1.17.4
+ cogl_onscreen_new at Base 1.17.4
+ cogl_onscreen_remove_dirty_callback at Base 1.17.4
+ cogl_onscreen_remove_frame_callback at Base 1.17.4
+ cogl_onscreen_remove_resize_callback at Base 1.17.4
+ cogl_onscreen_remove_swap_buffers_callback at Base 1.17.4
+ cogl_onscreen_set_resizable at Base 1.17.4
+ cogl_onscreen_set_swap_throttled at Base 1.17.4
+ cogl_onscreen_show at Base 1.17.4
+ cogl_onscreen_swap_buffers at Base 1.17.4
+ cogl_onscreen_swap_buffers_with_damage at Base 1.17.4
+ cogl_onscreen_swap_region at Base 1.17.4
+ cogl_onscreen_template_new at Base 1.17.4
+ cogl_onscreen_template_set_samples_per_pixel at Base 1.17.4
+ cogl_onscreen_template_set_swap_throttled at Base 1.17.4
+ cogl_ortho at Base 1.17.4
+ cogl_output_get_height at Base 1.17.4
+ cogl_output_get_mm_height at Base 1.17.4
+ cogl_output_get_mm_width at Base 1.17.4
+ cogl_output_get_refresh_rate at Base 1.17.4
+ cogl_output_get_subpixel_order at Base 1.17.4
+ cogl_output_get_width at Base 1.17.4
+ cogl_output_get_x at Base 1.17.4
+ cogl_output_get_y at Base 1.17.4
+ cogl_perspective at Base 1.17.4
+ cogl_pipeline_add_layer_snippet at Base 1.17.4
+ cogl_pipeline_add_snippet at Base 1.17.4
+ cogl_pipeline_copy at Base 1.17.4
+ cogl_pipeline_foreach_layer at Base 1.17.4
+ cogl_pipeline_get_alpha_test_function at Base 1.17.4
+ cogl_pipeline_get_alpha_test_reference at Base 1.17.4
+ cogl_pipeline_get_ambient at Base 1.17.4
+ cogl_pipeline_get_color at Base 1.17.4
+ cogl_pipeline_get_color_mask at Base 1.17.4
+ cogl_pipeline_get_cull_face_mode at Base 1.17.4
+ cogl_pipeline_get_depth_state at Base 1.17.4
+ cogl_pipeline_get_diffuse at Base 1.17.4
+ cogl_pipeline_get_emission at Base 1.17.4
+ cogl_pipeline_get_front_face_winding at Base 1.17.4
+ cogl_pipeline_get_layer_mag_filter at Base 1.17.4
+ cogl_pipeline_get_layer_min_filter at Base 1.17.4
+ cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.17.4
+ cogl_pipeline_get_layer_texture at Base 1.17.4
+ cogl_pipeline_get_layer_wrap_mode_p at Base 1.17.4
+ cogl_pipeline_get_layer_wrap_mode_s at Base 1.17.4
+ cogl_pipeline_get_layer_wrap_mode_t at Base 1.17.4
+ cogl_pipeline_get_n_layers at Base 1.17.4
+ cogl_pipeline_get_per_vertex_point_size at Base 1.17.4
+ cogl_pipeline_get_point_size at Base 1.17.4
+ cogl_pipeline_get_shininess at Base 1.17.4
+ cogl_pipeline_get_specular at Base 1.17.4
+ cogl_pipeline_get_uniform_location at Base 1.17.4
+ cogl_pipeline_get_user_program at Base 1.17.4
+ cogl_pipeline_new at Base 1.17.4
+ cogl_pipeline_remove_layer at Base 1.17.4
+ cogl_pipeline_set_alpha_test_function at Base 1.17.4
+ cogl_pipeline_set_ambient at Base 1.17.4
+ cogl_pipeline_set_ambient_and_diffuse at Base 1.17.4
+ cogl_pipeline_set_blend at Base 1.17.4
+ cogl_pipeline_set_blend_constant at Base 1.17.4
+ cogl_pipeline_set_color4f at Base 1.17.4
+ cogl_pipeline_set_color4ub at Base 1.17.4
+ cogl_pipeline_set_color at Base 1.17.4
+ cogl_pipeline_set_color_mask at Base 1.17.4
+ cogl_pipeline_set_cull_face_mode at Base 1.17.4
+ cogl_pipeline_set_depth_state at Base 1.17.4
+ cogl_pipeline_set_diffuse at Base 1.17.4
+ cogl_pipeline_set_emission at Base 1.17.4
+ cogl_pipeline_set_front_face_winding at Base 1.17.4
+ cogl_pipeline_set_layer_combine at Base 1.17.4
+ cogl_pipeline_set_layer_combine_constant at Base 1.17.4
+ cogl_pipeline_set_layer_filters at Base 1.17.4
+ cogl_pipeline_set_layer_matrix at Base 1.17.4
+ cogl_pipeline_set_layer_null_texture at Base 1.17.4
+ cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.17.4
+ cogl_pipeline_set_layer_texture at Base 1.17.4
+ cogl_pipeline_set_layer_wrap_mode at Base 1.17.4
+ cogl_pipeline_set_layer_wrap_mode_p at Base 1.17.4
+ cogl_pipeline_set_layer_wrap_mode_s at Base 1.17.4
+ cogl_pipeline_set_layer_wrap_mode_t at Base 1.17.4
+ cogl_pipeline_set_per_vertex_point_size at Base 1.17.4
+ cogl_pipeline_set_point_size at Base 1.17.4
+ cogl_pipeline_set_shininess at Base 1.17.4
+ cogl_pipeline_set_specular at Base 1.17.4
+ cogl_pipeline_set_uniform_1f at Base 1.17.4
+ cogl_pipeline_set_uniform_1i at Base 1.17.4
+ cogl_pipeline_set_uniform_float at Base 1.17.4
+ cogl_pipeline_set_uniform_int at Base 1.17.4
+ cogl_pipeline_set_uniform_matrix at Base 1.17.4
+ cogl_pipeline_set_user_program at Base 1.17.4
+ cogl_pixel_buffer_new at Base 1.17.4
+ cogl_pixel_format_get_type at Base 1.17.4
+ cogl_poll_renderer_dispatch at Base 1.17.4
+ cogl_poll_renderer_get_info at Base 1.17.4
+ cogl_polygon at Base 1.17.4
+ cogl_pop_draw_buffer at Base 1.17.4
+ cogl_pop_framebuffer at Base 1.17.4
+ cogl_pop_gles2_context at Base 1.17.4
+ cogl_pop_matrix at Base 1.17.4
+ cogl_pop_source at Base 1.17.4
+ cogl_primitive_copy at Base 1.17.4
+ cogl_primitive_draw at Base 1.17.4
+ cogl_primitive_foreach_attribute at Base 1.17.4
+ cogl_primitive_get_first_vertex at Base 1.17.4
+ cogl_primitive_get_indices at Base 1.17.4
+ cogl_primitive_get_mode at Base 1.17.4
+ cogl_primitive_get_n_vertices at Base 1.17.4
+ cogl_primitive_new at Base 1.17.4
+ cogl_primitive_new_p2 at Base 1.17.4
+ cogl_primitive_new_p2c4 at Base 1.17.4
+ cogl_primitive_new_p2t2 at Base 1.17.4
+ cogl_primitive_new_p2t2c4 at Base 1.17.4
+ cogl_primitive_new_p3 at Base 1.17.4
+ cogl_primitive_new_p3c4 at Base 1.17.4
+ cogl_primitive_new_p3t2 at Base 1.17.4
+ cogl_primitive_new_p3t2c4 at Base 1.17.4
+ cogl_primitive_new_with_attributes at Base 1.17.4
+ cogl_primitive_set_attributes at Base 1.17.4
+ cogl_primitive_set_first_vertex at Base 1.17.4
+ cogl_primitive_set_indices at Base 1.17.4
+ cogl_primitive_set_mode at Base 1.17.4
+ cogl_primitive_set_n_vertices at Base 1.17.4
+ cogl_primitive_texture_set_auto_mipmap at Base 1.17.4
+ cogl_program_attach_shader at Base 1.17.4
+ cogl_program_get_uniform_location at Base 1.17.4
+ cogl_program_link at Base 1.17.4
+ cogl_program_ref at Base 1.17.4
+ cogl_program_set_uniform_1f at Base 1.17.4
+ cogl_program_set_uniform_1i at Base 1.17.4
+ cogl_program_set_uniform_float at Base 1.17.4
+ cogl_program_set_uniform_int at Base 1.17.4
+ cogl_program_set_uniform_matrix at Base 1.17.4
+ cogl_program_uniform_1f at Base 1.17.4
+ cogl_program_uniform_1i at Base 1.17.4
+ cogl_program_uniform_float at Base 1.17.4
+ cogl_program_uniform_int at Base 1.17.4
+ cogl_program_uniform_matrix at Base 1.17.4
+ cogl_program_unref at Base 1.17.4
+ cogl_program_use at Base 1.17.4
+ cogl_push_draw_buffer at Base 1.17.4
+ cogl_push_framebuffer at Base 1.17.4
+ cogl_push_gles2_context at Base 1.17.4
+ cogl_push_matrix at Base 1.17.4
+ cogl_push_source at Base 1.17.4
+ cogl_quaternion_copy at Base 1.17.4
+ cogl_quaternion_dot_product at Base 1.17.4
+ cogl_quaternion_equal at Base 1.17.4
+ cogl_quaternion_free at Base 1.17.4
+ cogl_quaternion_get_rotation_angle at Base 1.17.4
+ cogl_quaternion_get_rotation_axis at Base 1.17.4
+ cogl_quaternion_init at Base 1.17.4
+ cogl_quaternion_init_from_angle_vector at Base 1.17.4
+ cogl_quaternion_init_from_array at Base 1.17.4
+ cogl_quaternion_init_from_euler at Base 1.17.4
+ cogl_quaternion_init_from_matrix at Base 1.17.4
+ cogl_quaternion_init_from_quaternion at Base 1.17.4
+ cogl_quaternion_init_from_x_rotation at Base 1.17.4
+ cogl_quaternion_init_from_y_rotation at Base 1.17.4
+ cogl_quaternion_init_from_z_rotation at Base 1.17.4
+ cogl_quaternion_init_identity at Base 1.17.4
+ cogl_quaternion_invert at Base 1.17.4
+ cogl_quaternion_multiply at Base 1.17.4
+ cogl_quaternion_nlerp at Base 1.17.4
+ cogl_quaternion_normalize at Base 1.17.4
+ cogl_quaternion_pow at Base 1.17.4
+ cogl_quaternion_slerp at Base 1.17.4
+ cogl_quaternion_squad at Base 1.17.4
+ cogl_read_pixels at Base 1.17.4
+ cogl_read_pixels_flags_get_type at Base 1.17.4
+ cogl_rectangle at Base 1.17.4
+ cogl_rectangle_with_multitexture_coords at Base 1.17.4
+ cogl_rectangle_with_texture_coords at Base 1.17.4
+ cogl_rectangles at Base 1.17.4
+ cogl_rectangles_with_texture_coords at Base 1.17.4
+ cogl_renderer_add_constraint at Base 1.17.4
+ cogl_renderer_check_onscreen_template at Base 1.17.4
+ cogl_renderer_connect at Base 1.17.4
+ cogl_renderer_error_get_type at Base 1.17.4
+ cogl_renderer_error_quark at Base 1.17.4
+ cogl_renderer_foreach_output at Base 1.17.4
+ cogl_renderer_get_driver at Base 1.17.4
+ cogl_renderer_get_n_fragment_texture_units at Base 1.17.4
+ cogl_renderer_get_winsys_id at Base 1.17.4
+ cogl_renderer_new at Base 1.17.4
+ cogl_renderer_remove_constraint at Base 1.17.4
+ cogl_renderer_set_driver at Base 1.17.4
+ cogl_renderer_set_winsys_id at Base 1.17.4
+ cogl_rotate at Base 1.17.4
+ cogl_scale at Base 1.17.4
+ cogl_set_backface_culling_enabled at Base 1.17.4
+ cogl_set_depth_test_enabled at Base 1.17.4
+ cogl_set_draw_buffer at Base 1.17.4
+ cogl_set_fog at Base 1.17.4
+ cogl_set_framebuffer at Base 1.17.4
+ cogl_set_modelview_matrix at Base 1.17.4
+ cogl_set_projection_matrix at Base 1.17.4
+ cogl_set_source at Base 1.17.4
+ cogl_set_source_color4f at Base 1.17.4
+ cogl_set_source_color4ub at Base 1.17.4
+ cogl_set_source_color at Base 1.17.4
+ cogl_set_source_texture at Base 1.17.4
+ cogl_set_viewport at Base 1.17.4
+ cogl_shader_compile at Base 1.17.4
+ cogl_shader_get_info_log at Base 1.17.4
+ cogl_shader_get_type at Base 1.17.4
+ cogl_shader_is_compiled at Base 1.17.4
+ cogl_shader_ref at Base 1.17.4
+ cogl_shader_source at Base 1.17.4
+ cogl_shader_type_get_type at Base 1.17.4
+ cogl_shader_unref at Base 1.17.4
+ cogl_snippet_get_declarations at Base 1.17.4
+ cogl_snippet_get_hook at Base 1.17.4
+ cogl_snippet_get_post at Base 1.17.4
+ cogl_snippet_get_pre at Base 1.17.4
+ cogl_snippet_get_replace at Base 1.17.4
+ cogl_snippet_new at Base 1.17.4
+ cogl_snippet_set_declarations at Base 1.17.4
+ cogl_snippet_set_post at Base 1.17.4
+ cogl_snippet_set_pre at Base 1.17.4
+ cogl_snippet_set_replace at Base 1.17.4
+ cogl_sqrti at Base 1.17.4
+ cogl_sub_texture_get_parent at Base 1.17.4
+ cogl_sub_texture_new at Base 1.17.4
+ cogl_swap_chain_new at Base 1.17.4
+ cogl_swap_chain_set_has_alpha at Base 1.17.4
+ cogl_swap_chain_set_length at Base 1.17.4
+ cogl_system_error_get_type at Base 1.17.4
+ cogl_test_verbose at Base 1.17.4
+ cogl_texture_2d_gl_new_from_foreign at Base 1.17.4
+ cogl_texture_2d_new_from_bitmap at Base 1.17.4
+ cogl_texture_2d_new_from_data at Base 1.17.4
+ cogl_texture_2d_new_from_file at Base 1.17.4
+ cogl_texture_2d_new_with_size at Base 1.17.4
+ cogl_texture_2d_sliced_new_from_bitmap at Base 1.17.4
+ cogl_texture_2d_sliced_new_from_data at Base 1.17.4
+ cogl_texture_2d_sliced_new_from_file at Base 1.17.4
+ cogl_texture_2d_sliced_new_with_size at Base 1.17.4
+ cogl_texture_3d_new_from_bitmap at Base 1.17.4
+ cogl_texture_3d_new_from_data at Base 1.17.4
+ cogl_texture_3d_new_with_size at Base 1.17.4
+ cogl_texture_allocate at Base 1.17.4
+ cogl_texture_components_get_type at Base 1.17.4
+ cogl_texture_error_get_type at Base 1.17.4
+ cogl_texture_error_quark at Base 1.17.4
+ cogl_texture_flags_get_type at Base 1.17.4
+ cogl_texture_get_components at Base 1.17.4
+ cogl_texture_get_data at Base 1.17.4
+ cogl_texture_get_format at Base 1.17.4
+ cogl_texture_get_gl_texture at Base 1.17.4
+ cogl_texture_get_height at Base 1.17.4
+ cogl_texture_get_max_waste at Base 1.17.4
+ cogl_texture_get_premultiplied at Base 1.17.4
+ cogl_texture_get_rowstride at Base 1.17.4
+ cogl_texture_get_width at Base 1.17.4
+ cogl_texture_is_sliced at Base 1.17.4
+ cogl_texture_new_from_bitmap at Base 1.17.4
+ cogl_texture_new_from_data at Base 1.17.4
+ cogl_texture_new_from_file at Base 1.17.4
+ cogl_texture_new_from_foreign at Base 1.17.4
+ cogl_texture_new_from_sub_texture at Base 1.17.4
+ cogl_texture_new_with_size at Base 1.17.4
+ cogl_texture_pixmap_x11_error_quark at Base 1.17.4
+ cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.17.4
+ cogl_texture_pixmap_x11_new at Base 1.17.4
+ cogl_texture_pixmap_x11_set_damage_object at Base 1.17.4
+ cogl_texture_pixmap_x11_update_area at Base 1.17.4
+ cogl_texture_rectangle_new_from_bitmap at Base 1.17.4
+ cogl_texture_rectangle_new_from_foreign at Base 1.17.4
+ cogl_texture_rectangle_new_with_size at Base 1.17.4
+ cogl_texture_ref at Base 1.17.4
+ cogl_texture_set_components at Base 1.17.4
+ cogl_texture_set_data at Base 1.17.4
+ cogl_texture_set_premultiplied at Base 1.17.4
+ cogl_texture_set_region at Base 1.17.4
+ cogl_texture_set_region_from_bitmap at Base 1.17.4
+ cogl_texture_type_get_type at Base 1.17.4
+ cogl_texture_unref at Base 1.17.4
+ cogl_transform at Base 1.17.4
+ cogl_translate at Base 1.17.4
+ cogl_vector3_add at Base 1.17.4
+ cogl_vector3_copy at Base 1.17.4
+ cogl_vector3_cross_product at Base 1.17.4
+ cogl_vector3_distance at Base 1.17.4
+ cogl_vector3_divide_scalar at Base 1.17.4
+ cogl_vector3_dot_product at Base 1.17.4
+ cogl_vector3_equal at Base 1.17.4
+ cogl_vector3_equal_with_epsilon at Base 1.17.4
+ cogl_vector3_free at Base 1.17.4
+ cogl_vector3_init at Base 1.17.4
+ cogl_vector3_init_zero at Base 1.17.4
+ cogl_vector3_invert at Base 1.17.4
+ cogl_vector3_magnitude at Base 1.17.4
+ cogl_vector3_multiply_scalar at Base 1.17.4
+ cogl_vector3_normalize at Base 1.17.4
+ cogl_vector3_subtract at Base 1.17.4
+ cogl_vertex_buffer_add at Base 1.17.4
+ cogl_vertex_buffer_delete at Base 1.17.4
+ cogl_vertex_buffer_disable at Base 1.17.4
+ cogl_vertex_buffer_draw at Base 1.17.4
+ cogl_vertex_buffer_draw_elements at Base 1.17.4
+ cogl_vertex_buffer_enable at Base 1.17.4
+ cogl_vertex_buffer_get_n_vertices at Base 1.17.4
+ cogl_vertex_buffer_indices_get_for_quads at Base 1.17.4
+ cogl_vertex_buffer_indices_get_type at Base 1.17.4
+ cogl_vertex_buffer_indices_new at Base 1.17.4
+ cogl_vertex_buffer_new at Base 1.17.4
+ cogl_vertex_buffer_ref at Base 1.17.4
+ cogl_vertex_buffer_submit at Base 1.17.4
+ cogl_vertex_buffer_unref at Base 1.17.4
+ cogl_vertices_mode_get_type at Base 1.17.4
+ cogl_viewport at Base 1.17.4
+ (arch=linux-any)cogl_wayland_display_set_compositor_display at Base 1.17.4
+ (arch=linux-any)cogl_wayland_onscreen_get_shell_surface at Base 1.17.4
+ (arch=linux-any)cogl_wayland_onscreen_get_surface at Base 1.17.4
+ (arch=linux-any)cogl_wayland_onscreen_resize at Base 1.17.4
+ (arch=linux-any)cogl_wayland_onscreen_set_foreign_surface at Base 1.17.4
+ (arch=linux-any)cogl_wayland_renderer_get_display at Base 1.17.4
+ (arch=linux-any)cogl_wayland_renderer_set_event_dispatch_enabled at Base 1.17.4
+ (arch=linux-any)cogl_wayland_renderer_set_foreign_display at Base 1.17.4
+ (arch=linux-any)cogl_wayland_texture_2d_new_from_buffer at Base 1.17.4
+ cogl_wayland_texture_set_region_from_shm_buffer at Base 1.17.4
+ cogl_winding_get_type at Base 1.17.4
+ cogl_winsys_feature_get_type at Base 1.17.4
+ cogl_x11_onscreen_get_visual_xid at Base 1.17.4
+ cogl_x11_onscreen_get_window_xid at Base 1.17.4
+ cogl_x11_onscreen_set_foreign_window_xid at Base 1.17.4
+ cogl_xlib_get_display at Base 1.17.4
+ cogl_xlib_handle_event at Base 1.17.4
+ cogl_xlib_renderer_add_filter at Base 1.17.4
+ cogl_xlib_renderer_get_display at Base 1.17.4
+ cogl_xlib_renderer_get_foreign_display at Base 1.17.4
+ cogl_xlib_renderer_handle_event at Base 1.17.4
+ cogl_xlib_renderer_remove_filter at Base 1.17.4
+ cogl_xlib_renderer_set_event_retrieval_enabled at Base 1.17.4
+ cogl_xlib_renderer_set_foreign_display at Base 1.17.4
+ cogl_xlib_set_display at Base 1.17.4
+ test_ctx at Base 1.17.4
+ test_fb at Base 1.17.4
+ test_utils_check_pixel at Base 1.17.4
+ test_utils_check_pixel_and_alpha at Base 1.17.4
+ test_utils_check_pixel_rgb at Base 1.17.4
+ test_utils_check_region at Base 1.17.4
+ test_utils_compare_pixel at Base 1.17.4
+ test_utils_compare_pixel_and_alpha at Base 1.17.4
+ test_utils_create_color_texture at Base 1.17.4
+ test_utils_fini at Base 1.17.4
+ test_utils_init at Base 1.17.4
+ test_utils_texture_new_from_bitmap at Base 1.17.4
+ test_utils_texture_new_from_data at Base 1.17.4
+ test_utils_texture_new_with_size at Base 1.17.4
+ unit_test_check_bitmask_api at Base 1.17.4
+ unit_test_check_blend_constant_ancestry at Base 1.17.4
+ unit_test_check_gl_blend_enable at Base 1.17.4
+ unit_test_check_mesa_driver_package_parser at Base 1.17.4
+ unit_test_check_pipeline_pruning at Base 1.17.4
+ unit_test_check_point_size_shader at Base 1.17.4
+ unit_test_check_uniform_ancestry at Base 1.17.4

Modified: desktop/experimental/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/rules?rev=40794&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/rules	[utf-8] (original)
+++ desktop/experimental/cogl/debian/rules	[utf-8] Tue Mar  4 22:16:52 2014
@@ -8,9 +8,9 @@
 
 GNOME_MODULE = cogl
 
-DEB_DH_MAKESHLIBS_ARGS_libcogl15 += -V -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libcogl-pango15 += -V -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libcogl-gles2-15 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libcogl20 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libcogl-pango20 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libcogl-gles2-20 += -V -- -c4
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \




More information about the pkg-gnome-commits mailing list