Hello,
As I understand this card can not support webgl with ANGLE since it
has no shader support. Now I am trying to get webgl work with software
rendering using swiftshader.
chromium build 19.0.1031.0 (Developer Build 120519 Windows)
windows xp sp3
starting with chrome.--blacklist-webgl --blacklist-accelerated-
compositing
(got the flags from thread :
http://code.google.com/p/chromium/issues/detail?id=111638#c7)
but chrome://gpu still shows WebGL: Unavailable. Hardware
acceleration disabled.
and webgl fails to work - for example:
http://www.peternitsch.net/demo/webgl/index.html
Tried changing webgl related flags in chrome://flags but no go.
Tried copying shiftshader dll d3d9.dll into directory where chromium
executables are but no success.
Now I am out of ideas. How to debug that chrome even tries to load
swiftshader, error logs etc?
How to properly test webgl software rendering with swiftshader?
Are there any other options for getting webgl to work on this
particular GPU?
Thank you.