<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/targets/graw-xlib/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-18T13:02:36Z</updated>
<entry>
<title>scons: Use inline wrap helpers more consistently.</title>
<updated>2010-11-18T13:02:36Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-18T13:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3dcc3153b087a2ec42e6177d965dd8b2c95779c2'/>
<id>urn:sha1:3dcc3153b087a2ec42e6177d965dd8b2c95779c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graw: Use inline debug helper instead of non-inline version</title>
<updated>2010-11-17T23:49:09Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-11-10T22:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b46340c740eb5388e9917fca365a6c3003385dff'/>
<id>urn:sha1:b46340c740eb5388e9917fca365a6c3003385dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graw: Tidy graw xlib scons file a bit</title>
<updated>2010-11-02T18:20:30Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-11-02T18:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1318b0ef9ee06d7cc5f69cf8be15c5b0fb31cabd'/>
<id>urn:sha1:1318b0ef9ee06d7cc5f69cf8be15c5b0fb31cabd</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>graw: Undo late loading of graw drivers.</title>
<updated>2010-08-26T10:37:42Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-08-26T10:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=90437330e2886fcd351dd11ee0e5aa3e8b523fdc'/>
<id>urn:sha1:90437330e2886fcd351dd11ee0e5aa3e8b523fdc</id>
<content type='text'>
Keith prefers a clean separation between graw applications and
implementations, where apps do not link libgallium.a but instead
get all functionality they need via graw interface.

Although this is not incompatible with late loading of graw drivers, it
it would make it very hard to maintain, as wrappers for every utility
symbol exposed in graw would have to be written or generated somehow.
</content>
</entry>
<entry>
<title>graw: Dynamically load graw libraries.</title>
<updated>2010-08-26T05:44:34Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-08-26T05:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f0eb02af800ea1c4be6847ead0096d368d9276ff'/>
<id>urn:sha1:f0eb02af800ea1c4be6847ead0096d368d9276ff</id>
<content type='text'>
This allows to build multiple graws libs simultaneously and avoid
unnecessary rebuilds of the tests.

Also remove graw_util.c from inside the graw implementation -- it was
only being provided by one implementation, and graw tests were linking
against gallium anyway.
</content>
</entry>
<entry>
<title>graw_xlib: build fixes</title>
<updated>2010-06-07T15:44:40Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-06-07T15:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=edda7fd7455384ad99ce727feaf4b680fea203ba'/>
<id>urn:sha1:edda7fd7455384ad99ce727feaf4b680fea203ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graw: split util code into new file</title>
<updated>2010-05-14T11:19:57Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-05-14T11:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c26751447011a713924b9163a1e0b44fd39c6b1c'/>
<id>urn:sha1:c26751447011a713924b9163a1e0b44fd39c6b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rbug: Add to all targets that link against trace</title>
<updated>2010-05-12T19:15:23Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-05-12T19:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=53cbb81576671d6d39e6a353e79ebda2c512d735'/>
<id>urn:sha1:53cbb81576671d6d39e6a353e79ebda2c512d735</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>graw-xlib: Revert the output dir lib change.</title>
<updated>2010-05-05T08:40:59Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-05-05T08:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8ddf93e84ce280c742be905ce779db59df90d154'/>
<id>urn:sha1:8ddf93e84ce280c742be905ce779db59df90d154</id>
<content type='text'>
</content>
</entry>
</feed>
