~ubuntu-branches/ubuntu/trusty/khronos-opencl-man/trusty

« back to all changes in this revision

Viewing changes to deprecated.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-05-21 18:06:15 UTC
  • Revision ID: package-import@ubuntu.com-20130521180615-6e0s2n3pai95ip2f
Tags: upstream-1.0~svn21772
ImportĀ upstreamĀ versionĀ 1.0~svn21772

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
 
3
              "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
 
4
 
 
5
<refentry>
 
6
    <refentryinfo>
 
7
        <keywordset>
 
8
            <keyword>Deprecated OpenCL Functions</keyword>
 
9
        </keywordset>
 
10
    </refentryinfo>
 
11
 
 
12
    <refmeta>
 
13
        <refentrytitle>Deprecated OpenCL Functions</refentrytitle>
 
14
        <refmiscinfo>
 
15
            <copyright>
 
16
                <year>2007-2011</year>
 
17
                <holder>The Khronos Group Inc.
 
18
 Permission is hereby granted, free of charge, to any person obtaining a
 
19
copy of this software and/or associated documentation files (the
 
20
"Materials"), to deal in the Materials without restriction, including
 
21
without limitation the rights to use, copy, modify, merge, publish,
 
22
distribute, sublicense, and/or sell copies of the Materials, and to
 
23
permit persons to whom the Materials are furnished to do so, subject to
 
24
the condition that this copyright notice and permission notice shall be included
 
25
in all copies or substantial portions of the Materials.</holder>
 
26
            </copyright>
 
27
        </refmiscinfo>
 
28
        <manvolnum>3</manvolnum>
 
29
    </refmeta>
 
30
 
 
31
    <refnamediv>
 
32
        <refname>Deprecated OpenCL Functions</refname>
 
33
        <refpurpose></refpurpose>
 
34
    </refnamediv>
 
35
 
 
36
    <refsect1 id="DepIn12">
 
37
        <title>OpenCL 1.1 Features Deprecated in OpenCL 1.2</title>
 
38
        <itemizedlist mark="disc">
 
39
        <listitem>
 
40
       clEnqueueMarker, clEnqueueBarrier, clEnqueueWaitForEvents
 
41
        </listitem>
 
42
 
 
43
        <listitem>
 
44
       clCreateImage2D, clCreateImage3D
 
45
        </listitem>
 
46
 
 
47
        <listitem>
 
48
       clUnloadCompiler, clGetExtensionFunctionAddress
 
49
        </listitem>
 
50
 
 
51
        <listitem>
 
52
       clCreateFromGLTexture2D, clCreateFromGLTexture3D
 
53
        </listitem>
 
54
 
 
55
        <listitem>
 
56
       <constant>CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</constant> value for the <varname>param_name</varname> argument to
 
57
             <citerefentry><refentrytitle>clGetDeviceInfo</refentrytitle></citerefentry>
 
58
        </listitem>
 
59
   </itemizedlist>
 
60
</refsect1>
 
61
 
 
62
<refsect1 id="DepIn11">
 
63
    <title>OpenCL 1.0 Features Deprecated in OpenCL 1.1</title>
 
64
    <itemizedlist mark="disc">
 
65
        <listitem>
 
66
       clSetCommandQueueProperty
 
67
        </listitem>
 
68
 
 
69
        <listitem>
 
70
       <constant>__ROUNDING_MODE__</constant> macro
 
71
        </listitem>
 
72
 
 
73
        <listitem>
 
74
       <constant>-cl-strict-aliasing</constant> option for the <varname>options</varname> argument to
 
75
             <citerefentry><refentrytitle>clBuildProgram</refentrytitle></citerefentry>
 
76
        </listitem>
 
77
   </itemizedlist>
 
78
</refsect1>
 
79
 
 
80
<!--
 
81
    <refsect1 id="description">
 
82
      <title>Description</title>
 
83
    </refsect1>
 
84
-->
 
85
 
 
86
    <refsect1 id="specification"><title>Specification</title>
 
87
        <para>
 
88
            <imageobject>
 
89
                <imagedata fileref="pdficon_small1.gif" format="gif" />
 
90
            </imageobject> <olink uri="deprecated">OpenCL Specification</olink>
 
91
        </para>
 
92
    </refsect1>
 
93
 
 
94
<!-- ================================ ALSO SEE
 
95
    <refsect1 id="seealso"><title>Also see</title>
 
96
        <para>
 
97
            <citerefentry><refentrytitle>clEnqueueNDRangeKernel</refentrytitle></citerefentry>,
 
98
            <citerefentry><refentrytitle>clEnqueueTask</refentrytitle></citerefentry>
 
99
        </para>
 
100
    </refsect1>-->
 
101
 
 
102
<!-- ============================== COPYRIGHT -->
 
103
<!-- Content included from copyright.inc.xsl -->
 
104
 
 
105
    <refsect3 id="Copyright"><title></title>
 
106
        <imageobject>
 
107
                <imagedata fileref="KhronosLogo.jpg" format="jpg" />
 
108
        </imageobject>
 
109
        <para />
 
110
    </refsect3>
 
111
 
 
112
<!-- 23-Oct-11 -->
 
113
</refentry>
 
114