https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #28 from Henri Verbeet hverbeet@gmail.com 2011-03-02 09:33:09 PST --- (In reply to comment #26)
I am pretty sure I am using gallium:
hannes@archmain ~> glxinfo | grep OpenGL r300: DRM version: 2.8.0, Name: ATI R480, ID: 0x5d52, GB: 4, Z: 1 r300: GART size: 509 MB, VRAM size: 256 MB r300: AA compression: NO, Z compression: NO, HiZ: NO OpenGL vendor string: X.Org R300 Project OpenGL renderer string: Gallium 0.4 on ATI R480 OpenGL version string: 2.1 Mesa 7.11-devel OpenGL shading language version string: 1.20 OpenGL extensions:
I also updated to a current kernel with drm-next for radeon:
hannes@archmain ~> uname -a Linux archmain 2.6.38-rc6-43687-g16d5286-dirty #1 SMP PREEMPT Sat Feb 26 17:32:37 CET 2011 x86_64 AMD Phenom(tm) II X4 945 Processor AuthenticAMD GNU/Linux
Note that Starcraft 2 is a 32-bit application, and needs 32-bit drivers. Use something like the following:
WINEDEBUG="-all,+wgl" wine StarCraft\ II.exe 2>&1 | head
to see what Wine actually ends up using.