Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues using mesa3d #198

Open
Torje3000 opened this issue Sep 11, 2024 · 4 comments
Open

Issues using mesa3d #198

Torje3000 opened this issue Sep 11, 2024 · 4 comments

Comments

@Torje3000
Copy link

Torje3000 commented Sep 11, 2024

Sorry for using the issues page for a personal problem, but I find no other contact info or documentation that I can understand.

How do I use Mesa3D?
Say if I want to run a OpenGL 4.3 program (blender 4.1.0) on a GPU (and drivers) that only support up 2.1, am I wrong expecting it to work with Mesa3D?

@set MESA_GL_VERSION_OVERRIDE=4.3COMPAT
@set MESA_GLSL_VERSION_OVERRIDE=430
@blender.exe

I run a Intel Core i5 540M, with its integrated gpu! Do I still need a gpu (and drivers) supporting OpenGL 4?

@pal1000
Copy link
Owner

pal1000 commented Sep 12, 2024

Say if I want to run a OpenGL 4.3 program (blender 4.1.0) on a GPU (and drivers) that only support up 2.1, am I wrong expecting it to work with Mesa3D?

No, it should work.. Blender 4.1.0 x64 worked for me with Mesa3D 24.2.2 MSVC release.

@set MESA_GL_VERSION_OVERRIDE=4.3COMPAT
@set MESA_GLSL_VERSION_OVERRIDE=430

With current Mesa3D releases you don't need to override OpenGL support unless you need bleeding edge OpenGL 4.6, so blender doesn't need this. Just usee per-app deployment tool.

@Torje3000
Copy link
Author

Tried using per-app deployment tool, with 24.2.2 MSVC Release. Blender just closes immediately after launch now, no errors or anything

@StefanG3D
Copy link

Launch Blender in debug mode to hopefully get some hints:
blender_debug_gpu.cmd

@Torje3000
Copy link
Author

I got an empty log file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants