summaryrefslogtreecommitdiff
path: root/autobuild.xml
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-03-08 12:01:20 -0600
committerGitHub <noreply@github.com>2024-03-08 12:01:20 -0600
commitc1bde75768e1374d4f094936d52ed29f6f5d3cba (patch)
treeeddbe1b79490e27e63e05fa36b4175bea1e02fc9 /autobuild.xml
parentcca461647f4569fb57e35679dd86a863f5d52702 (diff)
HDRI Local Preview (#953)
* #926 WIP - HDRI import prototype v0 * #926 WIP -- add OpenEXR to autobuild.xml * #926 WIP -- Add OpenEXR cmake * #926 WIP -- Attempt at using OpenEXR autobuild package and don't hard code .exr file to load * #926 Unmangle autobuild.xml and get dll's in the right place (thanks, Caladbolg!) * implement mac shared libs plumbing for OpenEXR for secondlife/viewer#926 * Fix Xcode/clang compile error regarding new[]/delete[] mismatch * #926 HDRI Preview finishing touches. - Full ACES when HDRI is enabled - Fix for probes getting stuck paused - Add exposure and rotation controls --------- Co-authored-by: Brad Linden <brad@lindenlab.com>
Diffstat (limited to 'autobuild.xml')
-rw-r--r--autobuild.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 11b2783bd7..f0038f6532 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -2198,6 +2198,62 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>description</key>
<string>OpenAL Soft is a software implementation of the OpenAL 3D audio API.</string>
</map>
+ <key>openexr</key>
+ <map>
+ <key>canonical_repo</key>
+ <string>https://github.com/secondlife/3p-openexr</string>
+ <key>copyright</key>
+ <string>Copyright (c) Contributors to the OpenEXR Project. All rights reserved.</string>
+ <key>description</key>
+ <string>OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.</string>
+ <key>license</key>
+ <string>OpenEXR</string>
+ <key>license_file</key>
+ <string>LICENSES/openexr.txt</string>
+ <key>name</key>
+ <string>openexr</string>
+ <key>platforms</key>
+ <map>
+ <key>darwin64</key>
+ <map>
+ <key>archive</key>
+ <map>
+ <key>hash</key>
+ <string>158cbe79bef4ecafb870052bbaca541e07107228</string>
+ <key>hash_algorithm</key>
+ <string>sha1</string>
+ <key>url</key>
+ <string>https://github.com/secondlife/3p-openexr/releases/download/v1.8/openexr-3.2.2-darwin64-6501c65.tar.zst</string>
+ </map>
+ <key>name</key>
+ <string>darwin64</string>
+ </map>
+ <key>windows64</key>
+ <map>
+ <key>archive</key>
+ <map>
+ <key>hash</key>
+ <string>924f6ddf6669af023d1f3832cb79b50b913ae0ca</string>
+ <key>hash_algorithm</key>
+ <string>sha1</string>
+ <key>url</key>
+ <string>https://github.com/secondlife/3p-openexr/releases/download/v1.8/openexr-3.2.2-windows64-6501c65.tar.zst</string>
+ </map>
+ <key>name</key>
+ <string>windows64</string>
+ </map>
+ </map>
+ <key>source_type</key>
+ <string>git</string>
+ <key>vcs_branch</key>
+ <string>debug_autobuild</string>
+ <key>vcs_revision</key>
+ <string>5cd1075295c17b5f7085e83d5c16b13c7ecb2eb1</string>
+ <key>vcs_url</key>
+ <string>https://github.com/secondlife/3p-openexr</string>
+ <key>version</key>
+ <string>3.2.2</string>
+ </map>
<key>openjpeg</key>
<map>
<key>platforms</key>