r35805 - in /desktop/experimental/cogl/debian: ./ patches/

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Tue Sep 25 08:01:50 UTC 2012


Author: sjoerd
Date: Tue Sep 25 08:01:49 2012
New Revision: 35805

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35805
Log:
* New upstream release
* debian/patches/03_select_default_renderer_driver.patch:
  + Dropped, merged upstream
* debian/patches/04_fix_crash_on_free.patch:
  + Dropped, merged upstream

Added:
    desktop/experimental/cogl/debian/libcogl11.install
    desktop/experimental/cogl/debian/libcogl11.symbols
Removed:
    desktop/experimental/cogl/debian/libcogl9.install
    desktop/experimental/cogl/debian/libcogl9.symbols
    desktop/experimental/cogl/debian/patches/02_disable_armv5t_specific_optimization.patch
    desktop/experimental/cogl/debian/patches/03_select_default_renderer_driver.patch
    desktop/experimental/cogl/debian/patches/04_fix_crash_on_free.patch
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/control
    desktop/experimental/cogl/debian/control.in
    desktop/experimental/cogl/debian/patches/series

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=35805&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog [utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog [utf-8] Tue Sep 25 08:01:49 2012
@@ -1,3 +1,13 @@
+cogl (1.12.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/patches/03_select_default_renderer_driver.patch:
+    + Dropped, merged upstream
+  * debian/patches/04_fix_crash_on_free.patch:
+    + Dropped, merged upstream
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 25 Sep 2012 09:12:30 +0200
+
 cogl (1.10.2-6exp1) experimental; urgency=low
 
   * Bring back multiple backend support from 1.10.2-4 packaging

Modified: desktop/experimental/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control?rev=35805&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control [utf-8] (original)
+++ desktop/experimental/cogl/debian/control [utf-8] Tue Sep 25 08:01:49 2012
@@ -7,7 +7,7 @@
 Section: libs
 Priority: optional
 Maintainer: Rico Tzschichholz <ricotz at ubuntu.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                gnome-pkg-tools,
@@ -21,13 +21,13 @@
                libxfixes-dev (>= 1:3),
                libxdamage-dev,
                libxcomposite-dev (>= 0.4),
-               gobject-introspection (>= 0.9.12-4~),
+               gobject-introspection (>= 1.33.4-1),
                libgirepository1.0-dev (>= 0.9.12)
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/cogl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
 
-Package: libcogl9
+Package: libcogl11
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -59,7 +59,7 @@
 Package: libcogl-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl9 (= ${binary:Version}),
+Depends: libcogl11 (= ${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],
@@ -85,11 +85,11 @@
  .
  This package contains the development files for libcogl.
 
-Package: libcogl9-dbg
+Package: libcogl11-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl9 (= ${binary:Version}),
+Depends: libcogl11 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)

Modified: desktop/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control.in?rev=35805&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control.in [utf-8] (original)
+++ desktop/experimental/cogl/debian/control.in [utf-8] Tue Sep 25 08:01:49 2012
@@ -16,13 +16,13 @@
                libxfixes-dev (>= 1:3),
                libxdamage-dev,
                libxcomposite-dev (>= 0.4),
-               gobject-introspection (>= 0.9.12-4~),
+               gobject-introspection (>= 1.33.4-1),
                libgirepository1.0-dev (>= 0.9.12)
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/cogl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
 
-Package: libcogl9
+Package: libcogl11
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -54,7 +54,7 @@
 Package: libcogl-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl9 (= ${binary:Version}),
+Depends: libcogl11 (= ${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],
@@ -80,11 +80,11 @@
  .
  This package contains the development files for libcogl.
 
-Package: libcogl9-dbg
+Package: libcogl11-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl9 (= ${binary:Version}),
+Depends: libcogl11 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)

Added: desktop/experimental/cogl/debian/libcogl11.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl11.install?rev=35805&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl11.install (added)
+++ desktop/experimental/cogl/debian/libcogl11.install [utf-8] Tue Sep 25 08:01:49 2012
@@ -1,0 +1,2 @@
+usr/lib/*/libcogl-gles2.so.*
+usr/lib/*/libcogl.so.*

Added: desktop/experimental/cogl/debian/libcogl11.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl11.symbols?rev=35805&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl11.symbols (added)
+++ desktop/experimental/cogl/debian/libcogl11.symbols [utf-8] Tue Sep 25 08:01:49 2012
@@ -1,0 +1,864 @@
+libcogl-gles2.so.11 libcogl11 #MINVER#
+ glActiveTexture at Base 1.11.2
+ glAttachShader at Base 1.11.2
+ glBindAttribLocation at Base 1.11.2
+ glBindBuffer at Base 1.11.2
+ glBindFramebuffer at Base 1.11.2
+ glBindRenderbuffer at Base 1.11.2
+ glBindTexture at Base 1.11.2
+ glBlendColor at Base 1.11.2
+ glBlendEquation at Base 1.11.2
+ glBlendEquationSeparate at Base 1.11.2
+ glBlendFunc at Base 1.11.2
+ glBlendFuncSeparate at Base 1.11.2
+ glBufferData at Base 1.11.2
+ glBufferSubData at Base 1.11.2
+ glCheckFramebufferStatus at Base 1.11.2
+ glClear at Base 1.11.2
+ glClearColor at Base 1.11.2
+ glClearDepthf at Base 1.11.2
+ glClearStencil at Base 1.11.2
+ glColorMask at Base 1.11.2
+ glCompileShader at Base 1.11.2
+ glCompressedTexImage2D at Base 1.11.2
+ glCompressedTexSubImage2D at Base 1.11.2
+ glCopyTexImage2D at Base 1.11.2
+ glCopyTexSubImage2D at Base 1.11.2
+ glCreateProgram at Base 1.11.2
+ glCreateShader at Base 1.11.2
+ glCullFace at Base 1.11.2
+ glDeleteBuffers at Base 1.11.2
+ glDeleteFramebuffers at Base 1.11.2
+ glDeleteProgram at Base 1.11.2
+ glDeleteRenderbuffers at Base 1.11.2
+ glDeleteShader at Base 1.11.2
+ glDeleteTextures at Base 1.11.2
+ glDepthFunc at Base 1.11.2
+ glDepthMask at Base 1.11.2
+ glDepthRangef at Base 1.11.2
+ glDetachShader at Base 1.11.2
+ glDisable at Base 1.11.2
+ glDisableVertexAttribArray at Base 1.11.2
+ glDrawArrays at Base 1.11.2
+ glDrawElements at Base 1.11.2
+ glEnable at Base 1.11.2
+ glEnableVertexAttribArray at Base 1.11.2
+ glFinish at Base 1.11.2
+ glFlush at Base 1.11.2
+ glFramebufferRenderbuffer at Base 1.11.2
+ glFramebufferTexture2D at Base 1.11.2
+ glFrontFace at Base 1.11.2
+ glGenBuffers at Base 1.11.2
+ glGenFramebuffers at Base 1.11.2
+ glGenRenderbuffers at Base 1.11.2
+ glGenTextures at Base 1.11.2
+ glGenerateMipmap at Base 1.11.2
+ glGetActiveAttrib at Base 1.11.2
+ glGetActiveUniform at Base 1.11.2
+ glGetAttachedShaders at Base 1.11.2
+ glGetAttribLocation at Base 1.11.2
+ glGetBooleanv at Base 1.11.2
+ glGetBufferParameteriv at Base 1.11.2
+ glGetError at Base 1.11.2
+ glGetFloatv at Base 1.11.2
+ glGetFramebufferAttachmentParameteriv at Base 1.11.2
+ glGetIntegerv at Base 1.11.2
+ glGetProgramInfoLog at Base 1.11.2
+ glGetProgramiv at Base 1.11.2
+ glGetRenderbufferParameteriv at Base 1.11.2
+ glGetShaderInfoLog at Base 1.11.2
+ glGetShaderPrecisionFormat at Base 1.11.2
+ glGetShaderSource at Base 1.11.2
+ glGetShaderiv at Base 1.11.2
+ glGetString at Base 1.11.2
+ glGetTexParameterfv at Base 1.11.2
+ glGetTexParameteriv at Base 1.11.2
+ glGetUniformLocation at Base 1.11.2
+ glGetUniformfv at Base 1.11.2
+ glGetUniformiv at Base 1.11.2
+ glGetVertexAttribPointerv at Base 1.11.2
+ glGetVertexAttribfv at Base 1.11.2
+ glGetVertexAttribiv at Base 1.11.2
+ glHint at Base 1.11.2
+ glIsBuffer at Base 1.11.2
+ glIsEnabled at Base 1.11.2
+ glIsFramebuffer at Base 1.11.2
+ glIsProgram at Base 1.11.2
+ glIsRenderbuffer at Base 1.11.2
+ glIsShader at Base 1.11.2
+ glIsTexture at Base 1.11.2
+ glLineWidth at Base 1.11.2
+ glLinkProgram at Base 1.11.2
+ glPixelStorei at Base 1.11.2
+ glPolygonOffset at Base 1.11.2
+ glReadPixels at Base 1.11.2
+ glReleaseShaderCompiler at Base 1.11.2
+ glRenderbufferStorage at Base 1.11.2
+ glSampleCoverage at Base 1.11.2
+ glScissor at Base 1.11.2
+ glShaderBinary at Base 1.11.2
+ glShaderSource at Base 1.11.2
+ glStencilFunc at Base 1.11.2
+ glStencilFuncSeparate at Base 1.11.2
+ glStencilMask at Base 1.11.2
+ glStencilMaskSeparate at Base 1.11.2
+ glStencilOp at Base 1.11.2
+ glStencilOpSeparate at Base 1.11.2
+ glTexImage2D at Base 1.11.2
+ glTexParameterf at Base 1.11.2
+ glTexParameterfv at Base 1.11.2
+ glTexParameteri at Base 1.11.2
+ glTexParameteriv at Base 1.11.2
+ glTexSubImage2D at Base 1.11.2
+ glUniform1f at Base 1.11.2
+ glUniform1fv at Base 1.11.2
+ glUniform1i at Base 1.11.2
+ glUniform1iv at Base 1.11.2
+ glUniform2f at Base 1.11.2
+ glUniform2fv at Base 1.11.2
+ glUniform2i at Base 1.11.2
+ glUniform2iv at Base 1.11.2
+ glUniform3f at Base 1.11.2
+ glUniform3fv at Base 1.11.2
+ glUniform3i at Base 1.11.2
+ glUniform3iv at Base 1.11.2
+ glUniform4f at Base 1.11.2
+ glUniform4fv at Base 1.11.2
+ glUniform4i at Base 1.11.2
+ glUniform4iv at Base 1.11.2
+ glUniformMatrix2fv at Base 1.11.2
+ glUniformMatrix3fv at Base 1.11.2
+ glUniformMatrix4fv at Base 1.11.2
+ glUseProgram at Base 1.11.2
+ glValidateProgram at Base 1.11.2
+ glVertexAttrib1f at Base 1.11.2
+ glVertexAttrib1fv at Base 1.11.2
+ glVertexAttrib2f at Base 1.11.2
+ glVertexAttrib2fv at Base 1.11.2
+ glVertexAttrib3f at Base 1.11.2
+ glVertexAttrib3fv at Base 1.11.2
+ glVertexAttrib4f at Base 1.11.2
+ glVertexAttrib4fv at Base 1.11.2
+ glVertexAttribPointer at Base 1.11.2
+ glViewport at Base 1.11.2
+libcogl.so.11 libcogl11 #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
+ 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_buffer at Base 1.9.8
+ cogl_bitmap_get_format at Base 1.9.8
+ cogl_bitmap_get_height at Base 1.9.8
+ cogl_bitmap_get_rowstride at Base 1.9.8
+ cogl_bitmap_get_size_from_file at Base 1.7.4
+ cogl_bitmap_get_width at Base 1.9.8
+ cogl_bitmap_new_for_data at Base 1.10.0
+ cogl_bitmap_new_from_buffer at Base 1.9.3
+ cogl_bitmap_new_from_file at Base 1.7.4
+ cogl_bitmap_new_with_size at Base 1.9.8
+ cogl_blend_string_error_get_type at Base 1.7.4
+ cogl_blend_string_error_quark at Base 1.7.4
+ cogl_buffer_bit_get_type at Base 1.7.4
+ cogl_buffer_get_size at Base 1.9.3
+ cogl_buffer_get_update_hint at Base 1.9.3
+ cogl_buffer_map at Base 1.9.3
+ cogl_buffer_set_data at Base 1.9.3
+ cogl_buffer_set_update_hint at Base 1.9.3
+ cogl_buffer_target_get_type at Base 1.7.4
+ cogl_buffer_unmap at Base 1.9.3
+ 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_primitive at Base 1.9.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_get_display at Base 1.9.3
+ cogl_context_new at Base 1.9.3
+ cogl_create_program at Base 1.7.4
+ cogl_create_shader at Base 1.7.4
+ cogl_debug_object_foreach_type_EXP at Base 1.9.2
+ cogl_debug_object_print_instances_EXP at Base 1.9.2
+ 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_get_renderer at Base 1.9.6
+ cogl_display_new at Base 1.9.6
+ cogl_display_setup at Base 1.9.6
+ 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_egl_context_get_egl_display at Base 1.9.2
+ 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_foreach_feature at Base 1.9.4
+ cogl_framebuffer_allocate at Base 1.9.4
+ cogl_framebuffer_clear4f at Base 1.9.4
+ cogl_framebuffer_clear at Base 1.9.4
+ cogl_framebuffer_discard_buffers at Base 1.9.4
+ cogl_framebuffer_draw_attributes at Base 1.9.6
+ cogl_framebuffer_draw_indexed_attributes at Base 1.9.6
+ cogl_framebuffer_draw_multitextured_rectangle at Base 1.10.0
+ cogl_framebuffer_draw_primitive at Base 1.9.6
+ cogl_framebuffer_draw_rectangle at Base 1.10.0
+ cogl_framebuffer_draw_rectangles at Base 1.10.0
+ cogl_framebuffer_draw_textured_rectangle at Base 1.10.0
+ cogl_framebuffer_draw_textured_rectangles at Base 1.10.0
+ cogl_framebuffer_error_quark at Base 1.9.4
+ cogl_framebuffer_fill_path at Base 1.11.0
+ cogl_framebuffer_finish at Base 1.9.2
+ cogl_framebuffer_frustum at Base 1.9.4
+ cogl_framebuffer_get_alpha_bits at Base 1.9.4
+ cogl_framebuffer_get_blue_bits at Base 1.9.4
+ cogl_framebuffer_get_color_format at Base 1.9.4
+ cogl_framebuffer_get_color_mask at Base 1.9.4
+ cogl_framebuffer_get_context at Base 1.9.4
+ cogl_framebuffer_get_dither_enabled at Base 1.7.4
+ cogl_framebuffer_get_green_bits at Base 1.9.4
+ cogl_framebuffer_get_height at Base 1.9.4
+ cogl_framebuffer_get_modelview_matrix at Base 1.9.4
+ cogl_framebuffer_get_projection_matrix at Base 1.9.3
+ cogl_framebuffer_get_red_bits at Base 1.9.4
+ cogl_framebuffer_get_samples_per_pixel at Base 1.9.4
+ cogl_framebuffer_get_viewport4fv at Base 1.9.4
+ cogl_framebuffer_get_viewport_height at Base 1.9.4
+ cogl_framebuffer_get_viewport_width at Base 1.9.4
+ cogl_framebuffer_get_viewport_x at Base 1.9.4
+ cogl_framebuffer_get_viewport_y at Base 1.9.4
+ cogl_framebuffer_get_width at Base 1.9.4
+ cogl_framebuffer_identity_matrix at Base 1.9.4
+ cogl_framebuffer_orthographic at Base 1.9.4
+ cogl_framebuffer_perspective at Base 1.9.4
+ cogl_framebuffer_pop_clip at Base 1.9.4
+ cogl_framebuffer_pop_matrix at Base 1.9.4
+ cogl_framebuffer_push_matrix at Base 1.9.4
+ cogl_framebuffer_push_path_clip at Base 1.9.4
+ cogl_framebuffer_push_primitive_clip at Base 1.9.4
+ cogl_framebuffer_push_rectangle_clip at Base 1.9.4
+ cogl_framebuffer_push_scissor_clip at Base 1.9.4
+ cogl_framebuffer_read_pixels at Base 1.10.0
+ cogl_framebuffer_read_pixels_into_bitmap at Base 1.9.8
+ cogl_framebuffer_resolve_samples at Base 1.9.4
+ cogl_framebuffer_resolve_samples_region at Base 1.9.4
+ cogl_framebuffer_rotate at Base 1.9.4
+ cogl_framebuffer_rotate_euler at Base 1.12.0
+ cogl_framebuffer_rotate_quaternion at Base 1.12.0
+ cogl_framebuffer_scale at Base 1.9.4
+ cogl_framebuffer_set_color_mask at Base 1.9.4
+ cogl_framebuffer_set_dither_enabled at Base 1.7.4
+ cogl_framebuffer_set_modelview_matrix at Base 1.9.4
+ cogl_framebuffer_set_projection_matrix at Base 1.9.3
+ cogl_framebuffer_set_samples_per_pixel at Base 1.9.4
+ cogl_framebuffer_set_viewport at Base 1.9.4
+ cogl_framebuffer_stroke_path at Base 1.12.0
+ cogl_framebuffer_transform at Base 1.9.4
+ cogl_framebuffer_translate at Base 1.9.4
+ cogl_framebuffer_vdraw_attributes at Base 1.9.6
+ cogl_framebuffer_vdraw_indexed_attributes at Base 1.10.0
+ 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 at Base 1.9.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_gles2_context_get_vtable at Base 1.12.0
+ cogl_gles2_context_new at Base 1.12.0
+ cogl_gles2_get_current_vtable at Base 1.12.0
+ cogl_gles2_texture_2d_new_from_handle at Base 1.12.0
+ cogl_gles2_texture_get_handle at Base 1.12.0
+ cogl_glib_source_new at Base 1.9.3
+ 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_has_feature at Base 1.9.4
+ cogl_has_features at Base 1.9.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 at Base 1.9.3
+ cogl_is_context at Base 1.7.4
+ cogl_is_display at Base 1.7.4
+ cogl_is_framebuffer at Base 1.10.0
+ cogl_is_gles2_context at Base 1.12.0
+ 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 at Base 1.10.0
+ cogl_is_onscreen_template at Base 1.7.4
+ cogl_is_path at Base 1.7.4
+ cogl_is_pipeline at Base 1.9.4
+ cogl_is_pixel_buffer_EXP at Base 1.7.4
+ cogl_is_primitive at Base 1.7.4
+ cogl_is_primitive_texture at Base 1.12.0
+ cogl_is_program at Base 1.7.4
+ cogl_is_renderer at Base 1.9.4
+ cogl_is_shader at Base 1.7.4
+ cogl_is_snippet at Base 1.9.4
+ cogl_is_sub_texture_EXP at Base 1.9.2
+ 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_2d_sliced at Base 1.9.2
+ cogl_is_texture_3d at Base 1.9.6
+ cogl_is_texture_pixmap_x11 at Base 1.9.6
+ cogl_is_texture_rectangle_EXP at Base 1.9.2
+ 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_euler at Base 1.12.0
+ cogl_matrix_init_from_quaternion at Base 1.7.4
+ cogl_matrix_init_identity at Base 1.7.4
+ cogl_matrix_init_translation at Base 1.12.0
+ cogl_matrix_is_identity at Base 1.7.4
+ cogl_matrix_look_at at Base 1.9.4
+ cogl_matrix_multiply at Base 1.7.4
+ cogl_matrix_ortho at Base 1.7.4
+ cogl_matrix_orthographic at Base 1.9.4
+ cogl_matrix_perspective at Base 1.7.4
+ cogl_matrix_project_points at Base 1.9.4
+ cogl_matrix_rotate at Base 1.7.4
+ cogl_matrix_rotate_euler at Base 1.12.0
+ cogl_matrix_rotate_quaternion at Base 1.12.0
+ cogl_matrix_scale at Base 1.7.4
+ cogl_matrix_transform_point at Base 1.7.4
+ cogl_matrix_transform_points at Base 1.9.4
+ cogl_matrix_translate at Base 1.7.4
+ cogl_matrix_transpose at Base 1.9.2
+ cogl_matrix_view_2d_in_frustum at Base 1.9.4
+ cogl_matrix_view_2d_in_perspective at Base 1.9.4
+ cogl_meta_texture_foreach_in_region at Base 1.9.2
+ 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_add_resize_handler at Base 1.12.0
+ cogl_onscreen_add_swap_buffers_callback at Base 1.9.6
+ cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.7.4
+ cogl_onscreen_get_resizable at Base 1.12.0
+ cogl_onscreen_hide at Base 1.9.4
+ cogl_onscreen_new at Base 1.9.4
+ cogl_onscreen_remove_resize_handler at Base 1.12.0
+ cogl_onscreen_remove_swap_buffers_callback at Base 1.9.6
+ cogl_onscreen_set_resizable at Base 1.12.0
+ cogl_onscreen_set_swap_throttled at Base 1.9.4
+ cogl_onscreen_show at Base 1.9.4
+ cogl_onscreen_swap_buffers at Base 1.9.6
+ cogl_onscreen_swap_region at Base 1.9.6
+ cogl_onscreen_template_error_quark at Base 1.7.4
+ cogl_onscreen_template_new_EXP at Base 1.7.4
+ cogl_onscreen_template_set_samples_per_pixel at Base 1.9.2
+ cogl_onscreen_template_set_swap_throttled at Base 1.9.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_add_layer_snippet at Base 1.9.4
+ cogl_pipeline_add_snippet at Base 1.9.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.9.4
+ cogl_pipeline_foreach_layer at Base 1.9.4
+ cogl_pipeline_get_alpha_test_function at Base 1.9.4
+ cogl_pipeline_get_alpha_test_reference at Base 1.9.4
+ cogl_pipeline_get_ambient at Base 1.9.4
+ cogl_pipeline_get_color at Base 1.9.4
+ cogl_pipeline_get_color_mask at Base 1.9.4
+ cogl_pipeline_get_cull_face_mode at Base 1.9.2
+ cogl_pipeline_get_depth_state at Base 1.9.4
+ cogl_pipeline_get_diffuse at Base 1.9.4
+ cogl_pipeline_get_emission at Base 1.9.4
+ cogl_pipeline_get_front_face_winding at Base 1.9.2
+ cogl_pipeline_get_layer_mag_filter at Base 1.9.6
+ cogl_pipeline_get_layer_min_filter at Base 1.9.6
+ cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.9.4
+ cogl_pipeline_get_layer_texture at Base 1.9.6
+ cogl_pipeline_get_layer_wrap_mode_p at Base 1.9.4
+ cogl_pipeline_get_layer_wrap_mode_s at Base 1.9.4
+ cogl_pipeline_get_layer_wrap_mode_t at Base 1.9.4
+ cogl_pipeline_get_n_layers at Base 1.9.4
+ cogl_pipeline_get_point_size at Base 1.9.4
+ cogl_pipeline_get_shininess at Base 1.9.4
+ cogl_pipeline_get_specular at Base 1.9.4
+ cogl_pipeline_get_uniform_location at Base 1.9.4
+ cogl_pipeline_get_user_program at Base 1.9.4
+ cogl_pipeline_new at Base 1.9.4
+ cogl_pipeline_remove_layer at Base 1.9.4
+ cogl_pipeline_set_alpha_test_function at Base 1.9.4
+ cogl_pipeline_set_ambient at Base 1.9.4
+ cogl_pipeline_set_ambient_and_diffuse at Base 1.9.4
+ cogl_pipeline_set_blend at Base 1.9.4
+ cogl_pipeline_set_blend_constant at Base 1.9.4
+ cogl_pipeline_set_color4f at Base 1.9.4
+ cogl_pipeline_set_color4ub at Base 1.9.4
+ cogl_pipeline_set_color at Base 1.9.4
+ cogl_pipeline_set_color_mask at Base 1.9.4
+ cogl_pipeline_set_cull_face_mode at Base 1.9.2
+ cogl_pipeline_set_depth_state at Base 1.9.4
+ cogl_pipeline_set_diffuse at Base 1.9.4
+ cogl_pipeline_set_emission at Base 1.9.4
+ cogl_pipeline_set_front_face_winding at Base 1.9.2
+ cogl_pipeline_set_layer_combine at Base 1.9.4
+ cogl_pipeline_set_layer_combine_constant at Base 1.9.4
+ cogl_pipeline_set_layer_filters at Base 1.9.4
+ cogl_pipeline_set_layer_matrix at Base 1.9.4
+ cogl_pipeline_set_layer_null_texture at Base 1.9.6
+ cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.9.4
+ cogl_pipeline_set_layer_texture at Base 1.9.4
+ cogl_pipeline_set_layer_wrap_mode at Base 1.9.4
+ cogl_pipeline_set_layer_wrap_mode_p at Base 1.9.4
+ cogl_pipeline_set_layer_wrap_mode_s at Base 1.9.4
+ cogl_pipeline_set_layer_wrap_mode_t at Base 1.9.4
+ cogl_pipeline_set_point_size at Base 1.9.4
+ cogl_pipeline_set_shininess at Base 1.9.4
+ cogl_pipeline_set_specular at Base 1.9.4
+ cogl_pipeline_set_uniform_1f at Base 1.9.4
+ cogl_pipeline_set_uniform_1i at Base 1.9.4
+ cogl_pipeline_set_uniform_float at Base 1.9.4
+ cogl_pipeline_set_uniform_int at Base 1.9.4
+ cogl_pipeline_set_uniform_matrix at Base 1.9.4
+ cogl_pipeline_set_user_program at Base 1.9.4
+ cogl_pixel_buffer_new_EXP at Base 1.9.8
+ cogl_pixel_format_get_type at Base 1.7.4
+ cogl_poll_dispatch at Base 1.9.3
+ cogl_poll_get_info at Base 1.9.3
+ 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_gles2_context at Base 1.12.0
+ cogl_pop_matrix at Base 1.7.4
+ cogl_pop_source at Base 1.7.4
+ cogl_primitive_copy at Base 1.9.6
+ cogl_primitive_foreach_attribute at Base 1.9.6
+ cogl_primitive_get_first_vertex at Base 1.7.4
+ cogl_primitive_get_indices at Base 1.9.6
+ cogl_primitive_get_mode at Base 1.7.4
+ cogl_primitive_get_n_vertices_EXP at Base 1.9.2
+ 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_EXP at Base 1.9.2
+ cogl_primitive_set_mode at Base 1.7.4
+ cogl_primitive_set_n_vertices_EXP at Base 1.9.2
+ cogl_primitive_texture_set_auto_mipmap at Base 1.12.0
+ 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_gles2_context at Base 1.12.0
+ 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_add_constraint at Base 1.9.6
+ cogl_renderer_check_onscreen_template at Base 1.9.4
+ cogl_renderer_connect at Base 1.9.4
+ cogl_renderer_error_get_type at Base 1.7.4
+ cogl_renderer_error_quark at Base 1.9.4
+ cogl_renderer_get_driver at Base 1.9.8
+ cogl_renderer_get_n_fragment_texture_units at Base 1.9.4
+ cogl_renderer_get_winsys_id at Base 1.9.4
+ cogl_renderer_new at Base 1.9.4
+ cogl_renderer_remove_constraint at Base 1.9.4
+ cogl_renderer_set_driver at Base 1.9.8
+ cogl_renderer_set_winsys_id at Base 1.9.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_snippet_get_declarations at Base 1.9.4
+ cogl_snippet_get_hook at Base 1.9.4
+ cogl_snippet_get_post at Base 1.9.4
+ cogl_snippet_get_pre at Base 1.9.4
+ cogl_snippet_get_replace at Base 1.9.4
+ cogl_snippet_new at Base 1.9.4
+ cogl_snippet_set_declarations at Base 1.9.4
+ cogl_snippet_set_post at Base 1.9.4
+ cogl_snippet_set_pre at Base 1.9.4
+ cogl_snippet_set_replace at Base 1.9.4
+ cogl_sqrti at Base 1.7.4
+ cogl_sub_texture_get_parent at Base 1.9.3
+ cogl_sub_texture_new_EXP at Base 1.9.2
+ 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_bitmap at Base 1.12.0
+ 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_2d_sliced_new_with_size at Base 1.9.3
+ cogl_texture_3d_error_quark at Base 1.7.4
+ cogl_texture_3d_new_from_bitmap at Base 1.12.0
+ cogl_texture_3d_new_from_data at Base 1.9.6
+ cogl_texture_3d_new_with_size at Base 1.9.6
+ 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_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_error_quark at Base 1.9.6
+ cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.9.6
+ cogl_texture_pixmap_x11_new at Base 1.9.6
+ cogl_texture_pixmap_x11_set_damage_object at Base 1.9.6
+ cogl_texture_pixmap_x11_update_area at Base 1.9.6
+ cogl_texture_rectangle_new_from_bitmap at Base 1.12.0
+ cogl_texture_rectangle_new_with_size_EXP at Base 1.9.2
+ cogl_texture_ref at Base 1.7.4
+ cogl_texture_set_region at Base 1.7.4
+ cogl_texture_set_region_from_bitmap_EXP at Base 1.7.6
+ cogl_texture_type_get_type at Base 1.9.6
+ cogl_texture_unref at Base 1.7.4
+ cogl_transform at Base 1.7.4
+ cogl_translate at Base 1.7.4
+ cogl_vdraw_indexed_attributes at Base 1.7.4
+ cogl_vector3_add at Base 1.9.4
+ cogl_vector3_copy at Base 1.9.4
+ cogl_vector3_cross_product at Base 1.9.4
+ cogl_vector3_distance at Base 1.9.4
+ cogl_vector3_divide_scalar at Base 1.9.4
+ cogl_vector3_dot_product at Base 1.9.4
+ cogl_vector3_equal at Base 1.9.4
+ cogl_vector3_equal_with_epsilon at Base 1.9.4
+ cogl_vector3_free at Base 1.9.4
+ cogl_vector3_init at Base 1.9.4
+ cogl_vector3_init_zero at Base 1.9.4
+ cogl_vector3_invert at Base 1.9.4
+ cogl_vector3_magnitude at Base 1.9.4
+ cogl_vector3_multiply_scalar at Base 1.9.4
+ cogl_vector3_normalize at Base 1.9.4
+ cogl_vector3_subtract at Base 1.9.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_winding_get_type at Base 1.9.2
+ cogl_winsys_feature_get_type at Base 1.7.4
+ cogl_x11_onscreen_get_visual_xid at Base 1.9.4
+ cogl_x11_onscreen_get_window_xid at Base 1.9.4
+ cogl_x11_onscreen_set_foreign_window_xid at Base 1.9.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_event_retrieval_enabled at Base 1.9.3
+ cogl_xlib_renderer_set_foreign_display_EXP at Base 1.7.4
+ cogl_xlib_set_display_EXP at Base 1.7.4

Modified: desktop/experimental/cogl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/patches/series?rev=35805&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/patches/series [utf-8] (original)
+++ desktop/experimental/cogl/debian/patches/series [utf-8] Tue Sep 25 08:01:49 2012
@@ -1,3 +1,0 @@
-#02_disable_armv5t_specific_optimization.patch
-03_select_default_renderer_driver.patch
-04_fix_crash_on_free.patch




More information about the pkg-gnome-commits mailing list