History log of /external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3276c3d42b64b4feffe9293bbc63e161b1e522d7 03-Nov-2011 José Fonseca <jfonseca@vmware.com> libgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32's .DEF semantics.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
a68ba5e0f099e54cf16b6e33a0fc0a8db7455eed 29-Aug-2011 José Fonseca <jose.r.fonseca@gmail.com> libgl-gdi: Fix mingw-w64 build.

Mingw-w64 actually seems to be closer to MSVC in terms of .DEF parsing.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 24-Jan-2011 Kenneth Graunke <kenneth@whitecape.org> Remove talloc from the SCons build system.
/external/mesa3d/src/gallium/targets/libgl-gdi/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/gallium/targets/libgl-gdi/SConscript
4f84a3aa32b06c99e65a4bf91452671075f8204c 16-Nov-2010 José Fonseca <jfonseca@vmware.com> libgl-gdi: Allow to pick softpipe/llvmpipe on runtime.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
601498ae73e654c2de997ea75075613a694d604d 01-Nov-2010 José Fonseca <jfonseca@vmware.com> scons: Revamp how to specify targets to build.

Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

scons libgl-xlib

scons libgl-gdi

scons graw-progs

scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
3a3cdb909da5b02edf921fcb5a009dfc2868d23d 13-Aug-2010 José Fonseca <jfonseca@vmware.com> scons: Build the new glsl2 code.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
53cbb81576671d6d39e6a353e79ebda2c512d735 12-May-2010 Jakob Bornecrantz <jakob@vmware.com> rbug: Add to all targets that link against trace

Also added calls to the create function in target helpers and in
tr_drm.c the latter being a hack and should be replaced with the
wrap screen target helper. But at least this way we don't regress.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
47a89e9255846f55efe0992c94b65ae7c911dbb3 10-Apr-2010 José Fonseca <jfonseca@vmware.com> scons: Always build softpipe and llvmpipe (when llvm available).

These are our reference software rasterizers. They can build everywhere
and are a precious debugging tool.

Making them always present immensily simplifies the scons logic.

If people want to avoid building it is still possible to pass
direcotries and target names to scons to narrow the build.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
ea532f0e725bd68e7784189c9b7f6f7bf7f9d901 10-Apr-2010 José Fonseca <jfonseca@vmware.com> scons: Make LLVM a black-white dependency.

Now that draw depends on llvm it is very difficult to correctly handle
broken llvm installations. Either the user requests LLVM and it needs to
supply a working installation. Or it doesn't, and it gets no LLVM
accelerate pipe drivers.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
95030062857cf8d370a0125ddf3ffc71b70c8104 27-Mar-2010 Vinson Lee <vlee@vmware.com> gallium: Fix Windows SCons build.
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript
0df858a8d541e342dfe569091b665c2a6dff7ef0 09-Mar-2010 Keith Whitwell <keithw@vmware.com> gallium: create target for gdi libgl
/external/mesa3d/src/gallium/targets/libgl-gdi/SConscript