[llvm-commits] [llvm] r156731 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Sun May 13 02:55:24 PDT 2012


Author: void
Date: Sun May 13 04:55:24 2012
New Revision: 156731

URL: http://llvm.org/viewvc/llvm-project?rev=156731&view=rev
Log:
Add OSL blurb.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156731&r1=156730&r2=156731&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun May 13 04:55:24 2012
@@ -290,6 +290,24 @@
 
 </div>
 
+<h3>Open Shading Language</h3>
+
+<div>
+
+<p>Open Shading Language (OSL) is a small but rich language for programmable
+   shading in advanced global illumination renderers and other applications,
+   ideal for describing materials, lights, displacement, and pattern
+   generation. It uses LLVM to JIT complex shader networks to x86 code at
+   runtime.</p>
+
+<p>OSL was developed by Sony Pictures Imageworks for use in its in-house
+   renderer used for feature film animation and visual effects, and is
+   distributed as open source software with the "New BSD" license. Its project
+   home page is:
+ <a href"http://github.com/imageworks/OpenShadingLanguage/">http://github.com/imageworks/OpenShadingLanguage/</a></p>
+
+</div>
+
 <h3>Pure</h3>
 
 <div>





More information about the llvm-commits mailing list