OpenCL supports binary kernels. See section 5.4.1 of the 1.0 specification and the clCreateProgramWithBinary command. It is true that the IL is not portable and that it may be invalidated for any...
Type: Posts; User: Jean-Francois Roy
OpenCL supports binary kernels. See section 5.4.1 of the 1.0 specification and the clCreateProgramWithBinary command. It is true that the IL is not portable and that it may be invalidated for any...
[/QUOTE]I have no idea what these "other synchronization techniques to ensure correct operation" could be, apart from glFlush. If you already know that the buffer is synced and safe to modify - you...
Not adding too much to the discussion, but here's my quick overview of the major new features in OpenGL 3.2 and GLSL 1.5.
http://www.devklog.net/2009/08/03/opengl-3-2-officially-released/
There's this company called Apple that makes computers and phones that don't use one of Microsoft's operating systems. Maybe you've heard of them? There's also a free operating system going around...
*Shameless plug*
I have posted a list of forward-compatible core OpenGL 3.0 entry points on my blog at http://www.devklog.net/2008/08/23/forward-compatible-opengl-3-entry-points/. I will be...