ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Changes
(Generate patch)

Comparing OpenCL/Changes (file contents):
Revision 1.25 by root, Thu Apr 19 12:12:03 2012 UTC vs.
Revision 1.26 by root, Thu Apr 19 12:55:30 2012 UTC

7TODO: CL_IMAGE_FORMAT 7TODO: CL_IMAGE_FORMAT
8TODO: add long example 8TODO: add long example
9TODO: ->build on multiple devices 9TODO: ->build on multiple devices
10TODO: some convenience methods maybe? 10TODO: some convenience methods maybe?
11TODO: 11TODO:
12http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateFromGLBuffer.html
13http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateFromGLRenderbuffer.html
14http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateFromGLTexture2D.html
15http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clCreateFromGLTexture3D.html
16http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clEnqueueAcquireGLObjects.html 12http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clEnqueueAcquireGLObjects.html
17http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clEnqueueReleaseGLObjects.html 13http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clEnqueueReleaseGLObjects.html
18http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetGLObjectInfo.html 14http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetGLObjectInfo.html
19http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetGLTextureInfo.html 15http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetGLTextureInfo.html
20 16
21 - support property lists in CreateContext* calls. 17 - support property lists in CreateContext* calls.
22 - support opengl sharing extensions. 18 - support some opengl sharing extensions
19 (gl_buffer, gl_texture[23]d, gl_renderbuffer).
23 - support some cl_khr_gl_sharing extensions. 20 - support some cl_khr_gl_sharing extensions.
24 - add some extension (cl_gl.h cl_ext.h, cl_d3d10.h). 21 - add some extension constants (cl_gl.h cl_ext.h, cl_d3d10.h).
25 - auto-generate error codes (and include gl/d3d extensions). 22 - auto-generate error codes (and include gl+d3d extensions).
26 23
270.92 Mon Apr 16 08:39:21 CEST 2012 240.92 Mon Apr 16 08:39:21 CEST 2012
28 - work around some bugs in amd's opencl implementation (INVALID_HOST_PTR 25 - work around some bugs in amd's opencl implementation (INVALID_HOST_PTR
29 when value deosn't matter). 26 when value deosn't matter).
30 - minor documentation fix (patch by Maik Hentsche). 27 - minor documentation fix (patch by Maik Hentsche).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines