[cogl] 2.0 reference: make various fixups in cogl-sections.txt
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] 2.0 reference: make various fixups in cogl-sections.txt
- Date: Thu, 30 Jun 2011 13:37:21 +0000 (UTC)
commit 34fd07a8fa7d46cec25bb9fcf1e9c402a85afcdd
Author: Robert Bragg <robert linux intel com>
Date: Mon Jun 27 11:19:15 2011 +0100
2.0 reference: make various fixups in cogl-sections.txt
This does some minor gardening in cogl-sections.txt, tweaking some of
the section titles and removing some stale api references.
Signed-off-by: Neil Roberts <neil linux intel com>
doc/reference/cogl-2.0-experimental/Makefile.am | 2 +
.../cogl-2.0-experimental/cogl-sections.txt | 58 ++++++--------------
2 files changed, 20 insertions(+), 40 deletions(-)
---
diff --git a/doc/reference/cogl-2.0-experimental/Makefile.am b/doc/reference/cogl-2.0-experimental/Makefile.am
index c432cb8..576b939 100644
--- a/doc/reference/cogl-2.0-experimental/Makefile.am
+++ b/doc/reference/cogl-2.0-experimental/Makefile.am
@@ -82,7 +82,9 @@ IGNORE_HFILES=\
cogl-primitives-private.h \
cogl-private.h \
cogl-program-private.h \
+ cogl-program.h \
cogl-shader-private.h \
+ cogl-shader.h \
cogl-sub-texture-private.h \
cogl-texture-2d-private.h \
cogl-texture-2d-sliced-private.h \
diff --git a/doc/reference/cogl-2.0-experimental/cogl-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
index 7db8e40..8909a72 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
@@ -1,7 +1,7 @@
<SECTION>
<FILE>cogl-object</FILE>
-<TITLE>The Base Object</TITLE>
+<TITLE>The Object Interface</TITLE>
CoglObject
cogl_object_ref
cogl_object_unref
@@ -16,16 +16,16 @@ cogl_object_set_user_data
cogl_renderer_new
cogl_renderer_connect
-</SUBSECTION>
+<SUBSECTION>
cogl_renderer_xlib_set_foreign_display
cogl_renderer_xlib_get_foreign_display
-</SUBSECTION>
+<SUBSECTION>
cogl_renderer_add_native_filter
cogl_renderer_remove_native_filter
cogl_renderer_handle_native_event
-</SUBSECTION>
+<SUBSECTION>
cogl_renderer_wayland_set_foreign_display
cogl_renderer_wayland_get_display
cogl_renderer_wayland_set_foreign_compositor
@@ -52,10 +52,10 @@ cogl_onscreen_template_new
cogl_display_new
cogl_display_setup
-</SUBSECTION>
+<SUBSECTION>
cogl_gdl_display_set_plane
-</SUBSECTION>
+<SUBSECTION>
cogl_wayland_display_set_compositor_display
</SECTION>
@@ -64,11 +64,7 @@ cogl_wayland_display_set_compositor_display
<TITLE>The Top-Level Context</TITLE>
<SUBSECTION>
-CoglFeatureFlags
-cogl_get_features
-cogl_features_available
-cogl_get_proc_address
-cogl_get_option_group
+cogl_context_new
<SUBSECTION>
cogl_push_matrix
@@ -90,11 +86,6 @@ cogl_set_viewport
cogl_get_viewport
<SUBSECTION>
-cogl_clear
-cogl_set_backface_culling_enabled
-cogl_get_backface_culling_enabled
-
-<SUBSECTION>
cogl_set_source
cogl_set_source_color
cogl_set_source_color4ub
@@ -105,6 +96,10 @@ cogl_push_source
cogl_pop_source
<SUBSECTION>
+COGL_TYPE_BUFFER_BIT
+cogl_clear
+
+<SUBSECTION>
CoglReadPixelsFlags
cogl_read_pixels
@@ -117,7 +112,6 @@ cogl_end_gl
COGL_TYPE_ATTRIBUTE_TYPE
COGL_TYPE_BLEND_STRING_ERROR
COGL_TYPE_BUFFER_ACCESS
-COGL_TYPE_BUFFER_BIT
COGL_TYPE_BUFFER_TARGET
COGL_TYPE_BUFFER_UPDATE_HINT
COGL_TYPE_BUFFER_USAGE_HINT
@@ -168,13 +162,6 @@ cogl_clip_pop
</SECTION>
<SECTION>
-<FILE>cogl-vertex-array</FILE>
-<TITLE>Vertex Arrays</TITLE>
-cogl_vertex_array_new
-cogl_is_vertex_array
-</SECTION>
-
-<SECTION>
<FILE>cogl-index-array</FILE>
<TITLE>Index Arrays</TITLE>
cogl_index_array_new
@@ -182,10 +169,10 @@ cogl_is_index_array
</SECTION>
<SECTION>
-<FILE>cogl-vertex-attribute</FILE>
+<FILE>cogl-attribute</FILE>
<TITLE>Vertex Attributes</TITLE>
-cogl_vertex_attribute_new
-cogl_is_vertex_attribute
+cogl_attribute_new
+cogl_is_attribute
</SECTION>
<SECTION>
@@ -198,6 +185,7 @@ cogl_is_indices
<SECTION>
<FILE>cogl-primitive</FILE>
<TITLE>Primitives</TITLE>
+CoglPrimitive
cogl_primitive_new
cogl_primitive_new_with_attributes_array
cogl_primitive_new_with_p3_attributes
@@ -274,18 +262,8 @@ cogl_draw_indexed_vertex_attributes_array
</SECTION>
<SECTION>
-<FILE>cogl-bitmap</FILE>
-<TITLE>Bitmaps</TITLE>
-cogl_bitmap_new_from_file
-cogl_bitmap_get_size_from_file
-cogl_is_bitmap
-CoglBitmapError
-COGL_BITMAP_ERROR
-</SECTION>
-
-<SECTION>
<FILE>cogl-texture</FILE>
-<TITLE>The Base Texture</TITLE>
+<TITLE>The Texture Interface</TITLE>
CoglTextureVertex
CoglTextureFlags
cogl_texture_new_with_size
@@ -321,7 +299,7 @@ cogl_is_texture_3d
<SECTION>
<FILE>cogl-framebuffer</FILE>
-<TITLE>CoglFramebuffer: The Base Framebuffer Type</TITLE>
+<TITLE>CoglFramebuffer: The Framebuffer Interface</TITLE>
cogl_set_framebuffer
cogl_push_framebuffer
cogl_pop_framebuffer
@@ -520,7 +498,7 @@ cogl_depth_state_get_range
<SECTION>
<FILE>cogl-buffer</FILE>
-<TITLE>CoglBuffer: The Base Buffer Type</TITLE>
+<TITLE>CoglBuffer: The Buffer Interface</TITLE>
cogl_is_buffer
cogl_buffer_get_size
CoglBufferUsageHint
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]