From c1bde75768e1374d4f094936d52ed29f6f5d3cba Mon Sep 17 00:00:00 2001 From: RunitaiLinden Date: Fri, 8 Mar 2024 12:01:20 -0600 Subject: 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 --- autobuild.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'autobuild.xml') 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 description OpenAL Soft is a software implementation of the OpenAL 3D audio API. + openexr + + canonical_repo + https://github.com/secondlife/3p-openexr + copyright + Copyright (c) Contributors to the OpenEXR Project. All rights reserved. + description + OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry. + license + OpenEXR + license_file + LICENSES/openexr.txt + name + openexr + platforms + + darwin64 + + archive + + hash + 158cbe79bef4ecafb870052bbaca541e07107228 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-openexr/releases/download/v1.8/openexr-3.2.2-darwin64-6501c65.tar.zst + + name + darwin64 + + windows64 + + archive + + hash + 924f6ddf6669af023d1f3832cb79b50b913ae0ca + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-openexr/releases/download/v1.8/openexr-3.2.2-windows64-6501c65.tar.zst + + name + windows64 + + + source_type + git + vcs_branch + debug_autobuild + vcs_revision + 5cd1075295c17b5f7085e83d5c16b13c7ecb2eb1 + vcs_url + https://github.com/secondlife/3p-openexr + version + 3.2.2 + openjpeg platforms -- cgit v1.3