OSDN Git Service

mesa: fix GLES remap table setup again
authorChia-I Wu <olv@lunarg.com>
Wed, 8 Jun 2011 14:04:16 +0000 (22:04 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 8 Jun 2011 15:17:57 +0000 (23:17 +0800)
commitfed482f5e30ea6b230ed20982551b340570dc3e9
tree98b3af2a2a612d49d1ecfcf7125865a06009fbf7
parentfe3a3434412482ff1b0a113e1008fd7dd7b42359
mesa: fix GLES remap table setup again

Generate different glapidispatch.h's for GL and GLES.  For GLES, we want
a local remap table.

This reverts commit 5af46e836073d2112b147b524e441bdb808cc128.  The
commit will break GL remap table setup when main/glapidispatch.h is
regenerated.
src/mapi/glapi/gen/gl_table.py
src/mesa/main/es_generator.py