<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/tests/graw/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>2011-03-09T01:59:57Z</updated>
<entry>
<title>scons: Fix immediate Python exceptions with SCons on SunOS.</title>
<updated>2011-03-09T01:59:57Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2011-03-09T01:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c0d3fb4b6c11fd128921c464f753480a137555a0'/>
<id>urn:sha1:c0d3fb4b6c11fd128921c464f753480a137555a0</id>
<content type='text'>
The build still fails.
</content>
</entry>
<entry>
<title>gallium: implement modern sampling scheme</title>
<updated>2011-01-24T22:47:10Z</updated>
<author>
<name>Zack Rusin</name>
<email>zackr@vmware.com</email>
</author>
<published>2011-01-24T22:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bdbe77f9c6f06cfaa155f27c2ade3c523d7fbea7'/>
<id>urn:sha1:bdbe77f9c6f06cfaa155f27c2ade3c523d7fbea7</id>
<content type='text'>
largely a merge of the previously discussed origin/gallium-resource-sampling
but updated.
the idea is to allow arbitrary binding of resources, the way opencl, new gl
versions and dx10+ require, i.e.
    DCL RES[0], 2D, FLOAT

    LOAD DST[0], SRC[0], RES[0]
    SAMPLE DST[0], SRC[0], RES[0], SAMP[0]
</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: added test for finding shader mem leaks</title>
<updated>2010-09-10T01:19:28Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-09-10T01:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=48fda8c446c127298e8a523a321d4da131c2834d'/>
<id>urn:sha1:48fda8c446c127298e8a523a321d4da131c2834d</id>
<content type='text'>
</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>scons: Fix freebsd8 build.</title>
<updated>2010-08-12T01:57:27Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-12T01:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e1bb9ee7a6b7dea0e0388ffb375447ad40f38499'/>
<id>urn:sha1:e1bb9ee7a6b7dea0e0388ffb375447ad40f38499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Fix sunos5 build.</title>
<updated>2010-07-28T01:13:47Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-07-28T01:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b172aebfdf288d3487876f7cb01c62582920d4c2'/>
<id>urn:sha1:b172aebfdf288d3487876f7cb01c62582920d4c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graw: new tri-instanced.c program to test instanced drawing</title>
<updated>2010-07-15T21:42:36Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-07-15T21:39:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=77e651db07cd1f811f0ee5323613b27e43bdc077'/>
<id>urn:sha1:77e651db07cd1f811f0ee5323613b27e43bdc077</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graw: Add gallium library to SCons build.</title>
<updated>2010-06-07T23:34:03Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-06-07T23:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4af8d48a9f389606c200cae04ce8a49ff4274a5a'/>
<id>urn:sha1:4af8d48a9f389606c200cae04ce8a49ff4274a5a</id>
<content type='text'>
Fixes MSVC SCons build.
</content>
</entry>
</feed>
