summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornisanthmp <nisanth.mp@samsung.com>2015-07-27 15:04:21 +0530
committernisanthmp <nisanth.mp@samsung.com>2015-07-27 15:04:21 +0530
commit6086cf8aedd491c3d78d195a506269c3e3b718dc (patch)
treea61544d989adc17ff049daaec9221abcb5cbf7a1
parent50d7da5b36e47d799f42cf09fa03c7ddaaa3b6a8 (diff)
downloadcairo-tizen_1.14.2.tar.gz
cairo-tizen_1.14.2.tar.bz2
cairo-tizen_1.14.2.zip
Adding doc/cairo-evas-gl_doc.h for document work.tizen_1.14.2
-rwxr-xr-xdoc/cairo-evas-gl_doc.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/cairo-evas-gl_doc.h b/doc/cairo-evas-gl_doc.h
new file mode 100755
index 000000000..fb010cb59
--- /dev/null
+++ b/doc/cairo-evas-gl_doc.h
@@ -0,0 +1,60 @@
+/* Cairo - a vector graphics library with display and print output
+ *
+ * Copyright © 2009 Eric Anholt
+ * Copyright © 2009 Chris Wilson
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo graphics library.
+ *
+ * The Initial Developer of the Original Code is Eric Anholt.
+ */
+
+#ifndef __TIZEN_CAIRO_EVAS_GL_DOC_H__
+#define __TIZEN_CAIRO_EVAS_GL_DOC_H__
+
+/**
+ * @defgroup CAPI_CAIRO_EVAS_GL_MODULE Cairo GL
+ * @brief Cairo GL/Evas_GL APIs are offical APIs for Tizen.
+ * @ingroup OPENSRC_CAIRO_FRAMEWORK
+ *
+ * @section CAIRO_EVAS_GL Required Header
+ * \#include <cairo-evas-gl.h>
+ *
+ * @section CAIRO_EVAS_GL_MODULE_OVERVIEW Overview
+ * In Tizen, Cairo provides gl backend in order to do hardware-accelerated rendering.
+ * Since the EGL is not public supported in Tizen, Cairo Evas_GL has been provided to user interfaces instead to allow indirect access to EGL layer.
+ *
+ * Features :\n
+ * - Support a new cairo_device structure for interface to the underlying GL or EvasGL.\n
+ * - Support a new cairo_surface structure for representing GL or Evas_GL_Surface object that cairo can render to.\n
+ * - Get the underlying Evas_GL object used to create cairo device object.\n
+ * - Get the underlying Evas_GL_Context object used to create cairo device object.
+ *
+ * Remarks :\n
+ * - Cairo GL and Cairo Evas_GL will use an GL/Evas_GL context and API set.\n
+ * - Therefore, Evas_GL and OpenGL-ES should be provided for normal operation of Cairo gl backend.\n
+ */
+
+#endif // __TIZEN_CAIRO_EVAS_GL_DOC_H__