<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/state_trackers/xorg/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-05T20:58:49Z</updated>
<entry>
<title>scons: Unify state tracker SConscripts</title>
<updated>2010-11-05T20:58:49Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-11-05T18:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f1600d3a9725803f0526fb3fd673787307539d27'/>
<id>urn:sha1:f1600d3a9725803f0526fb3fd673787307539d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Move dependancy checks to the main gallium scons file</title>
<updated>2010-11-05T20:58:49Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-11-05T18:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7e9f5eab4e18e0b661fc9b65a0f409d10e041b24'/>
<id>urn:sha1:7e9f5eab4e18e0b661fc9b65a0f409d10e041b24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>st/xorg: Detect libkms with scons too.</title>
<updated>2010-11-03T15:21:51Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-03T15:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d49dfe66cfb0e13094e5918b9857c4eb474a53f6'/>
<id>urn:sha1:d49dfe66cfb0e13094e5918b9857c4eb474a53f6</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>st/xorg: Fix SCons build.</title>
<updated>2010-05-11T14:02:42Z</updated>
<author>
<name>Michel Dänzer</name>
<email>daenzer@vmware.com</email>
</author>
<published>2010-05-11T14:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1f6648418dd8194ba7c3333f0b493ebaa0b941ec'/>
<id>urn:sha1:1f6648418dd8194ba7c3333f0b493ebaa0b941ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>st/xorg: Fix SCons build.</title>
<updated>2009-11-10T18:09:56Z</updated>
<author>
<name>Michel Dänzer</name>
<email>daenzer@vmware.com</email>
</author>
<published>2009-11-10T18:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5e17c89eadd1a1a5555caa235cf7696e335d25f5'/>
<id>urn:sha1:5e17c89eadd1a1a5555caa235cf7696e335d25f5</id>
<content type='text'>
Check for new DPMS header and add xorg_renderer.c source file.
</content>
</entry>
<entry>
<title>st/xorg: lots of rendering and xv changes</title>
<updated>2009-10-12T00:02:47Z</updated>
<author>
<name>Zack Rusin</name>
<email>zackr@vmware.com</email>
</author>
<published>2009-10-09T13:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=319a588238b4c0c58f8f8807e1143ad79cd8f698'/>
<id>urn:sha1:319a588238b4c0c58f8f8807e1143ad79cd8f698</id>
<content type='text'>
extract all the rendering code to xorg_rendedrer, make both exa and xv
share that code. in the process cleanup the rendering code and implement
a lot more of the xv infrastructure.
</content>
</entry>
<entry>
<title>st/xorg: Fix scons build.</title>
<updated>2009-08-28T15:42:07Z</updated>
<author>
<name>Michel Dänzer</name>
<email>daenzer@vmware.com</email>
</author>
<published>2009-08-28T15:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fdc8ec60eb93de56f20c96376755e76bb41bfd58'/>
<id>urn:sha1:fdc8ec60eb93de56f20c96376755e76bb41bfd58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for building the Xorg state tracker with scons.</title>
<updated>2009-08-25T13:39:05Z</updated>
<author>
<name>Michel Dänzer</name>
<email>daenzer@vmware.com</email>
</author>
<published>2009-08-25T13:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d22bd1421cdfa1900df5b76e6f862596bdd11074'/>
<id>urn:sha1:d22bd1421cdfa1900df5b76e6f862596bdd11074</id>
<content type='text'>
scons ... statetrackers=xorg
</content>
</entry>
</feed>
