[cogl] Remove the last mentions of the cogl_rectangle*() drawing API
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Remove the last mentions of the cogl_rectangle*() drawing API
- Date: Mon, 22 Oct 2012 10:55:27 +0000 (UTC)
commit e33bce2476cd87746806f30315ebdf38c4ac8068
Author: Damien Lespiau <damien lespiau intel com>
Date: Sun Oct 21 22:01:57 2012 +0100
Remove the last mentions of the cogl_rectangle*() drawing API
Reviewed-by: Neil Roberts <neil linux intel com>
cogl-pango/cogl-pango-display-list.c | 4 ++--
cogl/cogl.symbols | 6 ------
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/cogl-pango/cogl-pango-display-list.c b/cogl-pango/cogl-pango-display-list.c
index d77b6fb..5a751a0 100644
--- a/cogl-pango/cogl-pango-display-list.c
+++ b/cogl-pango/cogl-pango-display-list.c
@@ -51,7 +51,7 @@ struct _CoglPangoDisplayList
CoglPangoPipelineCache *pipeline_cache;
};
-/* This matches the format expected by cogl_rectangles_with_texture_coords */
+/* Matches the format expected by cogl_framebuffer_draw_textured_rectangles */
struct _CoglPangoDisplayListRectangle
{
float x_1, y_1, x_2, y_2;
@@ -74,7 +74,7 @@ struct _CoglPangoDisplayListNode
/* The texture to render these coords from */
CoglTexture *texture;
/* Array of rectangles in the format expected by
- cogl_rectangles_with_texture_coords */
+ cogl_framebuffer_draw_textured_rectangles */
GArray *rectangles;
/* A primitive representing those vertices */
CoglPrimitive *primitive;
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index ebb1bf8..da8f658 100644
--- a/cogl/cogl.symbols
+++ b/cogl/cogl.symbols
@@ -494,12 +494,6 @@ cogl_quaternion_squad
cogl_read_pixels
cogl_read_pixels_flags_get_type
-cogl_rectangle
-cogl_rectangles
-cogl_rectangles_with_texture_coords
-cogl_rectangle_with_multitexture_coords
-cogl_rectangle_with_texture_coords
-
cogl_renderer_add_constraint
cogl_renderer_check_onscreen_template
cogl_renderer_connect
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]