<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/state_trackers/python/SConscript, branch r300</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2010-11-01T15:27:34Z</updated>
<entry>
<title>scons: Disable python state tracker when swig is not present.</title>
<updated>2010-11-01T15:27:34Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-01T15:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=583e41855b0ae6b9a102b39ac62238472f4cf05a'/>
<id>urn:sha1:583e41855b0ae6b9a102b39ac62238472f4cf05a</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: Always build softpipe and llvmpipe (when llvm available).</title>
<updated>2010-04-11T08:17:35Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-04-10T02:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=47a89e9255846f55efe0992c94b65ae7c911dbb3'/>
<id>urn:sha1:47a89e9255846f55efe0992c94b65ae7c911dbb3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>scons: Make LLVM a black-white dependency.</title>
<updated>2010-04-11T08:17:34Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-04-10T01:41:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ea532f0e725bd68e7784189c9b7f6f7bf7f9d901'/>
<id>urn:sha1:ea532f0e725bd68e7784189c9b7f6f7bf7f9d901</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Revert "python: Temporarily disable python state tracker until transfers are done by contexts"</title>
<updated>2010-03-29T16:52:10Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-03-29T16:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=588dd187c45490368354f340f5175d2c4d7cbd3c'/>
<id>urn:sha1:588dd187c45490368354f340f5175d2c4d7cbd3c</id>
<content type='text'>
This reverts commit 50a778661930ec7aa875a9c5235e9910143ec700.
</content>
</entry>
<entry>
<title>python: Temporarily disable python state tracker until transfers are done by contexts</title>
<updated>2010-03-13T10:26:28Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-03-12T13:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=50a778661930ec7aa875a9c5235e9910143ec700'/>
<id>urn:sha1:50a778661930ec7aa875a9c5235e9910143ec700</id>
<content type='text'>
It requires changes not ony to the state tracker but to the python
scripts too.
</content>
</entry>
<entry>
<title>python: Remove broken link hack.</title>
<updated>2010-03-10T12:05:10Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-03-10T12:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=986ce8f1c118007062cacd4b4bad54657cd09a65'/>
<id>urn:sha1:986ce8f1c118007062cacd4b4bad54657cd09a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: More build fixes.</title>
<updated>2010-03-10T12:00:13Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-03-10T12:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7b8641bbba995bc3fc299b1018720caa1e91cb9f'/>
<id>urn:sha1:7b8641bbba995bc3fc299b1018720caa1e91cb9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Fix up state tracker for sw api.</title>
<updated>2010-03-10T10:34:29Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-03-10T10:34:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=601bfb5951ae303b54b4dd8a50bf0558017bf549'/>
<id>urn:sha1:601bfb5951ae303b54b4dd8a50bf0558017bf549</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Link to ws2_32 on windows.</title>
<updated>2010-01-28T13:07:42Z</updated>
<author>
<name>Michal Krol</name>
<email>michal@vmware.com</email>
</author>
<published>2010-01-21T19:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=91d58c3520452798bd1542f86936e0f408182fbf'/>
<id>urn:sha1:91d58c3520452798bd1542f86936e0f408182fbf</id>
<content type='text'>
</content>
</entry>
</feed>
