Questions tagged [mesa]
Mesa is a set of open-source libraries that implement various 3D graphics technologies. It is most commonly known for it's open-source implementation of OpenGL.
4 questions
0
votes
0
answers
225
views
How to know fps of game running on Mesa 3D on Windows 10
I am running some old OpenGL 3D application. I don´t have source code from the application but I assume it was implemented with OpenGL 2.0 or 2.1. I am running it on Windows 10 on Intel UHD graphics ...
0
votes
0
answers
221
views
Weird behaviour with glsl shaders
Dear people from the forum, I am trying to develop a game prototype which uses OpenGL and I am designing the entire graphic engine. My game requires some tricks with the shaders, and therefore I had ...
1
vote
0
answers
769
views
How to change mac opengl version back to mesa
A while ago I wanted to use the functionality of opengl 4.5+ on my mac, so I installed mesa with macports, and it worked. Recently, however, I tried to use my code again and it said that these ...
2
votes
1
answer
369
views
Mesa library vs Hardware accelerated OpenGL for my executable - it's just a linking problem? [closed]
Supposing that i have my program that is targeting a specific OpenGL version, let's say the 3.0, now i want to produce an executable that will support the software rendering with Mesa and another ...