r29190 - in /packages/experimental/cogl: ./ debian/ debian/patches/ debian/source/

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Fri Jul 29 11:35:00 UTC 2011


Author: ricotz-guest
Date: Fri Jul 29 11:35:00 2011
New Revision: 29190

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29190
Log:
cogl: add initial packaging

Added:
    packages/experimental/cogl/
    packages/experimental/cogl/debian/
    packages/experimental/cogl/debian/changelog
    packages/experimental/cogl/debian/compat
    packages/experimental/cogl/debian/control
    packages/experimental/cogl/debian/control.in
    packages/experimental/cogl/debian/copyright
    packages/experimental/cogl/debian/gir1.2-cogl-1.0.install
    packages/experimental/cogl/debian/libcogl-common.install
    packages/experimental/cogl/debian/libcogl-dev.install
    packages/experimental/cogl/debian/libcogl-doc.install
    packages/experimental/cogl/debian/libcogl2.install
    packages/experimental/cogl/debian/libcogl2.symbols
    packages/experimental/cogl/debian/patches/
    packages/experimental/cogl/debian/patches/02_disable_armv5t_specific_optimization.patch
    packages/experimental/cogl/debian/patches/series
    packages/experimental/cogl/debian/rules   (with props)
    packages/experimental/cogl/debian/source/
    packages/experimental/cogl/debian/source/format
    packages/experimental/cogl/debian/watch

