Where I could to download the OpenGL and OpenCL? (headers and anything else for developer)

Where I could to download the OpenGL and OpenCL? (headers and anything else for developer). I didn’t find this in khronos(OpenCL Overview - The Khronos Group Inc) and in OpenGL(http://www.opengl.org/).

Here is a good starting point:
[url]http://www.opengl-redbook.com/Code/oglpg-8th-edition.zip[/url]

As far as I know, at least on Linux, when You install a graphics driver also a set of headers is given, provided that graphics vendor implements OpenGL. One can also use Mesa3D software implementation. I don’t exactly know how it goes with OpenCL but when You install, for example, CUDA toolkit You get OpenCL too.

On Windows I’m not certain how it goes - probably one gets minimal number of OpenGL headers, plus extensions, with some compiler installation (Visual Studio or MinGW GCC). The binaries a provided by default.

Of course best for developers is GLEW (at least on PCs), which includes most of the existing extensions. Again I don’t know how the matter looks like according to OpenCL.

Cheers,
MK