mesa: Fix build of ES overlay.
authorChia-I Wu <olv@lunarg.com>
Wed, 5 May 2010 02:59:44 +0000 (10:59 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 5 May 2010 03:57:46 +0000 (11:57 +0800)
commita6ec153830ea25958f8cb5f5b5ae7a3433d61bbc
treed7a97f7581cb6e9c5232c1a17ff1452eb4614dbb
parentb29b27c118f2f813b07475e0c470b338ed5987aa
mesa: Fix build of ES overlay.

ES overlay is built with FEATURE_ES1 or FEATURE_ES2, and is built
without FEATURE_GL.  Fix the build by always building OpenGL ES sources,
but test for FEATURE_ES1 or FEATURE_ES2.  Also, define symbols that are
missing because FEATURE_GL is not defined.
configs/autoconf.in
configure.ac
src/mesa/main/es_generator.py
src/mesa/main/get_gen_es.py
src/mesa/sources.mak