lb90
lb90
Thanks! 😃 Anyway no rush, whenever you feel like!
Hi everyone! We now have [angleproject](https://packages.msys2.org/base/mingw-w64-angleproject), which provides a translation layer from EGL / OpenGLES to D3D9, so it's HW accelerated. MESA is still a good option. It can provide...
Hi @lazka! The redistributables are not under any of the standard licenses, but a custom one outlined in `%WINSDK%\Licenses\%VER%\sdk_license.rtf`. The [latest WinSDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/) as of today is `10.0.22621.0` and here's the...
Searched for nuget packages, but couldn't find anything. I also don't like including binaries in this git repo. Can we somehow host the binaries on our own? Maybe on GitHub...
> Is this the case here? Yes, strip is avoided and we check for the Microsoft signature, so no modification is done to the DLL. > This means we need...
Hi @dvrogozh! We should figure out a way to make users accept an EULA, probably by modifying pacman
For prompting an EULA we may use a pre_install script. But we should also retain unattended installations via pacman `--noconfirm`. Should `--noconfirm` imply agreements of EULA or not? Actually a...
Other interesting examples: 1. [minecraft](https://wiki.archlinux.org/title/minecraft) (see section 4.2.3) 2. [hsa-amd-aqlprofile-bin](https://gitlab.archlinux.org/archlinux/packaging/packages/hsa-amd-aqlprofile-bin/-/blob/main/PKGBUILD) 3. https://bbs.archlinux.org/viewtopic.php?id=58622 4. [matlab](https://wiki.archlinux.org/title/MATLAB)
Is that still happening in blender 3.5?
That's very helpful! The problem is either: 1. Blender calls `glDeleteProgram` without a current OpenGL context or 2. The OpenGL context was made current using a method other than libepoxy's...