graphics/filament: Update 1.31.1 → 1.31.2

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2023-01-25 21:44:46 -08:00
parent 2ca65e1815
commit 10a35f927a
4 changed files with 20 additions and 8 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= filament
DISTVERSIONPREFIX= v
DISTVERSION= 1.31.1
DISTVERSION= 1.31.2
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674153432
SHA256 (google-filament-v1.31.1_GH0.tar.gz) = f800ef014fdc123b082d18aea79050f56b6e4d6aef53b98a5d7b3bfeeff11e73
SIZE (google-filament-v1.31.1_GH0.tar.gz) = 496334380
TIMESTAMP = 1674705343
SHA256 (google-filament-v1.31.2_GH0.tar.gz) = 93ef888e986b75c48c9f7f1d523f716e0b89a3b2c64d0ce5058d2c9b3213a3c6
SIZE (google-filament-v1.31.2_GH0.tar.gz) = 496343438

View File

@ -1,5 +1,5 @@
--- filament/backend/src/Platform.cpp.orig 2022-11-10 00:38:02 UTC
+++ filament/backend/src/Platform.cpp
--- filament/backend/src/PlatformFactory.cpp.orig 2023-01-26 04:37:03 UTC
+++ filament/backend/src/PlatformFactory.cpp
@@ -41,7 +41,7 @@
#if defined(FILAMENT_DRIVER_SUPPORTS_VULKAN)
#include "vulkan/PlatformVkCocoa.h"
@ -9,7 +9,7 @@
#if defined(FILAMENT_SUPPORTS_GGP)
#include "vulkan/PlatformVkLinuxGGP.h"
#elif defined(FILAMENT_SUPPORTS_WAYLAND)
@@ -121,7 +121,7 @@ DefaultPlatform* DefaultPlatform::create(Backend* back
@@ -118,7 +118,7 @@ Platform* PlatformFactory::create(Backend* backend) no
return new PlatformVkAndroid();
#elif defined(IOS)
return new PlatformVkCocoaTouch();
@ -18,7 +18,7 @@
#if defined(FILAMENT_SUPPORTS_GGP)
return new PlatformVkLinuxGGP();
#elif defined(FILAMENT_SUPPORTS_WAYLAND)
@@ -158,7 +158,7 @@ DefaultPlatform* DefaultPlatform::create(Backend* back
@@ -155,7 +155,7 @@ Platform* PlatformFactory::create(Backend* backend) no
return new PlatformCocoaTouchGL();
#elif defined(__APPLE__)
return new PlatformCocoaGL();

View File

@ -17,6 +17,7 @@ bin/resgen
bin/roughness-prefilter
bin/specular-color
bin/uberz
include/backend/AcquiredImage.h
include/backend/BufferDescriptor.h
include/backend/CallbackHandler.h
include/backend/DriverApiForward.h
@ -27,8 +28,19 @@ include/backend/PixelBufferDescriptor.h
include/backend/Platform.h
include/backend/PresentCallable.h
include/backend/Program.h
include/backend/README.md
include/backend/SamplerDescriptor.h
include/backend/TargetBufferInfo.h
include/backend/platforms/OpenGLPlatform.h
include/backend/platforms/PlatformCocoaGL.h
include/backend/platforms/PlatformCocoaTouchGL.h
include/backend/platforms/PlatformEGL.h
include/backend/platforms/PlatformEGLAndroid.h
include/backend/platforms/PlatformEGLHeadless.h
include/backend/platforms/PlatformGLX.h
include/backend/platforms/PlatformWGL.h
include/backend/platforms/PlatformWebGL.h
include/backend/platforms/VulkanPlatform.h
include/camutils/Bookmark.h
include/camutils/Manipulator.h
include/camutils/compiler.h