Make shared-glapi the default
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 1 Aug 2012 21:51:37 +0000 (14:51 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 8 Aug 2012 17:06:26 +0000 (10:06 -0700)
commit9f7b3d171306ed2ae588e1a4145c5a364cf986ff
treecc6faef6719967858d562ad261db10f89fc30a89
parent5602f0f955f370735d4487003bcfb5eb08a6f946
Make shared-glapi the default

You can't practically have desktop OpenGL and OpenGL ES on the same system
without this.  The benefits of not having it (e.g., a more compact dispatch
table) are irrelevant.

v2: Don't mark shared-glapi as experimental.  Review suggestion by Chad.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
configure.ac