st/mesa: Do not use draw module in OpenGL ES build.
authorChia-I Wu <olv@lunarg.com>
Wed, 12 May 2010 07:39:27 +0000 (15:39 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 12 May 2010 07:46:28 +0000 (15:46 +0800)
commitd9f38e1a71f94b112b4ab288a7043dd2fc4a701d
treeec133e15cd5e29a9a423b2bac7fb2cc29ea9e500
parent87cc2da16ef2c32813eee9c9c8af3c919f4739d9
st/mesa: Do not use draw module in OpenGL ES build.

This removes references to symbols in draw module for OpenGL ES build.
As OpenGL ES does not support feedback/selection mode, draw module is
used in pathes that will never be reached.  However, if the symbols are
referenced, it will bloat the final shared libraries unnecessarily.
This is serious when LLVM is enabled.
src/mesa/state_tracker/st_program.c