summaryrefslogtreecommitdiffstats
path: root/doc/TODO-1.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO-1.1.txt')
-rw-r--r--doc/TODO-1.1.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/TODO-1.1.txt b/doc/TODO-1.1.txt
deleted file mode 100644
index b2ccc1e..0000000
--- a/doc/TODO-1.1.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Items to do for OpenCL 1.1
-==========================
-
-Kernels
--------
-
-- Use preferredWorkSizeMultiple() to determine best 2D/3D sizes.
-
-Memory objects
---------------
-
-- clEnqueueReadBufferRect(), clEnqueueWriteBufferRect(), and
- clEnqueueCopyBufferRect() -> should be able to implement as overloads
- to QCLBuffer::read(), write(), and copyTo(), with fallback implementations
- for OpenCL 1.0.