<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/tests/unit/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>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>util: Helper function to determined whether two formats can be memcpy'ed.</title>
<updated>2010-09-05T09:17:51Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-09-04T10:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b8684b2458bc9bdcfd6b43dc7c2b8c2d485105fd'/>
<id>urn:sha1:b8684b2458bc9bdcfd6b43dc7c2b8c2d485105fd</id>
<content type='text'>
These are the non-trivial conversions that this function recognizes,
which was produced by u_format_compatible_test.c:

  b8g8r8a8_unorm -&gt; b8g8r8x8_unorm
  a8r8g8b8_unorm -&gt; x8r8g8b8_unorm
  b5g5r5a1_unorm -&gt; b5g5r5x1_unorm
  b4g4r4a4_unorm -&gt; b4g4r4x4_unorm
  l8_unorm -&gt; r8_unorm
  i8_unorm -&gt; l8_unorm
  i8_unorm -&gt; a8_unorm
  i8_unorm -&gt; r8_unorm
  l16_unorm -&gt; r16_unorm
  z24_unorm_s8_uscaled -&gt; z24x8_unorm
  s8_uscaled_z24_unorm -&gt; x8z24_unorm
  r8g8b8a8_unorm -&gt; r8g8b8x8_unorm
  a8b8g8r8_srgb -&gt; x8b8g8r8_srgb
  b8g8r8a8_srgb -&gt; b8g8r8x8_srgb
  a8r8g8b8_srgb -&gt; x8r8g8b8_srgb
  a8b8g8r8_unorm -&gt; x8b8g8r8_unorm
  r10g10b10a2_uscaled -&gt; r10g10b10x2_uscaled
  r10sg10sb10sa2u_norm -&gt; r10g10b10x2_snorm

State trackers and pipe drivers should be updated to take advantage of
this knowledge, e.g., in surface_copy.
</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>translate: Add translate_test.c to SCons.</title>
<updated>2010-08-11T19:18:25Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-11T19:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f7d7b080a17abc1bb25b0d076c8ba275c3fc1cec'/>
<id>urn:sha1:f7d7b080a17abc1bb25b0d076c8ba275c3fc1cec</id>
<content type='text'>
This is a follow-up to commit 945e38c73b46afc12b0655f9fc8200f216a8f8c1,
which added translate_test.c to make.
</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>gallium/tests: Add test case for u_cache.</title>
<updated>2010-04-22T01:31:01Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-04-22T01:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=393009a939c5874e613b1cfa9836c0d925f5b42e'/>
<id>urn:sha1:393009a939c5874e613b1cfa9836c0d925f5b42e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium/tests: Add test case for pipe_barrier.</title>
<updated>2010-04-15T01:06:54Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-04-15T01:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c8efed89ba740fe06a8207ae17520a4db38c96a7'/>
<id>urn:sha1:c8efed89ba740fe06a8207ae17520a4db38c96a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>progs/gallium: Move into src/gallium/tests</title>
<updated>2010-04-12T22:05:46Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-04-12T22:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6917ef10f20d2c6de92e5432b9483d9648d8b0c0'/>
<id>urn:sha1:6917ef10f20d2c6de92e5432b9483d9648d8b0c0</id>
<content type='text'>
Two reasons:
- progs will eventually have its own repository
- it is just to easy to forget updating the
  code for interface changes when it is outside of src
</content>
</entry>
</feed>
