docs: update cogl-context 2.0 docs

This fixes the 2.0 reference manual Makefile to not ignore
cogl-context.h; it also adds cogl_context_new to cogl-sections.txt and
removes cogl_begin/end_gl. (For using raw GL with Cogl 2.0 the plan was
to add some API for creating additional GL contexts via some Cogl API
and a way to push/pop those contexts.)

Signed-off-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Robert Bragg 2011-07-01 02:02:23 +01:00
parent a3fa7f5d96
commit 94148717aa
2 changed files with 1 additions and 3 deletions

View File

@ -97,7 +97,6 @@ IGNORE_HFILES=\
cogl-vertex-buffer-private.h \ cogl-vertex-buffer-private.h \
cogl-blend-string.h \ cogl-blend-string.h \
cogl-clip-stack.h \ cogl-clip-stack.h \
cogl-context.h \
cogl-debug.h \ cogl-debug.h \
cogl-defines.h \ cogl-defines.h \
cogl-deprecated.h \ cogl-deprecated.h \

View File

@ -112,8 +112,6 @@ cogl_read_pixels
<SUBSECTION> <SUBSECTION>
cogl_flush cogl_flush
cogl_begin_gl
cogl_end_gl
<SUBSECTION Standard> <SUBSECTION Standard>
COGL_TYPE_ATTRIBUTE_TYPE COGL_TYPE_ATTRIBUTE_TYPE
@ -339,6 +337,7 @@ cogl_pop_framebuffer
<TITLE>CoglOnscreen: The Onscreen Framebuffer Interface</TITLE> <TITLE>CoglOnscreen: The Onscreen Framebuffer Interface</TITLE>
CoglOnscreen CoglOnscreen
COGL_ONSCREEN COGL_ONSCREEN
cogl_onscreen_new
cogl_onscreen_x11_set_foreign_window_xid cogl_onscreen_x11_set_foreign_window_xid
cogl_onscreen_x11_get_window_xid cogl_onscreen_x11_get_window_xid
cogl_onscreen_x11_get_visual_xid cogl_onscreen_x11_get_visual_xid