-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
executable file
·64 lines (35 loc) · 1.83 KB
/
ChangeLog
File metadata and controls
executable file
·64 lines (35 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
2016-01-03 vaiorabbit <http://twitter.com/vaiorabbit>
* LICENSE.txt: Updated copyright year.
2015-11-28 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/Mandelbrot/mandelbrot_per4.rb, mandelbrot_per4.cl: Added.
2015-11-26 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/Mandelbrot/mandelbrot_prof.rb, mandelbrot_prof.cl: Added.
* sample/util/clu.rb (CLUEvent.getEventProfilingInfo): Added.
2015-11-23 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/report_env.rb: Added.
2015-11-22 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/Mandelbrot: Added.
2015-11-21 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/QJulia/qjulia_clu.rb: Added.
* sample/Particle/gl_particle_animation_clu.rb: Added.
* sample/hello_clu.rb: Added.
2015-11-17 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/opencl_ext.rb: Added some symbols for APPLE extensions.
* lib/opencl.rb (CL_STRUCT_IMAGE_FORMAT, CL_STRUCT_IMAGE_DESC): Added structs for clGetSupportedImageFormats.
* sample/util/clu.rb: Simple wrapper.
2015-11-14 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/opencl.rb (extern): A new argument 'func_addr' added. (On Windows, extern fails on some ext functions regardless of the result of 'clGetExtensionFunctionAddressForPlatform')
2015-11-12 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/QJulia: Added.
2015-11-11 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/Particle: Added.
2015-11-08 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/opencl_gl_ext.rb: Added.
2015-11-07 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/opencl_gl.rb: Added.
2015-11-05 vaiorabbit <http://twitter.com/vaiorabbit>
* sample/add_numbers: Added.
2015-11-03 vaiorabbit <http://twitter.com/vaiorabbit>
* sample: Added.
2015-10-25 vaiorabbit <http://twitter.com/vaiorabbit>
* (Announce) First release.