<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/SConstruct, branch froyo-x86</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=froyo-x86</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=froyo-x86'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2011-02-16T18:02:01Z</updated>
<entry>
<title>scons: Avoid depending on scons 2.0 in general.</title>
<updated>2011-02-16T18:02:01Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-02-15T15:31:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9f9d6481ded31d33ae62a53f6eaeeef27a8f0ca4'/>
<id>urn:sha1:9f9d6481ded31d33ae62a53f6eaeeef27a8f0ca4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Need c99 also when cross compiling.</title>
<updated>2011-02-11T20:09:26Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-02-11T17:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6826d58bbf21ea27e7601fe5dfeca07a91bee55d'/>
<id>urn:sha1:6826d58bbf21ea27e7601fe5dfeca07a91bee55d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: builtin_glsl_function on windows needs bundled getopt.</title>
<updated>2011-02-11T20:09:26Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-02-11T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=982609f4cf2afc4e0afd450aa24907986bca41ab'/>
<id>urn:sha1:982609f4cf2afc4e0afd450aa24907986bca41ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Try to support building 64bit binaries on 32bit windows.</title>
<updated>2011-02-11T20:09:26Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-02-11T16:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ae760279f142244590c8aa76e3139529ca42952f'/>
<id>urn:sha1:ae760279f142244590c8aa76e3139529ca42952f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Add support for GLES.</title>
<updated>2011-01-22T03:59:05Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-14T09:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bb770af3a59e5935c108c05ee45490fc5668d4a3'/>
<id>urn:sha1:bb770af3a59e5935c108c05ee45490fc5668d4a3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>scons: Fix cross-compilation.</title>
<updated>2011-01-13T20:53:42Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-01-13T20:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e1bc68b0140fef465cda26b74602aeb1cbcfdafc'/>
<id>urn:sha1:e1bc68b0140fef465cda26b74602aeb1cbcfdafc</id>
<content type='text'>
Hairy stuff. Don't know how to do it better though.
</content>
</entry>
<entry>
<title>scons: Move MSVS_VERSION option to common module.</title>
<updated>2010-12-01T12:23:12Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-12-01T12:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=792caebced5f8f6dbd7bf23aa8d94230aa786d00'/>
<id>urn:sha1:792caebced5f8f6dbd7bf23aa8d94230aa786d00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Revamp how to specify targets to build.</title>
<updated>2010-11-01T13:30:22Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-01T13:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=601498ae73e654c2de997ea75075613a694d604d'/>
<id>urn:sha1:601498ae73e654c2de997ea75075613a694d604d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>scons: New build= option, with support for checked builds.</title>
<updated>2010-09-29T13:17:26Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-09-29T13:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=67450f0644f61fc17ab1315124dfe50537d36e9e'/>
<id>urn:sha1:67450f0644f61fc17ab1315124dfe50537d36e9e</id>
<content type='text'>
Where checked build is compiler optimizations plus debugging checks --
ideal for testing CPU bound loads and running test automation loads.
</content>
</entry>
<entry>
<title>scons: added galahad to driver list</title>
<updated>2010-09-03T22:25:44Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-09-03T22:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=14056e052b72a449cf3dc36932e44e434dd3c546'/>
<id>urn:sha1:14056e052b72a449cf3dc36932e44e434dd3c546</id>
<content type='text'>
</content>
</entry>
</feed>