Added: packages/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/changelog?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/changelog (added)
+++ packages/experimental/cogl/debian/changelog [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,7 @@
+cogl (1.7.4-1) UNRELEASED; urgency=low
+
+  * Initial upload.
+  * debian/patches:
+    - add 02_disable_armv5t_specific_optimization.patch from clutter-1.0
+
+ -- Rico Tzschichholz <ricotz at ubuntu.com>  Thu, 28 Jul 2011 14:57:41 +0200

Added: packages/experimental/cogl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/compat?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/compat (added)
+++ packages/experimental/cogl/debian/compat [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+8

Added: packages/experimental/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/control?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/control (added)
+++ packages/experimental/cogl/debian/control [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,126 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: cogl
+Section: libs
+Priority: optional
+Maintainer: Rico Tzschichholz <ricotz at ubuntu.com>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 8.1.3~),
+               cdbs (>= 0.4.93~),
+               gnome-pkg-tools,
+               gtk-doc-tools (>= 1.13),
+               libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel],
+               libgles2-mesa-dev (>= 7.1~rc3-1~) [armel] | libgles2-dev [armel],
+               libcairo2-dev (>= 1.10),
+               libpango1.0-dev (>= 1.28.3-5),
+               libgdk-pixbuf2.0-dev (>= 2.0),
+               libglib2.0-dev (>= 2.26.0),
+               libxfixes-dev (>= 1:3),
+               libxdamage-dev,
+               libxcomposite-dev (>= 0.4),
+               gobject-introspection (>= 0.9.12-4~),
+               libgirepository1.0-dev (>= 0.9.12)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/experimental/cogl
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/experimental/cogl/
+
+Package: libcogl2
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+Recommends: libcogl-common
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: An object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+
+Package: libcogl-common
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Multi-Arch: foreign
+Description: An object oriented GL/GLES Abstraction/Utility Layer (common files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the common files, such as translations.
+
+Package: libcogl-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl2 (= ${binary:Version}),
+         gir1.2-cogl-1.0 (= ${binary:Version}),
+         libcairo2-dev (>= 1.10),
+         libdrm-dev [!hurd-any],
+         libgdk-pixbuf2.0-dev (>= 2.0),
+         libpango1.0-dev (>= 1.20),
+         libx11-dev,
+         libxcomposite-dev,
+         libxext-dev,
+         libxfixes-dev,
+         libxdamage-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Conflicts: libclutter-1.0-dev (<< 1.7)
+Breaks: libclutter-1.0-dev (<< 1.7)
+Description: An object oriented GL/GLES Abstraction/Utility Layer (development files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files.
+
+Package: libcogl2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libcogl2 (= ${binary:Version}),
+         ${misc:Depends}
+Multi-Arch: same
+Description: An object oriented GL/GLES Abstraction/Utility Layer (debug files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the debug files.
+
+Package: libcogl-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: devhelp
+Conflicts: libclutter-1.0-doc (<< 1.7)
+Breaks: libclutter-1.0-doc (<< 1.7)
+Description: An object oriented GL/GLES Abstraction/Utility Layer (documentation)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the documentation.
+
+Package: gir1.2-cogl-1.0
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: gir1.2-clutter-1.0 (<< 1.7)
+Breaks: gir1.2-clutter-1.0 (<< 1.7)
+Description: GObject introspection data for the Cogl 1.0 library
+ This package contains introspection data for the Clutter scene
+ graph library.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.

Added: packages/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/control.in?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/control.in (added)
+++ packages/experimental/cogl/debian/control.in [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,121 @@
+Source: cogl
+Section: libs
+Priority: optional
+Maintainer: Rico Tzschichholz <ricotz at ubuntu.com>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 8.1.3~),
+               cdbs (>= 0.4.93~),
+               gnome-pkg-tools,
+               gtk-doc-tools (>= 1.13),
+               libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel],
+               libgles2-mesa-dev (>= 7.1~rc3-1~) [armel] | libgles2-dev [armel],
+               libcairo2-dev (>= 1.10),
+               libpango1.0-dev (>= 1.28.3-5),
+               libgdk-pixbuf2.0-dev (>= 2.0),
+               libglib2.0-dev (>= 2.26.0),
+               libxfixes-dev (>= 1:3),
+               libxdamage-dev,
+               libxcomposite-dev (>= 0.4),
+               gobject-introspection (>= 0.9.12-4~),
+               libgirepository1.0-dev (>= 0.9.12)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/experimental/cogl
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/experimental/cogl/
+
+Package: libcogl2
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+Recommends: libcogl-common
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: An object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+
+Package: libcogl-common
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Multi-Arch: foreign
+Description: An object oriented GL/GLES Abstraction/Utility Layer (common files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the common files, such as translations.
+
+Package: libcogl-dev
+Section: libdevel
+Architecture: any
+Depends: libcogl2 (= ${binary:Version}),
+         gir1.2-cogl-1.0 (= ${binary:Version}),
+         libcairo2-dev (>= 1.10),
+         libdrm-dev [!hurd-any],
+         libgdk-pixbuf2.0-dev (>= 2.0),
+         libpango1.0-dev (>= 1.20),
+         libx11-dev,
+         libxcomposite-dev,
+         libxext-dev,
+         libxfixes-dev,
+         libxdamage-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Conflicts: libclutter-1.0-dev (<< 1.7)
+Breaks: libclutter-1.0-dev (<< 1.7)
+Description: An object oriented GL/GLES Abstraction/Utility Layer (development files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files.
+
+Package: libcogl2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libcogl2 (= ${binary:Version}),
+         ${misc:Depends}
+Multi-Arch: same
+Description: An object oriented GL/GLES Abstraction/Utility Layer (debug files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the debug files.
+
+Package: libcogl-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: devhelp
+Conflicts: libclutter-1.0-doc (<< 1.7)
+Breaks: libclutter-1.0-doc (<< 1.7)
+Description: An object oriented GL/GLES Abstraction/Utility Layer (documentation)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the documentation.
+
+Package: gir1.2-cogl-1.0
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: gir1.2-clutter-1.0 (<< 1.7)
+Breaks: gir1.2-clutter-1.0 (<< 1.7)
+Description: GObject introspection data for the Cogl 1.0 library
+ This package contains introspection data for the Clutter scene
+ graph library.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.

Added: packages/experimental/cogl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/copyright?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/copyright (added)
+++ packages/experimental/cogl/debian/copyright [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,75 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: Cogl
+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.
+ .
+ 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.
+ .
+ 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".
+
+Files: cogl/tesselator/*
+Copyright: 1991-2000, Silicon Graphics, Inc.
+ SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
+ .
+ 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 including the dates of first publication and
+ either this permission notice or a reference to
+ http://oss.sgi.com/projects/FreeB/
+ 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
+ SILICON GRAPHICS, INC. 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.
+ .
+ Except as contained in this notice, the name of Silicon Graphics, Inc.
+ shall not be used in advertising or otherwise to promote the sale, use or
+ other dealings in this Software without prior written authorization from
+ Silicon Graphics, Inc.
+
+Files: debian/*
+Copyright: 2011, Rico Tzschichholz <ricotz at ubuntu.com>
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ 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 full text of the GNU General Public
+ License version 2 can be found in the file
+ '/usr/share/common-licenses/GPL-3'.

Added: packages/experimental/cogl/debian/gir1.2-cogl-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/gir1.2-cogl-1.0.install?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/gir1.2-cogl-1.0.install (added)
+++ packages/experimental/cogl/debian/gir1.2-cogl-1.0.install [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+usr/lib/*/girepository-1.0 usr/lib/

Added: packages/experimental/cogl/debian/libcogl-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/libcogl-common.install?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/libcogl-common.install (added)
+++ packages/experimental/cogl/debian/libcogl-common.install [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+usr/share/locale

Added: packages/experimental/cogl/debian/libcogl-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/libcogl-dev.install?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/libcogl-dev.install (added)
+++ packages/experimental/cogl/debian/libcogl-dev.install [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,4 @@
+usr/lib/*/*.so
+usr/lib/*/pkgconfig/
+usr/include/
+usr/share/gir-1.0/

Added: packages/experimental/cogl/debian/libcogl-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/libcogl-doc.install?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/libcogl-doc.install (added)
+++ packages/experimental/cogl/debian/libcogl-doc.install [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html

Added: packages/experimental/cogl/debian/libcogl2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/libcogl2.install?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/libcogl2.install (added)
+++ packages/experimental/cogl/debian/libcogl2.install [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+usr/lib/*/*.so.*

Added: packages/experimental/cogl/debian/libcogl2.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/libcogl2.symbols?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/libcogl2.symbols (added)
+++ packages/experimental/cogl/debian/libcogl2.symbols [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,612 @@
+libcogl-pango.so.0 libcogl2 #MINVER#
+ cogl_pango_ensure_glyph_cache_for_layout at Base 1.7.4
+ cogl_pango_font_map_clear_glyph_cache at Base 1.7.4
+ cogl_pango_font_map_create_context at Base 1.7.4
+ cogl_pango_font_map_get_renderer at Base 1.7.4
+ cogl_pango_font_map_get_use_mipmapping at Base 1.7.4
+ cogl_pango_font_map_new at Base 1.7.4
+ cogl_pango_font_map_set_resolution at Base 1.7.4
+ cogl_pango_font_map_set_use_mipmapping at Base 1.7.4
+ cogl_pango_glyph_cache_clear at Base 1.7.4
+ cogl_pango_glyph_cache_free at Base 1.7.4
+ cogl_pango_glyph_cache_lookup at Base 1.7.4
+ cogl_pango_glyph_cache_new at Base 1.7.4
+ cogl_pango_render_layout at Base 1.7.4
+ cogl_pango_render_layout_line at Base 1.7.4
+ cogl_pango_render_layout_subpixel at Base 1.7.4
+ cogl_pango_renderer_get_type at Base 1.7.4
+ cogl_pango_renderer_slice_cb at Base 1.7.4
+libcogl.so.2 libcogl2 #MINVER#
+ _cogl_atlas_add_reorganize_callback at Base 1.7.4
+ _cogl_atlas_new at Base 1.7.4
+ _cogl_atlas_reserve_space at Base 1.7.4
+ _cogl_atlas_texture_add_reorganize_callback at Base 1.7.4
+ _cogl_atlas_texture_new_with_size at Base 1.7.4
+ _cogl_atlas_texture_remove_reorganize_callback at Base 1.7.4
+ _cogl_context_get_default at Base 1.7.4
+ _cogl_debug_flags at Base 1.7.4
+ _cogl_texture_foreach_sub_texture_in_region at Base 1.7.4
+ cogl2_clip_push_from_path at Base 1.7.4
+ cogl2_path_arc at Base 1.7.4
+ cogl2_path_close at Base 1.7.4
+ cogl2_path_curve_to at Base 1.7.4
+ cogl2_path_ellipse at Base 1.7.4
+ cogl2_path_fill at Base 1.7.4
+ cogl2_path_get_fill_rule at Base 1.7.4
+ cogl2_path_line at Base 1.7.4
+ cogl2_path_line_to at Base 1.7.4
+ cogl2_path_move_to at Base 1.7.4
+ cogl2_path_new at Base 1.7.4
+ cogl2_path_polygon at Base 1.7.4
+ cogl2_path_polyline at Base 1.7.4
+ cogl2_path_rectangle at Base 1.7.4
+ cogl2_path_rel_curve_to at Base 1.7.4
+ cogl2_path_rel_line_to at Base 1.7.4
+ cogl2_path_rel_move_to at Base 1.7.4
+ cogl2_path_round_rectangle at Base 1.7.4
+ cogl2_path_set_fill_rule at Base 1.7.4
+ cogl2_path_stroke at Base 1.7.4
+ cogl_angle_cos at Base 1.7.4
+ cogl_angle_sin at Base 1.7.4
+ cogl_angle_tan at Base 1.7.4
+ cogl_attribute_buffer_new at Base 1.7.4
+ cogl_attribute_get_buffer at Base 1.7.4
+ cogl_attribute_get_normalized at Base 1.7.4
+ cogl_attribute_new at Base 1.7.4
+ cogl_attribute_set_buffer at Base 1.7.4
+ cogl_attribute_set_normalized at Base 1.7.4
+ cogl_attribute_type_get_type at Base 1.7.4
+ cogl_begin_gl at Base 1.7.4
+ cogl_bitmap_error_get_type at Base 1.7.4
+ cogl_bitmap_error_quark at Base 1.7.4
+ cogl_bitmap_get_size_from_file at Base 1.7.4
+ cogl_bitmap_new_from_file at Base 1.7.4
+ cogl_blend_string_error_get_type at Base 1.7.4
+ cogl_blend_string_error_quark at Base 1.7.4
+ cogl_buffer_access_get_type at Base 1.7.4
+ cogl_buffer_bit_get_type at Base 1.7.4
+ cogl_buffer_get_size_EXP at Base 1.7.4
+ cogl_buffer_get_update_hint_EXP at Base 1.7.4
+ cogl_buffer_map_EXP at Base 1.7.4
+ cogl_buffer_map_hint_get_type at Base 1.7.4
+ cogl_buffer_set_data_EXP at Base 1.7.4
+ cogl_buffer_set_update_hint_EXP at Base 1.7.4
+ cogl_buffer_target_get_type at Base 1.7.4
+ cogl_buffer_unmap_EXP at Base 1.7.4
+ cogl_buffer_update_hint_get_type at Base 1.7.4
+ cogl_check_extension at Base 1.7.4
+ cogl_clear at Base 1.7.4
+ cogl_clip_ensure at Base 1.7.4
+ cogl_clip_pop at Base 1.7.4
+ cogl_clip_push at Base 1.7.4
+ cogl_clip_push_from_path at Base 1.7.4
+ cogl_clip_push_from_path_preserve at Base 1.7.4
+ cogl_clip_push_rectangle at Base 1.7.4
+ cogl_clip_push_window_rect at Base 1.7.4
+ cogl_clip_push_window_rectangle at Base 1.7.4
+ cogl_clip_stack_restore at Base 1.7.4
+ cogl_clip_stack_save at Base 1.7.4
+ cogl_clutter_check_extension_CLUTTER at Base 1.7.4
+ cogl_clutter_winsys_has_feature_CLUTTER at Base 1.7.4
+ cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.7.4
+ cogl_color_copy at Base 1.7.4
+ cogl_color_equal at Base 1.7.4
+ cogl_color_free at Base 1.7.4
+ cogl_color_get_alpha at Base 1.7.4
+ cogl_color_get_alpha_byte at Base 1.7.4
+ cogl_color_get_alpha_float at Base 1.7.4
+ cogl_color_get_blue at Base 1.7.4
+ cogl_color_get_blue_byte at Base 1.7.4
+ cogl_color_get_blue_float at Base 1.7.4
+ cogl_color_get_green at Base 1.7.4
+ cogl_color_get_green_byte at Base 1.7.4
+ cogl_color_get_green_float at Base 1.7.4
+ cogl_color_get_red at Base 1.7.4
+ cogl_color_get_red_byte at Base 1.7.4
+ cogl_color_get_red_float at Base 1.7.4
+ cogl_color_init_from_4f at Base 1.7.4
+ cogl_color_init_from_4fv at Base 1.7.4
+ cogl_color_init_from_4ub at Base 1.7.4
+ cogl_color_mask_get_type at Base 1.7.4
+ cogl_color_new at Base 1.7.4
+ cogl_color_premultiply at Base 1.7.4
+ cogl_color_set_alpha at Base 1.7.4
+ cogl_color_set_alpha_byte at Base 1.7.4
+ cogl_color_set_alpha_float at Base 1.7.4
+ cogl_color_set_blue at Base 1.7.4
+ cogl_color_set_blue_byte at Base 1.7.4
+ cogl_color_set_blue_float at Base 1.7.4
+ cogl_color_set_from_4f at Base 1.7.4
+ cogl_color_set_from_4ub at Base 1.7.4
+ cogl_color_set_green at Base 1.7.4
+ cogl_color_set_green_byte at Base 1.7.4
+ cogl_color_set_green_float at Base 1.7.4
+ cogl_color_set_red at Base 1.7.4
+ cogl_color_set_red_byte at Base 1.7.4
+ cogl_color_set_red_float at Base 1.7.4
+ cogl_color_unpremultiply at Base 1.7.4
+ cogl_context_new_EXP at Base 1.7.4
+ cogl_create_program at Base 1.7.4
+ cogl_create_shader at Base 1.7.4
+ cogl_debug_object_foreach_type at Base 1.7.4
+ cogl_debug_object_print_instances at Base 1.7.4
+ cogl_depth_state_get_range at Base 1.7.4
+ cogl_depth_state_get_test_enabled at Base 1.7.4
+ cogl_depth_state_get_test_function at Base 1.7.4
+ cogl_depth_state_get_write_enabled at Base 1.7.4
+ cogl_depth_state_init at Base 1.7.4
+ cogl_depth_state_set_range at Base 1.7.4
+ cogl_depth_state_set_test_enabled at Base 1.7.4
+ cogl_depth_state_set_test_function at Base 1.7.4
+ cogl_depth_state_set_write_enabled at Base 1.7.4
+ cogl_depth_test_function_get_type at Base 1.7.4
+ cogl_disable_fog at Base 1.7.4
+ cogl_display_error_quark at Base 1.7.4
+ cogl_display_new_EXP at Base 1.7.4
+ cogl_display_setup_EXP at Base 1.7.4
+ cogl_double_to_fixed at Base 1.7.4
+ cogl_double_to_int at Base 1.7.4
+ cogl_double_to_uint at Base 1.7.4
+ cogl_draw_attributes at Base 1.7.4
+ cogl_draw_indexed_attributes at Base 1.7.4
+ cogl_end_gl at Base 1.7.4
+ cogl_error_get_type at Base 1.7.4
+ cogl_euler_copy at Base 1.7.4
+ cogl_euler_equal at Base 1.7.4
+ cogl_euler_free at Base 1.7.4
+ cogl_euler_init at Base 1.7.4
+ cogl_euler_init_from_matrix at Base 1.7.4
+ cogl_feature_flags_get_type at Base 1.7.4
+ cogl_features_available at Base 1.7.4
+ cogl_fixed_atan2 at Base 1.7.4
+ cogl_fixed_atan at Base 1.7.4
+ cogl_fixed_cos at Base 1.7.4
+ cogl_fixed_div at Base 1.7.4
+ cogl_fixed_get_type at Base 1.7.4
+ cogl_fixed_log2 at Base 1.7.4
+ cogl_fixed_mul at Base 1.7.4
+ cogl_fixed_mul_div at Base 1.7.4
+ cogl_fixed_pow2 at Base 1.7.4
+ cogl_fixed_pow at Base 1.7.4
+ cogl_fixed_sin at Base 1.7.4
+ cogl_fixed_sqrt at Base 1.7.4
+ cogl_fixed_tan at Base 1.7.4
+ cogl_flush at Base 1.7.4
+ cogl_fog_mode_get_type at Base 1.7.4
+ cogl_framebuffer_add_swap_buffers_callback_EXP at Base 1.7.4
+ cogl_framebuffer_allocate_EXP at Base 1.7.4
+ cogl_framebuffer_get_alpha_bits at Base 1.7.4
+ cogl_framebuffer_get_blue_bits_EXP at Base 1.7.4
+ cogl_framebuffer_get_color_mask_EXP at Base 1.7.4
+ cogl_framebuffer_get_dither_enabled at Base 1.7.4
+ cogl_framebuffer_get_green_bits_EXP at Base 1.7.4
+ cogl_framebuffer_get_height_EXP at Base 1.7.4
+ cogl_framebuffer_get_red_bits_EXP at Base 1.7.4
+ cogl_framebuffer_get_viewport4fv_EXP at Base 1.7.4
+ cogl_framebuffer_get_viewport_height_EXP at Base 1.7.4
+ cogl_framebuffer_get_viewport_width_EXP at Base 1.7.4
+ cogl_framebuffer_get_viewport_x_EXP at Base 1.7.4
+ cogl_framebuffer_get_viewport_y_EXP at Base 1.7.4
+ cogl_framebuffer_get_width_EXP at Base 1.7.4
+ cogl_framebuffer_remove_swap_buffers_callback_EXP at Base 1.7.4
+ cogl_framebuffer_set_color_mask_EXP at Base 1.7.4
+ cogl_framebuffer_set_dither_enabled at Base 1.7.4
+ cogl_framebuffer_set_viewport_EXP at Base 1.7.4
+ cogl_framebuffer_swap_buffers_EXP at Base 1.7.4
+ cogl_framebuffer_swap_region_EXP at Base 1.7.4
+ cogl_frustum at Base 1.7.4
+ cogl_get_backface_culling_enabled at Base 1.7.4
+ cogl_get_bitmasks at Base 1.7.4
+ cogl_get_depth_test_enabled at Base 1.7.4
+ cogl_get_draw_framebuffer_EXP at Base 1.7.4
+ cogl_get_features at Base 1.7.4
+ cogl_get_modelview_matrix at Base 1.7.4
+ cogl_get_option_group at Base 1.7.4
+ cogl_get_path at Base 1.7.4
+ cogl_get_proc_address at Base 1.7.4
+ cogl_get_projection_matrix at Base 1.7.4
+ cogl_get_rectangle_indices at Base 1.7.4
+ cogl_get_source at Base 1.7.4
+ cogl_get_static_identity_quaternion at Base 1.7.4
+ cogl_get_static_zero_quaternion at Base 1.7.4
+ cogl_get_viewport at Base 1.7.4
+ cogl_gtype_matrix_get_type at Base 1.7.4
+ cogl_handle_get_type at Base 1.7.4
+ cogl_handle_ref at Base 1.7.4
+ cogl_handle_unref at Base 1.7.4
+ cogl_index_buffer_allocate at Base 1.7.4
+ cogl_index_buffer_new at Base 1.7.4
+ cogl_indices_get_buffer at Base 1.7.4
+ cogl_indices_get_offset at Base 1.7.4
+ cogl_indices_get_type at Base 1.7.4
+ cogl_indices_new at Base 1.7.4
+ cogl_indices_new_for_buffer at Base 1.7.4
+ cogl_indices_set_offset at Base 1.7.4
+ cogl_indices_type_get_type at Base 1.7.4
+ cogl_is_attribute at Base 1.7.4
+ cogl_is_attribute_buffer at Base 1.7.4
+ cogl_is_bitmap at Base 1.7.4
+ cogl_is_buffer_EXP at Base 1.7.4
+ cogl_is_context at Base 1.7.4
+ cogl_is_display at Base 1.7.4
+ cogl_is_index_buffer at Base 1.7.4
+ cogl_is_indices at Base 1.7.4
+ cogl_is_journal at Base 1.7.4
+ cogl_is_material at Base 1.7.4
+ cogl_is_offscreen at Base 1.7.4
+ cogl_is_onscreen_template at Base 1.7.4
+ cogl_is_path at Base 1.7.4
+ cogl_is_pipeline at Base 1.7.4
+ cogl_is_pixel_buffer_EXP at Base 1.7.4
+ cogl_is_primitive at Base 1.7.4
+ cogl_is_program at Base 1.7.4
+ cogl_is_renderer_EXP at Base 1.7.4
+ cogl_is_shader at Base 1.7.4
+ cogl_is_swap_chain at Base 1.7.4
+ cogl_is_texture at Base 1.7.4
+ cogl_is_texture_2d_EXP at Base 1.7.4
+ cogl_is_texture_3d_EXP at Base 1.7.4
+ cogl_is_texture_pixmap_x11_EXP at Base 1.7.4
+ cogl_is_vertex_buffer at Base 1.7.4
+ cogl_is_vertex_buffer_indices at Base 1.7.4
+ cogl_material_alpha_func_get_type at Base 1.7.4
+ cogl_material_copy at Base 1.7.4
+ cogl_material_filter_get_type at Base 1.7.4
+ cogl_material_foreach_layer at Base 1.7.4
+ cogl_material_get_ambient at Base 1.7.4
+ cogl_material_get_color at Base 1.7.4
+ cogl_material_get_depth_state at Base 1.7.4
+ cogl_material_get_diffuse at Base 1.7.4
+ cogl_material_get_emission at Base 1.7.4
+ cogl_material_get_layer_point_sprite_coords_enabled at Base 1.7.4
+ cogl_material_get_layer_wrap_mode_p at Base 1.7.4
+ cogl_material_get_layer_wrap_mode_s at Base 1.7.4
+ cogl_material_get_layer_wrap_mode_t at Base 1.7.4
+ cogl_material_get_layers at Base 1.7.4
+ cogl_material_get_n_layers at Base 1.7.4
+ cogl_material_get_point_size at Base 1.7.4
+ cogl_material_get_shininess at Base 1.7.4
+ cogl_material_get_specular at Base 1.7.4
+ cogl_material_get_user_program at Base 1.7.4
+ cogl_material_layer_get_mag_filter at Base 1.7.4
+ cogl_material_layer_get_min_filter at Base 1.7.4
+ cogl_material_layer_get_texture at Base 1.7.4
+ cogl_material_layer_get_type at Base 1.7.4
+ cogl_material_layer_get_wrap_mode_p at Base 1.7.4
+ cogl_material_layer_get_wrap_mode_s at Base 1.7.4
+ cogl_material_layer_get_wrap_mode_t at Base 1.7.4
+ cogl_material_layer_type_get_type at Base 1.7.4
+ cogl_material_new at Base 1.7.4
+ cogl_material_ref at Base 1.7.4
+ cogl_material_remove_layer at Base 1.7.4
+ cogl_material_set_alpha_test_function at Base 1.7.4
+ cogl_material_set_ambient at Base 1.7.4
+ cogl_material_set_ambient_and_diffuse at Base 1.7.4
+ cogl_material_set_blend at Base 1.7.4
+ cogl_material_set_blend_constant at Base 1.7.4
+ cogl_material_set_color4f at Base 1.7.4
+ cogl_material_set_color4ub at Base 1.7.4
+ cogl_material_set_color at Base 1.7.4
+ cogl_material_set_depth_state at Base 1.7.4
+ cogl_material_set_diffuse at Base 1.7.4
+ cogl_material_set_emission at Base 1.7.4
+ cogl_material_set_layer at Base 1.7.4
+ cogl_material_set_layer_combine at Base 1.7.4
+ cogl_material_set_layer_combine_constant at Base 1.7.4
+ cogl_material_set_layer_filters at Base 1.7.4
+ cogl_material_set_layer_matrix at Base 1.7.4
+ cogl_material_set_layer_point_sprite_coords_enabled at Base 1.7.4
+ cogl_material_set_layer_wrap_mode at Base 1.7.4
+ cogl_material_set_layer_wrap_mode_p at Base 1.7.4
+ cogl_material_set_layer_wrap_mode_s at Base 1.7.4
+ cogl_material_set_layer_wrap_mode_t at Base 1.7.4
+ cogl_material_set_point_size at Base 1.7.4
+ cogl_material_set_shininess at Base 1.7.4
+ cogl_material_set_specular at Base 1.7.4
+ cogl_material_set_user_program at Base 1.7.4
+ cogl_material_unref at Base 1.7.4
+ cogl_material_wrap_mode_get_type at Base 1.7.4
+ cogl_matrix_copy at Base 1.7.4
+ cogl_matrix_equal at Base 1.7.4
+ cogl_matrix_free at Base 1.7.4
+ cogl_matrix_frustum at Base 1.7.4
+ cogl_matrix_get_array at Base 1.7.4
+ cogl_matrix_get_inverse at Base 1.7.4
+ cogl_matrix_init_from_array at Base 1.7.4
+ cogl_matrix_init_from_quaternion at Base 1.7.4
+ cogl_matrix_init_identity at Base 1.7.4
+ cogl_matrix_is_identity at Base 1.7.4
+ cogl_matrix_multiply at Base 1.7.4
+ cogl_matrix_ortho at Base 1.7.4
+ cogl_matrix_perspective at Base 1.7.4
+ cogl_matrix_project_points_EXP at Base 1.7.4
+ cogl_matrix_rotate at Base 1.7.4
+ cogl_matrix_scale at Base 1.7.4
+ cogl_matrix_transform_point at Base 1.7.4
+ cogl_matrix_transform_points_EXP at Base 1.7.4
+ cogl_matrix_translate at Base 1.7.4
+ cogl_matrix_view_2d_in_frustum_EXP at Base 1.7.4
+ cogl_matrix_view_2d_in_perspective_EXP at Base 1.7.4
+ cogl_object_get_user_data at Base 1.7.4
+ cogl_object_ref at Base 1.7.4
+ cogl_object_set_user_data at Base 1.7.4
+ cogl_object_unref at Base 1.7.4
+ cogl_offscreen_new_to_texture at Base 1.7.4
+ cogl_offscreen_ref at Base 1.7.4
+ cogl_offscreen_unref at Base 1.7.4
+ cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.7.4
+ cogl_onscreen_hide_EXP at Base 1.7.4
+ cogl_onscreen_new_EXP at Base 1.7.4
+ cogl_onscreen_set_swap_throttled_EXP at Base 1.7.4
+ cogl_onscreen_show_EXP at Base 1.7.4
+ cogl_onscreen_template_error_quark at Base 1.7.4
+ cogl_onscreen_template_new_EXP at Base 1.7.4
+ cogl_ortho at Base 1.7.4
+ cogl_path_arc at Base 1.7.4
+ cogl_path_close at Base 1.7.4
+ cogl_path_copy at Base 1.7.4
+ cogl_path_curve_to at Base 1.7.4
+ cogl_path_ellipse at Base 1.7.4
+ cogl_path_fill at Base 1.7.4
+ cogl_path_fill_preserve at Base 1.7.4
+ cogl_path_fill_rule_get_type at Base 1.7.4
+ cogl_path_get_fill_rule at Base 1.7.4
+ cogl_path_line at Base 1.7.4
+ cogl_path_line_to at Base 1.7.4
+ cogl_path_move_to at Base 1.7.4
+ cogl_path_new at Base 1.7.4
+ cogl_path_polygon at Base 1.7.4
+ cogl_path_polyline at Base 1.7.4
+ cogl_path_rectangle at Base 1.7.4
+ cogl_path_rel_curve_to at Base 1.7.4
+ cogl_path_rel_line_to at Base 1.7.4
+ cogl_path_rel_move_to at Base 1.7.4
+ cogl_path_round_rectangle at Base 1.7.4
+ cogl_path_set_fill_rule at Base 1.7.4
+ cogl_path_stroke at Base 1.7.4
+ cogl_path_stroke_preserve at Base 1.7.4
+ cogl_perspective at Base 1.7.4
+ cogl_pipeline_alpha_func_get_type at Base 1.7.4
+ cogl_pipeline_cache_free at Base 1.7.4
+ cogl_pipeline_cache_new at Base 1.7.4
+ cogl_pipeline_copy at Base 1.7.4
+ cogl_pipeline_filter_get_type at Base 1.7.4
+ cogl_pipeline_foreach_layer at Base 1.7.4
+ cogl_pipeline_get_alpha_test_function at Base 1.7.4
+ cogl_pipeline_get_alpha_test_reference at Base 1.7.4
+ cogl_pipeline_get_ambient at Base 1.7.4
+ cogl_pipeline_get_color at Base 1.7.4
+ cogl_pipeline_get_color_mask_EXP at Base 1.7.4
+ cogl_pipeline_get_depth_state at Base 1.7.4
+ cogl_pipeline_get_diffuse at Base 1.7.4
+ cogl_pipeline_get_emission at Base 1.7.4
+ cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.7.4
+ cogl_pipeline_get_layer_wrap_mode_p at Base 1.7.4
+ cogl_pipeline_get_layer_wrap_mode_s at Base 1.7.4
+ cogl_pipeline_get_layer_wrap_mode_t at Base 1.7.4
+ cogl_pipeline_get_n_layers at Base 1.7.4
+ cogl_pipeline_get_point_size at Base 1.7.4
+ cogl_pipeline_get_shininess at Base 1.7.4
+ cogl_pipeline_get_specular at Base 1.7.4
+ cogl_pipeline_get_user_program at Base 1.7.4
+ cogl_pipeline_new at Base 1.7.4
+ cogl_pipeline_remove_layer at Base 1.7.4
+ cogl_pipeline_set_alpha_test_function at Base 1.7.4
+ cogl_pipeline_set_ambient at Base 1.7.4
+ cogl_pipeline_set_ambient_and_diffuse at Base 1.7.4
+ cogl_pipeline_set_blend at Base 1.7.4
+ cogl_pipeline_set_blend_constant at Base 1.7.4
+ cogl_pipeline_set_color4f at Base 1.7.4
+ cogl_pipeline_set_color4ub at Base 1.7.4
+ cogl_pipeline_set_color at Base 1.7.4
+ cogl_pipeline_set_color_mask_EXP at Base 1.7.4
+ cogl_pipeline_set_depth_state at Base 1.7.4
+ cogl_pipeline_set_diffuse at Base 1.7.4
+ cogl_pipeline_set_emission at Base 1.7.4
+ cogl_pipeline_set_layer_combine at Base 1.7.4
+ cogl_pipeline_set_layer_combine_constant at Base 1.7.4
+ cogl_pipeline_set_layer_filters at Base 1.7.4
+ cogl_pipeline_set_layer_matrix at Base 1.7.4
+ cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.7.4
+ cogl_pipeline_set_layer_texture at Base 1.7.4
+ cogl_pipeline_set_layer_wrap_mode at Base 1.7.4
+ cogl_pipeline_set_layer_wrap_mode_p at Base 1.7.4
+ cogl_pipeline_set_layer_wrap_mode_s at Base 1.7.4
+ cogl_pipeline_set_layer_wrap_mode_t at Base 1.7.4
+ cogl_pipeline_set_point_size at Base 1.7.4
+ cogl_pipeline_set_shininess at Base 1.7.4
+ cogl_pipeline_set_specular at Base 1.7.4
+ cogl_pipeline_set_user_program at Base 1.7.4
+ cogl_pipeline_wrap_mode_get_type at Base 1.7.4
+ cogl_pixel_buffer_new_with_size_EXP at Base 1.7.4
+ cogl_pixel_format_get_type at Base 1.7.4
+ cogl_polygon at Base 1.7.4
+ cogl_pop_draw_buffer at Base 1.7.4
+ cogl_pop_framebuffer at Base 1.7.4
+ cogl_pop_matrix at Base 1.7.4
+ cogl_pop_source at Base 1.7.4
+ cogl_primitive_draw at Base 1.7.4
+ cogl_primitive_get_first_vertex at Base 1.7.4
+ cogl_primitive_get_mode at Base 1.7.4
+ cogl_primitive_get_n_vertices at Base 1.7.4
+ cogl_primitive_new at Base 1.7.4
+ cogl_primitive_new_p2 at Base 1.7.4
+ cogl_primitive_new_p2c4 at Base 1.7.4
+ cogl_primitive_new_p2t2 at Base 1.7.4
+ cogl_primitive_new_p2t2c4 at Base 1.7.4
+ cogl_primitive_new_p3 at Base 1.7.4
+ cogl_primitive_new_p3c4 at Base 1.7.4
+ cogl_primitive_new_p3t2 at Base 1.7.4
+ cogl_primitive_new_p3t2c4 at Base 1.7.4
+ cogl_primitive_new_with_attributes at Base 1.7.4
+ cogl_primitive_set_attributes at Base 1.7.4
+ cogl_primitive_set_first_vertex at Base 1.7.4
+ cogl_primitive_set_indices at Base 1.7.4
+ cogl_primitive_set_mode at Base 1.7.4
+ cogl_primitive_set_n_vertices at Base 1.7.4
+ cogl_program_attach_shader at Base 1.7.4
+ cogl_program_get_uniform_location at Base 1.7.4
+ cogl_program_link at Base 1.7.4
+ cogl_program_ref at Base 1.7.4
+ cogl_program_set_uniform_1f at Base 1.7.4
+ cogl_program_set_uniform_1i at Base 1.7.4
+ cogl_program_set_uniform_float at Base 1.7.4
+ cogl_program_set_uniform_int at Base 1.7.4
+ cogl_program_set_uniform_matrix at Base 1.7.4
+ cogl_program_uniform_1f at Base 1.7.4
+ cogl_program_uniform_1i at Base 1.7.4
+ cogl_program_uniform_float at Base 1.7.4
+ cogl_program_uniform_int at Base 1.7.4
+ cogl_program_uniform_matrix at Base 1.7.4
+ cogl_program_unref at Base 1.7.4
+ cogl_program_use at Base 1.7.4
+ cogl_push_draw_buffer at Base 1.7.4
+ cogl_push_framebuffer at Base 1.7.4
+ cogl_push_matrix at Base 1.7.4
+ cogl_push_source at Base 1.7.4
+ cogl_quaternion_copy at Base 1.7.4
+ cogl_quaternion_dot_product at Base 1.7.4
+ cogl_quaternion_equal at Base 1.7.4
+ cogl_quaternion_free at Base 1.7.4
+ cogl_quaternion_get_rotation_angle at Base 1.7.4
+ cogl_quaternion_get_rotation_axis at Base 1.7.4
+ cogl_quaternion_init at Base 1.7.4
+ cogl_quaternion_init_from_angle_vector at Base 1.7.4
+ cogl_quaternion_init_from_array at Base 1.7.4
+ cogl_quaternion_init_from_euler at Base 1.7.4
+ cogl_quaternion_init_from_matrix at Base 1.7.4
+ cogl_quaternion_init_from_quaternion at Base 1.7.4
+ cogl_quaternion_init_from_x_rotation at Base 1.7.4
+ cogl_quaternion_init_from_y_rotation at Base 1.7.4
+ cogl_quaternion_init_from_z_rotation at Base 1.7.4
+ cogl_quaternion_init_identity at Base 1.7.4
+ cogl_quaternion_invert at Base 1.7.4
+ cogl_quaternion_multiply at Base 1.7.4
+ cogl_quaternion_nlerp at Base 1.7.4
+ cogl_quaternion_normalize at Base 1.7.4
+ cogl_quaternion_pow at Base 1.7.4
+ cogl_quaternion_slerp at Base 1.7.4
+ cogl_quaternion_squad at Base 1.7.4
+ cogl_read_pixels at Base 1.7.4
+ cogl_read_pixels_flags_get_type at Base 1.7.4
+ cogl_rectangle at Base 1.7.4
+ cogl_rectangle_with_multitexture_coords at Base 1.7.4
+ cogl_rectangle_with_texture_coords at Base 1.7.4
+ cogl_rectangles at Base 1.7.4
+ cogl_rectangles_with_texture_coords at Base 1.7.4
+ cogl_renderer_check_onscreen_template_EXP at Base 1.7.4
+ cogl_renderer_connect_EXP at Base 1.7.4
+ cogl_renderer_error_get_type at Base 1.7.4
+ cogl_renderer_error_quark_EXP at Base 1.7.4
+ cogl_renderer_get_winsys_id_EXP at Base 1.7.4
+ cogl_renderer_new_EXP at Base 1.7.4
+ cogl_renderer_set_winsys_id_EXP at Base 1.7.4
+ cogl_rotate at Base 1.7.4
+ cogl_scale at Base 1.7.4
+ cogl_set_backface_culling_enabled at Base 1.7.4
+ cogl_set_depth_test_enabled at Base 1.7.4
+ cogl_set_draw_buffer at Base 1.7.4
+ cogl_set_fog at Base 1.7.4
+ cogl_set_framebuffer at Base 1.7.4
+ cogl_set_modelview_matrix at Base 1.7.4
+ cogl_set_path at Base 1.7.4
+ cogl_set_projection_matrix at Base 1.7.4
+ cogl_set_source at Base 1.7.4
+ cogl_set_source_color4f at Base 1.7.4
+ cogl_set_source_color4ub at Base 1.7.4
+ cogl_set_source_color at Base 1.7.4
+ cogl_set_source_texture at Base 1.7.4
+ cogl_set_viewport at Base 1.7.4
+ cogl_shader_compile at Base 1.7.4
+ cogl_shader_get_info_log at Base 1.7.4
+ cogl_shader_get_type at Base 1.7.4
+ cogl_shader_is_compiled at Base 1.7.4
+ cogl_shader_ref at Base 1.7.4
+ cogl_shader_source at Base 1.7.4
+ cogl_shader_type_get_type at Base 1.7.4
+ cogl_shader_unref at Base 1.7.4
+ cogl_sqrti at Base 1.7.4
+ cogl_swap_chain_error_quark at Base 1.7.4
+ cogl_swap_chain_new_EXP at Base 1.7.4
+ cogl_swap_chain_set_has_alpha_EXP at Base 1.7.4
+ cogl_swap_chain_set_length_EXP at Base 1.7.4
+ cogl_texture_2d_new_from_data_EXP at Base 1.7.4
+ cogl_texture_2d_new_from_foreign_EXP at Base 1.7.4
+ cogl_texture_2d_new_with_size_EXP at Base 1.7.4
+ cogl_texture_3d_error_quark at Base 1.7.4
+ cogl_texture_3d_new_from_data_EXP at Base 1.7.4
+ cogl_texture_3d_new_with_size_EXP at Base 1.7.4
+ cogl_texture_error_get_type at Base 1.7.4
+ cogl_texture_error_quark at Base 1.7.4
+ cogl_texture_flags_get_type at Base 1.7.4
+ cogl_texture_get_data at Base 1.7.4
+ cogl_texture_get_format at Base 1.7.4
+ cogl_texture_get_gl_texture at Base 1.7.4
+ cogl_texture_get_height at Base 1.7.4
+ cogl_texture_get_max_waste at Base 1.7.4
+ cogl_texture_get_rowstride at Base 1.7.4
+ cogl_texture_get_width at Base 1.7.4
+ cogl_texture_is_sliced at Base 1.7.4
+ cogl_texture_new_from_bitmap at Base 1.7.4
+ cogl_texture_new_from_buffer_EXP at Base 1.7.4
+ cogl_texture_new_from_data at Base 1.7.4
+ cogl_texture_new_from_file at Base 1.7.4
+ cogl_texture_new_from_foreign at Base 1.7.4
+ cogl_texture_new_from_sub_texture at Base 1.7.4
+ cogl_texture_new_with_size at Base 1.7.4
+ cogl_texture_pixmap_x11_is_using_tfp_extension_EXP at Base 1.7.4
+ cogl_texture_pixmap_x11_new_EXP at Base 1.7.4
+ cogl_texture_pixmap_x11_set_damage_object_EXP at Base 1.7.4
+ cogl_texture_pixmap_x11_update_area_EXP at Base 1.7.4
+ cogl_texture_ref at Base 1.7.4
+ cogl_texture_set_region at Base 1.7.4
+ cogl_texture_unref at Base 1.7.4
+ cogl_transform at Base 1.7.4
+ cogl_translate at Base 1.7.4
+ cogl_vdraw_attributes at Base 1.7.4
+ cogl_vdraw_indexed_attributes at Base 1.7.4
+ cogl_vector3_add_EXP at Base 1.7.4
+ cogl_vector3_copy_EXP at Base 1.7.4
+ cogl_vector3_cross_product_EXP at Base 1.7.4
+ cogl_vector3_distance_EXP at Base 1.7.4
+ cogl_vector3_divide_scalar_EXP at Base 1.7.4
+ cogl_vector3_dot_product_EXP at Base 1.7.4
+ cogl_vector3_equal_EXP at Base 1.7.4
+ cogl_vector3_equal_with_epsilon_EXP at Base 1.7.4
+ cogl_vector3_free_EXP at Base 1.7.4
+ cogl_vector3_init_EXP at Base 1.7.4
+ cogl_vector3_init_zero_EXP at Base 1.7.4
+ cogl_vector3_invert_EXP at Base 1.7.4
+ cogl_vector3_magnitude_EXP at Base 1.7.4
+ cogl_vector3_multiply_scalar_EXP at Base 1.7.4
+ cogl_vector3_normalize_EXP at Base 1.7.4
+ cogl_vector3_subtract_EXP at Base 1.7.4
+ cogl_vertex_buffer_add at Base 1.7.4
+ cogl_vertex_buffer_delete at Base 1.7.4
+ cogl_vertex_buffer_disable at Base 1.7.4
+ cogl_vertex_buffer_draw at Base 1.7.4
+ cogl_vertex_buffer_draw_elements at Base 1.7.4
+ cogl_vertex_buffer_enable at Base 1.7.4
+ cogl_vertex_buffer_get_n_vertices at Base 1.7.4
+ cogl_vertex_buffer_indices_get_for_quads at Base 1.7.4
+ cogl_vertex_buffer_indices_get_type at Base 1.7.4
+ cogl_vertex_buffer_indices_new at Base 1.7.4
+ cogl_vertex_buffer_new at Base 1.7.4
+ cogl_vertex_buffer_ref at Base 1.7.4
+ cogl_vertex_buffer_submit at Base 1.7.4
+ cogl_vertex_buffer_unref at Base 1.7.4
+ cogl_vertices_mode_get_type at Base 1.7.4
+ cogl_viewport at Base 1.7.4
+ cogl_winsys_feature_get_type at Base 1.7.4
+ cogl_x11_onscreen_get_visual_xid_EXP at Base 1.7.4
+ cogl_x11_onscreen_get_window_xid_EXP at Base 1.7.4
+ cogl_x11_onscreen_set_foreign_window_xid_EXP at Base 1.7.4
+ cogl_xlib_get_display_EXP at Base 1.7.4
+ cogl_xlib_handle_event_EXP at Base 1.7.4
+ cogl_xlib_renderer_add_filter_EXP at Base 1.7.4
+ cogl_xlib_renderer_get_display_EXP at Base 1.7.4
+ cogl_xlib_renderer_get_foreign_display_EXP at Base 1.7.4
+ cogl_xlib_renderer_handle_event_EXP at Base 1.7.4
+ cogl_xlib_renderer_remove_filter_EXP at Base 1.7.4
+ cogl_xlib_renderer_set_foreign_display_EXP at Base 1.7.4
+ cogl_xlib_set_display_EXP at Base 1.7.4

Added: packages/experimental/cogl/debian/patches/02_disable_armv5t_specific_optimization.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/patches/02_disable_armv5t_specific_optimization.patch?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/patches/02_disable_armv5t_specific_optimization.patch (added)
+++ packages/experimental/cogl/debian/patches/02_disable_armv5t_specific_optimization.patch [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,14 @@
+Bug: http://bugzilla.clutter-project.org/show_bug.cgi?id=2256
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580106
+
+--- a/cogl/cogl-fixed.c
++++ b/cogl/cogl-fixed.c
+@@ -626,7 +626,7 @@
+ 	/*
+ 	 * Find the highest bit set
+ 	 */
+-#if __arm__
++#if 0
+ 	/* This actually requires at least arm v5, but gcc does not seem
+ 	 * to set the architecture defines correctly, and it is I think
+ 	 * very unlikely that anyone will want to use clutter on anything

Added: packages/experimental/cogl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/patches/series?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/patches/series (added)
+++ packages/experimental/cogl/debian/patches/series [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+02_disable_armv5t_specific_optimization.patch

Added: packages/experimental/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/rules?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/rules (added)
+++ packages/experimental/cogl/debian/rules [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,17 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+GNOME_MODULE = cogl
+
+DEB_DH_MAKESHLIBS_ARGS_libcogl2 += -V -- -c4
+DEB_CONFIGURE_EXTRA_FLAGS += \
+        --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+	--enable-gtk-doc \
+	--enable-introspection=yes
+
+common-binary-predeb-arch:: list-missing

Propchange: packages/experimental/cogl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/experimental/cogl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/source/format?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/source/format (added)
+++ packages/experimental/cogl/debian/source/format [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/experimental/cogl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/cogl/debian/watch?rev=29190&op=file
==============================================================================
--- packages/experimental/cogl/debian/watch (added)
+++ packages/experimental/cogl/debian/watch [utf-8] Fri Jul 29 11:35:00 2011
@@ -1,0 +1,2 @@
+version=3
+http://download.gnome.org/sources/cogl/([\d\.]+)/cogl-(.*)\.tar\.bz2




More information about the pkg-gnome-commits mailing list