Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem


MLL require OpenGL 3.2 and GLSL 1.50
Mesa 9.2
GL_VERSION = 3.0
GLSL 1.30
Mesa 10.0 (for GPU Intel Ivy Bridge and Haswell series)
GL_VERSION = 3.3
GLSL 1.50
Mesa 10.0 released, wait rpm/deb/etc package in your distrib
http://lists.freedesktop.org/archives/mesa-dev/2013-November/049437.html
Also may be need switch complied options for mesa
OpenGL 3.3 is only available if requested at context creation because compatibility contexts are not supported.
The rendering issues are not cause of missing OpenGL functionality but clearly bugs in mesa. They are presentet through all drivers so they aren't Intel specific, too.
It starts because it correctly detects the OpenGL version, which is good. :)
For the rendering issues: https://bugs.freedesktop.org/show_bug.cgi?id=71870
Update mesa-demos, older glxinfo versions aren't able to list core profiles.
Maybe do you know how update mesa demos? How i understood it will update wish mesa libs, right? Anyway thanks for expensive information!