]> git.cworth.org Git - apitrace/commit
gles: fix GLES version string matching
authorImre Deak <imre.deak@intel.com>
Mon, 9 Apr 2012 16:35:06 +0000 (19:35 +0300)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 12 Apr 2012 21:41:03 +0000 (22:41 +0100)
commitad60fd108d331796173ad54356855d9a2d0d87ba
treebe3bdbfedd4cc735bd1c25829df80933277956ef
parentfe806cb6c3a13071126f4eff4bcb8a28d8b0b777
gles: fix GLES version string matching

Some implementations return a version string starting with "OpenGL ES-",
fix the detection logic accordingly.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
glstate.cpp