Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on pull request blender/blender#106222 2023-03-28 16:10:02 +02:00
WIP: Spectral Cycles

@blender-bot package

Ray molenkamp commented on pull request blender/blender#105999 2023-03-27 19:54:46 +02:00
Fix Python Module build on Windows

Can confirm the generated whl from the bot will install and load just fine on my local py 3.10.6 env.

Running an extra regular build just to be sure it didn't break that

@blender-bot package

Ray molenkamp commented on pull request blender/blender#105974 2023-03-27 17:10:55 +02:00
Cycles: upgrade Embree to version 4.0

We can't, when build with dpcpp it'll have sycl references in sys.lib and embree4.lib, regardless if oneAPI is ON or OFF, we're gonna have to link sycl.

Ray molenkamp commented on issue infrastructure/blender-projects-platform#24 2023-03-25 16:32:55 +01:00
Gitea: Poor page load and download times for some countries

I still could not fully understand this problem, however.

I think I have an idea what is happening there

Can you run git config --get remote.origin.url in both clones and show the…

Ray molenkamp commented on pull request blender/blender#105498 2023-03-25 00:02:14 +01:00
DRW: Selection Occlusion

@blender-bot package

Ray molenkamp commented on pull request blender/blender#105974 2023-03-23 05:08:37 +01:00
Cycles: upgrade Embree to version 4.0

By itself I don't mind Embree being compiled with DPCPP, to me it's not any different than what we have for OpenImageDenoise and ISPC.

This is different though, OIDN has only ever had one way…

Ray molenkamp commented on pull request blender/blender#105498 2023-03-23 01:40:35 +01:00
DRW: Selection Occlusion
Ray molenkamp commented on pull request blender/blender#105974 2023-03-23 00:09:15 +01:00
Cycles: upgrade Embree to version 4.0

This can be removed, the top level (the one that manages the order the deps get build in) generator will still be msbuild, but the embree dep will build with ninja because you added CMAKE_GENERATOR in ExternalProject_Add

Ray molenkamp commented on pull request blender/blender#105974 2023-03-23 00:06:43 +01:00
Cycles: upgrade Embree to version 4.0

small change needed to get this to build with dpcpp on windows, clang++ wanted to use lld-link as its linker, which wasn't enabled causing cmake to error out during compiler discovery.

di…
Ray molenkamp commented on pull request blender/blender#105974 2023-03-22 22:27:01 +01:00
Cycles: upgrade Embree to version 4.0

Lets wait to see what @brecht and @Sergey 's feelings are on this.

My personal preference would be not to have DPCPP in the mix at all for non intel GPU code paths, but I could be alone in…

Ray molenkamp commented on pull request blender/blender#105974 2023-03-22 21:56:19 +01:00
Cycles: upgrade Embree to version 4.0

I kinda took "It requires using SYCL compiler to compile Embree." to mean just the intel GPU kernels would build with dpcpp. But by the looks of it, it replaces GCC/MSVC completely with DPCPP even…

Ray molenkamp commented on issue blender/blender#106001 2023-03-22 19:52:24 +01:00
crashes for 3.6

Think the HD4000 was dropped earlier than that, but what it means when we drop support is that we don't test on it, and make no guarantees it'll work if it doesn't we won't be fixing any issues…

Ray molenkamp commented on pull request blender/blender#105974 2023-03-22 18:11:53 +01:00
Cycles: upgrade Embree to version 4.0

Haven't looked at it in detail, I can say I have been slowly been migrating most deps over to ninja on windows. If embree isn't already using it I have no objections to switching it over, it'll…

Ray molenkamp commented on issue blender/blender#106001 2023-03-22 16:40:28 +01:00
crashes for 3.6

What this dialog means is this GPU is not officially supported anymore, the blender requirements list intel Haswell (HD4400 and newer) as the…

Ray molenkamp approved blender/blender#105958 2023-03-21 22:26:14 +01:00
Build: upgrade OpenImageIO to 2.4.9.0

passes on windows as well

Ray molenkamp commented on pull request blender/blender#105958 2023-03-21 16:55:06 +01:00
Build: upgrade OpenImageIO to 2.4.9.0

OIIO tends to be easy, I agree it's late, but doesn't feel like we have a choice here

Ray molenkamp commented on issue blender/blender#105874 2023-03-21 14:24:38 +01:00
Support MinGW

Actually #105502 transitions to using msys2 to get autotools and friends, but uses MSVC as the compiler to actually build the deps.

Just clicking though some of these patches,it seems like…

Ray molenkamp commented on pull request blender/blender#105502 2023-03-20 19:21:09 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

Finally had some time for another round of (windows) testing on this couple of things stuck out

  • ZLib had been moved from static to dynamic, while I'm not opposed to that in principle, it does…
Ray molenkamp pushed to main at blender/blender 2023-03-17 00:52:15 +01:00
025beb2cda Merge branch 'blender-v3.5-release' into main
e63f84de29 make.bat: adjust for recent submodule changes
Compare 2 commits »