summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-03-17 04:47:54 +0000
committerDavid Schleef <ds@schleef.org>2005-03-17 04:47:54 +0000
commit562ffd9d9ba1c6fd730ce9334ffba480eed0fe92 (patch)
treee80eff0b93d017bbbe753d5addd846d6b7c8d6f2
parent0cf9623edca924ed909bf5adb48d6d0b4b26e1d5 (diff)
downloadliboil-562ffd9d9ba1c6fd730ce9334ffba480eed0fe92.tar.gz
* doc/tmpl/liboil-unused.sgml: More of the same
* doc/tmpl/liboilcpu.sgml: * doc/tmpl/liboilfuncs-doc.sgml:
-rw-r--r--ChangeLog6
-rw-r--r--doc/tmpl/liboil-unused.sgml129
-rw-r--r--doc/tmpl/liboilcpu.sgml24
-rw-r--r--doc/tmpl/liboilfuncs-doc.sgml104
4 files changed, 263 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edf9800..9694aa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-16 David Schleef <ds@schleef.org>
+ * doc/tmpl/liboil-unused.sgml: More of the same
+ * doc/tmpl/liboilcpu.sgml:
+ * doc/tmpl/liboilfuncs-doc.sgml:
+
+2005-03-16 David Schleef <ds@schleef.org>
+
* Makefile.am: upgrade gtk-doc stuff, convert to XML
* configure.ac:
* doc/Makefile.am:
diff --git a/doc/tmpl/liboil-unused.sgml b/doc/tmpl/liboil-unused.sgml
index 10368d8..c424b57 100644
--- a/doc/tmpl/liboil-unused.sgml
+++ b/doc/tmpl/liboil-unused.sgml
@@ -1849,6 +1849,15 @@ liboilfuncs
@s_8x8:
@ss:
+<!-- ##### USER_FUNCTION _oil_type_utf8_validate ##### -->
+<para>
+
+</para>
+
+@d_1:
+@s:
+@n:
+
<!-- ##### USER_FUNCTION _oil_type_vectoradd_f32 ##### -->
<para>
@@ -1924,6 +1933,84 @@ liboilfuncs
@s3_1:
@s4_1:
+<!-- ##### USER_FUNCTION _oil_type_vectoradd_s_f32 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+<!-- ##### USER_FUNCTION _oil_type_vectoradd_s_f64 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+<!-- ##### USER_FUNCTION _oil_type_vectoradd_s_s16 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+<!-- ##### USER_FUNCTION _oil_type_vectoradd_s_s8 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+<!-- ##### USER_FUNCTION _oil_type_vectoradd_s_u16 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+<!-- ##### USER_FUNCTION _oil_type_vectoradd_s_u8 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
<!-- ##### USER_FUNCTION _oil_type_vectoradd_u16 ##### -->
<para>
@@ -3008,6 +3095,12 @@ liboilfuncs
</para>
+<!-- ##### VARIABLE oil_function_class_ptr_utf8_validate ##### -->
+<para>
+
+</para>
+
+
<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_f32 ##### -->
<para>
@@ -3038,6 +3131,42 @@ liboilfuncs
</para>
+<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_s_f32 ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_s_f64 ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_s_s16 ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_s_s8 ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_s_u16 ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_s_u8 ##### -->
+<para>
+
+</para>
+
+
<!-- ##### VARIABLE oil_function_class_ptr_vectoradd_u16 ##### -->
<para>
diff --git a/doc/tmpl/liboilcpu.sgml b/doc/tmpl/liboilcpu.sgml
index 24a362e..fd61cbf 100644
--- a/doc/tmpl/liboilcpu.sgml
+++ b/doc/tmpl/liboilcpu.sgml
@@ -22,3 +22,27 @@ liboilcpu
@Returns:
+<!-- ##### FUNCTION oil_cpu_fault_check_enable ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION oil_cpu_fault_check_disable ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION oil_cpu_fault_check_try ##### -->
+<para>
+
+</para>
+
+@func:
+@priv:
+@Returns:
+
+
diff --git a/doc/tmpl/liboilfuncs-doc.sgml b/doc/tmpl/liboilfuncs-doc.sgml
index a2932ab..f4a36c1 100644
--- a/doc/tmpl/liboilfuncs-doc.sgml
+++ b/doc/tmpl/liboilfuncs-doc.sgml
@@ -64,6 +64,7 @@ array, the rows of the array are contiguous.
Calculates the absolute value of each element.
+
<!-- ##### FUNCTION oil_abs_f64_f64 ##### -->
<para>
@@ -77,6 +78,7 @@ Calculates the absolute value of each element.
Calculates the absolute value of each element.
+
<!-- ##### FUNCTION oil_abs_u16_s16 ##### -->
<para>
@@ -90,6 +92,7 @@ Calculates the absolute value of each element.
Calculates the absolute value of each element.
+
<!-- ##### FUNCTION oil_abs_u32_s32 ##### -->
<para>
@@ -103,6 +106,7 @@ Calculates the absolute value of each element.
Calculates the absolute value of each element.
+
<!-- ##### FUNCTION oil_abs_u8_s8 ##### -->
<para>
@@ -116,6 +120,7 @@ Calculates the absolute value of each element.
Calculates the absolute value of each element.
+
<!-- ##### FUNCTION oil_argb_paint_u8 ##### -->
<para>
@@ -142,6 +147,7 @@ Calculates the absolute value of each element.
Calculates the average of each element in the source arrays.
+
<!-- ##### FUNCTION oil_ayuv2argb_u8 ##### -->
<para>
@@ -153,6 +159,7 @@ Calculates the average of each element in the source arrays.
Converts an array of AYUV pixels to ARGB.
+
<!-- ##### FUNCTION oil_clip_f32 ##### -->
<para>
@@ -168,6 +175,7 @@ Converts an array of AYUV pixels to ARGB.
Clips each element in the first source array.
+
<!-- ##### FUNCTION oil_clip_f64 ##### -->
<para>
@@ -183,6 +191,7 @@ Clips each element in the first source array.
Clips each element in the first source array.
+
<!-- ##### FUNCTION oil_clip_s16 ##### -->
<para>
@@ -198,6 +207,7 @@ Clips each element in the first source array.
Clips each element in the first source array.
+
<!-- ##### FUNCTION oil_clip_s32 ##### -->
<para>
@@ -2058,6 +2068,16 @@ Clips each element in the first source array.
@ss:
+<!-- ##### FUNCTION oil_utf8_validate ##### -->
+<para>
+
+</para>
+
+@d_1:
+@s:
+@n:
+
+
<!-- ##### FUNCTION oil_vectoradd_f32 ##### -->
<para>
@@ -2138,6 +2158,90 @@ Clips each element in the first source array.
@s4_1:
+<!-- ##### FUNCTION oil_vectoradd_s_f32 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+
+<!-- ##### FUNCTION oil_vectoradd_s_f64 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+
+<!-- ##### FUNCTION oil_vectoradd_s_s16 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+
+<!-- ##### FUNCTION oil_vectoradd_s_s8 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+
+<!-- ##### FUNCTION oil_vectoradd_s_u16 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+
+<!-- ##### FUNCTION oil_vectoradd_s_u8 ##### -->
+<para>
+
+</para>
+
+@dest:
+@dstr:
+@src1:
+@sstr1:
+@src2:
+@sstr2:
+@n:
+
+
<!-- ##### FUNCTION oil_vectoradd_u16 ##### -->
<para>