On Linux I wish to reliably detect via someAPI if OpenGL is using the Mesa3D Software Rasterizer (e.g. has no hardware accelerated driver installed, or has otherwise selected the software renderer).  The reason is that in this case I can fall back on a 2d library that will give me better performance for my scenario.  I know a better model is to measure performance at runtime, but short of that, is there any more reliable way than fetching the GL_RENDERER string and checking for &quot;Software Rasterizer&quot;?  Is this string ever localized or historically had some other value?<div>
<br></div><div>Thanks for your help,</div><div>Tim</div>