[Mesa-dev] OpenGL 3.0 with r600g (RV620 card)

Rafał Miłecki zajec5 at gmail.com
Mon May 21 03:27:16 PDT 2012


I'm trying to run Diablo III using wine git and Mesa git.

Right now game doesn't start with the following message:
> Diablo 3 cannot run because this graphics card is missing required features. Updating your driver may fix this.

I wonder if enabling OpenGL 3.0 support will help with that. I've
configured Mesa with:
--prefix=/usr
--with-gallium-drivers=r600
--with-dri-drivers=
--enable-texture-float

However I get OpenGL 2.1 support only:
> glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV620
OpenGL version string: 2.1 Mesa 8.1-devel (git-cee23ab)
OpenGL extensions:

I've tried enabling some magic variables, but it didn't help:
> R600_GLSL130=1 R600_STREAMOUT=1 glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV620
OpenGL version string: 2.1 Mesa 8.1-devel (git-cee23ab)
OpenGL extensions:

Can you give me a tip how to enable OpenGL 3.0 support?

-- 
Rafał


More information about the mesa-dev mailing list