dri_util: Use _mesa_override_gl_version_contextless
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 26 May 2015 19:14:39 +0000 (12:14 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 28 May 2015 23:56:31 +0000 (16:56 -0700)
commit464c56d3d5ca2c9d6e437e756950f0fa2996d8da
tree4380332d778747872dd6f3c05edec33f4abe54ab
parent1fe243938b11be740417cf016d8c50cd69228628
dri_util: Use _mesa_override_gl_version_contextless

Remove _mesa_get_gl_version_override.  We don't need two functions that
do basically the same thing.  This change seemed easier (esp. with the
next patch) than going the other way.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/drivers/dri/common/dri_util.c
src/mesa/main/version.c
src/mesa/main/version.h