History log of /external/mesa3d/src/mapi/shared-glapi/SConscript
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d1033926dc8deb6e22b918889ec4be65637e4bf 26-Jan-2012 José Fonseca <jfonseca@vmware.com> scons: Remove references to u_thread.c

For future reference: always run "git grep" on refactorings.
/external/mesa3d/src/mapi/shared-glapi/SConscript
10b07665be5cff9fa9f03b0f7db459f3b380570d 09-Nov-2011 José Fonseca <jose.r.fonseca@gmail.com> Remove windows kernel support code.

Not actively used.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/shared-glapi/SConscript
bb770af3a59e5935c108c05ee45490fc5668d4a3 14-Jan-2011 Chia-I Wu <olv@lunarg.com> scons: Add support for GLES.

GLES can be enabled by running scons with

$ scons gles=yes

When gles=yes is given, the build is changed in three ways. First,
libmesa.a will be built with FEATURE_ES1 and FEATURE_ES2. This makes
DRI drivers and libEGL support and advertise GLES support. Second, GLES
libraries will be created. They are libGLESv1_CM, libGLESv2, and
libglapi. Last, libGL or opengl32 will link to libglapi. This change
is required as _glapi_* will be declared as __declspec(dllimport) in
libmesa.a on windows. libmesa.a expects those symbols to be defined in
another DLL. Due to this change to GL, GLES support is marked
experimental.

Note that GLES requires libxml2-python to generate some of its sources.
/external/mesa3d/src/mapi/shared-glapi/SConscript